MCP Hub
Back to servers

Bocha Web Search

Provides web search capabilities powered by the Bocha API, allowing AI agents to retrieve real-time information with filters for freshness, domain inclusion/exclusion, and optional summarization.

Stars
3
Forks
3
Tools
1
Updated
May 22, 2025
Validated
Jan 11, 2026

mcp-bocha

A Model Context Protocol (MCP) server that provides web search capabilities to AI agents using the Bocha API.

MCP-Bocha MCP server

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 NameDescriptionParameters
mcp-bocha_searchSearch the web for informationquery: 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

Reviews

No reviews yet

Sign in to write a review