
Bocha Web Search
Provides web search capabilities to AI assistants through the Bocha API with customizable filters for freshness, domains, and result summarization.
Enables AI to perform web searches with customizable parameters including freshness filters, domain controls, and result summarization for retrieving up-to-date information from the internet.
What it does
- Search the web with customizable queries
- Filter results by time periods (day, week, month, year)
- Include or exclude specific domains
- Generate summarized search results
- Control number of results returned
Best for
About Bocha Web Search
Bocha Web Search is a community-built MCP server published by intounknown that provides AI assistants with tools and capabilities via the Model Context Protocol. Bocha Web Search offers advanced features using a Google web search API for real-time, customizable internet results and summaries. It is categorized under search web.
How to install
You can install Bocha Web Search in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Bocha Web Search is released under the Apache-2.0 license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
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
Alternatives
Related Skills
Browse all skillsOfficial Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".
Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error messages, notifications, forms, onboarding, empty states, success messages, and help text. Use when writing or editing any text that appears in apps, websites, or software interfaces, designing conversational flows, establishing voice and tone guidelines, auditing product content for consistency and usability, reviewing UI strings, or improving existing interface copy. Applies UX writing best practices based on four quality standards — purposeful, concise, conversational, and clear. Includes accessibility guidelines, research-backed benchmarks (sentence length, comprehension rates, reading levels), expanded error patterns, tone adaptation frameworks, and comprehensive reference materials.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.
Manage Zotero reference libraries via the Web API. Search, list, add items by DOI/ISBN/PMID (with duplicate detection), delete/trash items, update metadata and tags, export in BibTeX/RIS/CSL-JSON, batch-add from files, check PDF attachments, cross-reference citations, find missing DOIs via CrossRef, and fetch open-access PDFs. Supports --json output for scripting. Use when the user asks about academic references, citation management, literature libraries, PDFs for papers, bibliography export, or Zotero specifically.