Skip to main content
Glama

MCP-Bocha

by intounknown
README.md1.53 kB
# mcp-bocha A Model Context Protocol (MCP) server that provides web search capabilities to AI agents using the Bocha API. <a href="https://glama.ai/mcp/servers/@intounknown/mcp-bocha"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@intounknown/mcp-bocha/badge" alt="MCP-Bocha MCP server" /> </a> ## 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<br>`freshness`: Optional time filter ["oneDay", "oneWeek", "oneMonth", "oneYear", "noLimit"]<br>`summary`: Optional boolean for summarized results<br>`include`: Optional array of domains to include<br>`exclude`: Optional array of domains to exclude<br>`count`: Optional number of results to return | ## Usage ```json { "mcpServers": { "mcp-bocha": { "command": "npx", "args": ["-y", "@humansean/mcp-bocha"], "env": { "BOCHA_API_KEY": "YOUR_API_KEY" } } } } ``` ## License Apache-2.0 license

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/intounknown/mcp-bocha'

If you have feedback or need assistance with the MCP directory API, please join our Discord server