The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Web Search listing page.
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.