mcp-bocha
模型上下文协议 (MCP) 服务器使用 Bocha API 为 AI 代理提供网络搜索功能。
介绍
MCP-Bocha 是一款通过模型上下文协议 (MCP) 公开 Bocha AI 网页搜索 API 功能的工具。它允许 AI 助手以编程方式搜索网页,从而实现信息检索、研究和最新数据收集等任务。
工具
工具名称 | 描述 | 参数 |
| 在网上搜索信息 |
:搜索查询字符串
:可选时间过滤器 [“oneDay”,“oneWeek”,“oneMonth”,“oneYear”,“noLimit”]
:汇总结果的可选布尔值
:要包含的域的可选数组
:要排除的域的可选数组
:要返回的可选结果数 |
用法
{
"mcpServers": {
"mcp-bocha": {
"command": "npx",
"args": ["-y", "@humansean/mcp-bocha"],
"env": {
"BOCHA_API_KEY": "YOUR_API_KEY"
}
}
}
}
执照
Apache-2.0许可证
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
模型上下文协议服务器,使 AI 助手能够使用 Bocha AI 的搜索 API 搜索网络,支持时间过滤、域包含/排除和汇总结果等功能。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.Last updated -356MIT License
- Asecurity-licenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -123517
- -security-license-qualityA Model Context Protocol server that provides real-time web search capabilities to AI assistants through pluggable search providers, currently integrated with the Brave Search API.Last updated -13MIT License
- -security-license-qualityA Model Context Protocol server that enables AI assistants to perform web searches using Google Search API, returning up to 20 search results in JSON format.Last updated -2Apache 2.0