mcp-bocha
Documentation
mcp-bocha
A Model Context Protocol (MCP) server that provides web search capabilities to AI agents using the Bocha API.
Introduction
MCP-Bocha is a tool that exposes Bocha AI's web search API capabilities through the Model Context Protocol. It allows AI assistants to search the web programmatically, enabling tasks such as information retrieval, research, and up-to-date data collection.
Tools
| Tool Name | Description | Parameters |
|---|---|---|
| `mcp-bocha_search` | Search the web for information | `query`: The search query string`freshness`: Optional time filter ["oneDay", "oneWeek", "oneMonth", "oneYear", "noLimit"]`summary`: Optional boolean for summarized results`include`: Optional array of domains to include`exclude`: Optional array of domains to exclude`count`: Optional number of results to return |
Usage
{
"mcpServers": {
"mcp-bocha": {
"command": "npx",
"args": ["-y", "@humansean/mcp-bocha"],
"env": {
"BOCHA_API_KEY": "YOUR_API_KEY"
}
}
}
}License
Apache-2.0 license
Frequently asked questions
What is mcp-bocha?
mcp-bocha is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-bocha?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-bocha open source?
Yes — it is hosted on GitHub at https://github.com/intounknown/mcp-bocha.
Related MCP tools
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Web search using free google search (NO API KEYS REQUIRED)
A CLI inspector for the Model Context Protocol
An experiment in software planning using MCP
Adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP...
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP