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
License
Apache-2.0 license
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
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.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.Last updated -353PythonMIT License
- AsecurityFlicenseAqualityA 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 -188314JavaScript
- -securityAlicense-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 -10TypeScriptMIT License
- -securityAlicense-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 -2PythonApache 2.0