Web search for AI agents β one tool across 6 engines, routed to the cheapest + cached.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Give your AI agent web search across 6 engines through one MCP
searchtool. Hosted. Routed. Cached.
search call. Stop wiring up six APIs, six SDKs, six billing portals.A call to the search tool:
The response (trimmed):
source_engine tells you which engine answered. meta exposes the cache tier and billed cost per call.
We ran 170 real agent queries across all 6 engines, judged by an LLM, to map cost vs. quality per query class. Full methodology and per-engine results: State of AI Search.
The hosted endpoint is https://api.groundroute.ai/mcp (streamable-HTTP). Get an API key at groundroute.ai/keys.
Claude Desktop / Claude Code, add to your MCP config:
Cursor, ~/.cursor/mcp.json:
VS Code (native MCP / Continue), .vscode/mcp.json:
Local / stdio-only clients, bridge stdio to HTTP with mcp-remote:
This repo also ships a small native stdio MCP server (server.py) that forwards to the hosted API, useful for stdio-only clients or containerized runs.
Or with Docker:
Introspection (tool discovery) works with no key; running a search requires GROUNDROUTE_API_KEY (get one at https://groundroute.ai/keys).
search tool| Param | Type | Notes |
|---|---|---|
query | string | required |
mode | enum | auto (default), web, news, academic, answer, page |
max_results | integer | default 10, max 50 |
freshness | enum | fresh, semi, static; omit to auto-detect |
domains | string[] | include-only domain filter, e.g. ["arxiv.org"] |
lang | string | ISO 639-1 language code, e.g. en |
country | string | ISO 3166-1 alpha-2 country code, e.g. us |
Returns a structured result: ranked results (url / title / snippet / content / source_engine / published_at), an optional synthesized answer with citations (answer mode), and meta (request_id / cache_tier / degraded / cost_usd). Routed, cached, and reliable.
One endpoint in front of many search engines, with price-led routing, caching, failover, and usage governance. See the docs and the State of AI Search benchmark (170 real agent queries across all 6 engines).
registry-manifest.json in this repo is the listing manifest for MCP registries.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/web-search)<a href="https://allmcps.com/mcp/web-search"><img src="https://allmcps.com/api/badge/web-search?style=directory" alt="Web Search on AllMCPs" /></a>