Bocha Search MCP provides integration with Bocha, a Chinese search engine for AI, enabling AI assistants to perform web searches and retrieve enhanced search details from billions of documents. Developed by kunkun, this Python-based server implementation offers two primary tools: bocha_web_search for retrieving standard search results including titles, URLs, summaries, and publication dates; and bocha_ai_search for semantic search with additional structured modal cards from vertical domains like weather, news, wikis, healthcare, and more. The server requires a Bocha API key and handles authentication, request formatting, and error handling, making it particularly useful for applications needing multilingual search capabilities with rich structured data.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
从博查搜索全网信息和网页链接,返回结果包括网页标题、网页URL、网页摘要、网站名称、网站图标、发布时间、图片链接等。输入参数: query (必填), freshness (可选), count (返回结果的条数, 默认为 10)。输出: 网页标题、网页链接、网页摘要、发布时间、网站名称。
在博查网页搜索的基础上,AI识别搜索词语义并额外返回垂直领域内容的结构化模态卡,例如天气卡、日历卡、百科卡等。输入参数: query (必填), freshness (可选), count (返回结果的条数, 默认为 10)。输出: 网页标题、网页链接、网页摘要、发布时间、网站名称、模态卡。