Search-Server provides a unified interface for AI assistants to access multiple search engines through a standardized API. The implementation integrates with Brave Search, Metaso, and Bocha search services, handling authentication, rate limiting, and response formatting for each provider. Built with Python and modern async libraries like httpx, aiohttp, and Playwright, it abstracts away the complexity of different search APIs while maintaining provider-specific features. This server is particularly valuable for developers who need to incorporate web search capabilities into AI applications without managing multiple search engine integrations separately.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
执行网络搜索,支持分页和过滤。输入参数: query (string): 搜索关键词, count (number, 可选): 每页结果数量(最大20), offset (number, 可选): 分页偏移量(最大9)
搜索地理位置相关信息(商家、餐厅等)。输入参数: query (string): 位置搜索关键词, count (number, 可选): 结果数量(最大20)
执行网络搜索,支持多种模式。输入参数: query (string): 搜索关键词, mode (string, 可选): 搜索模式 (concise: 简洁模式, detail: 深入模式, research: 研究模式)
执行学术搜索,专门用于查找学术资源。输入参数: query (string): 学术搜索关键词, mode (string, 可选): 搜索模式
执行网络搜索,支持时间范围过滤和详细摘要。输入参数: query (string): 搜索关键词, count (number, 可选): 结果数量(1-10,默认10), page (number, 可选): 页码,从1开始, freshness (string, 可选): 时间范围 (noLimit: 不限时间, oneDay: 一天内, oneWeek: 一周内, oneMonth: 一月内, oneYear: 一年内), summary (boolean, 可选): 是否显示详细摘要,默认false