Server data from the Official MCP Registry
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
Remote endpoints: streamable-http: https://api.groundroute.ai/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"ai-groundroute-web-search": {
"url": "https://api.groundroute.ai/mcp"
}
}
}From the project's GitHub README.
Give your AI agent web search across 6 engines (Serper, Brave, Exa, Tavily, Firecrawl, Perplexity) through one MCP search tool. GroundRoute routes each query to the cheapest engine that meets the quality bar, caches the repeats, and fails over automatically — so you get good results without overpaying or wiring up six APIs.
https://api.groundroute.ai/mcp (streamable-HTTP)Claude Desktop / Claude Code — add to your MCP config:
{
"mcpServers": {
"groundroute": {
"type": "http",
"url": "https://api.groundroute.ai/mcp",
"headers": { "Authorization": "Bearer gr_YOUR_KEY" }
}
}
}
Cursor — ~/.cursor/mcp.json:
{ "mcpServers": { "groundroute": { "url": "https://api.groundroute.ai/mcp",
"headers": { "Authorization": "Bearer gr_YOUR_KEY" } } } }
VS Code (native MCP / Continue) — .vscode/mcp.json:
{ "servers": { "groundroute": { "type": "http", "url": "https://api.groundroute.ai/mcp",
"headers": { "Authorization": "Bearer gr_YOUR_KEY" } } } }
Local / stdio-only clients — bridge stdio ↔ HTTP with mcp-remote:
{ "mcpServers": { "groundroute": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.groundroute.ai/mcp", "--header", "Authorization:Bearer gr_YOUR_KEY"]
} } }
search tool| Param | Type | Notes |
|---|---|---|
query | string | required |
max_results | integer | default 5, max 50 |
mode | enum | auto (default), web, news, academic, answer, page |
Returns ranked results (and a synthesized answer for answer-class queries). 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.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption