MCP Server
MCP-Bocha
A Model Context Protocol server that enables AI assistants to search the web using Bocha AI's search API, supporting features like time filtering, domain inclusion/exclusion, and summarized results.
0
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "mcp-bocha",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@humansean/mcp-bocha"
7 ],
8 "env": {
9 "BOCHA_API_KEY": "YOUR_API_KEY"
10 }
11}
JSON11 lines
README 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 stringfreshness : Optional time filter ["oneDay", "oneWeek", "oneMonth", "oneYear", "noLimit"]summary : Optional boolean for summarized resultsinclude : Optional array of domains to includeexclude : Optional array of domains to excludecount : 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
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source