Skip to main content
ClaudeWave

GroundRoute — web search MCP server: 6 engines, one tool, hosted (streamable-HTTP). https://groundroute.ai

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/PROJECT-B-26/groundroute-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "groundroute-mcp": {
      "command": "node",
      "args": ["/path/to/groundroute-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/PROJECT-B-26/groundroute-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# GroundRoute — web search MCP server

[![smithery badge](https://smithery.ai/badge/groundroute-ai/web-search)](https://smithery.ai/servers/groundroute-ai/web-search)

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.

- **Hosted** (no local process to run): `https://api.groundroute.ai/mcp` (streamable-HTTP)
- **Pricing:** gain-share — you keep ~half the cache savings, so it **never costs more than going direct.** Bring your own engine keys (BYOK) supported.
- **Get an API key:** https://groundroute.ai/keys · **Docs:** https://groundroute.ai/docs/mcp-server · **Live engine benchmark:** https://groundroute.ai/state-of-ai-search

## Install

**Claude Desktop / Claude Code** — add to your MCP config:
```json
{
  "mcpServers": {
    "groundroute": {
      "type": "http",
      "url": "https://api.groundroute.ai/mcp",
      "headers": { "Authorization": "Bearer gr_YOUR_KEY" }
    }
  }
}
```

**Cursor** — `~/.cursor/mcp.json`:
```json
{ "mcpServers": { "groundroute": { "url": "https://api.groundroute.ai/mcp",
  "headers": { "Authorization": "Bearer gr_YOUR_KEY" } } } }
```

**VS Code** (native MCP / Continue) — `.vscode/mcp.json`:
```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`:
```json
{ "mcpServers": { "groundroute": {
  "command": "npx",
  "args": ["-y", "mcp-remote", "https://api.groundroute.ai/mcp", "--header", "Authorization:Bearer gr_YOUR_KEY"]
} } }
```

## The `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.

## How it works
One endpoint in front of many search engines, with price-led routing, caching, failover, and usage governance. See the [docs](https://groundroute.ai/docs/mcp-server) and the [State of AI Search benchmark](https://groundroute.ai/state-of-ai-search) (170 real agent queries across all 6 engines).

## Links
- Homepage: https://groundroute.ai
- Get a key: https://groundroute.ai/keys
- Playground (try without installing): https://groundroute.ai/playground
- Docs: https://groundroute.ai/docs/mcp-server

`registry-manifest.json` in this repo is the listing manifest for MCP registries.
ai-agentsmcpmodel-context-protocolragsearch-apiweb-search

What people ask about groundroute-mcp

What is PROJECT-B-26/groundroute-mcp?

+

PROJECT-B-26/groundroute-mcp is mcp servers for the Claude AI ecosystem. GroundRoute — web search MCP server: 6 engines, one tool, hosted (streamable-HTTP). https://groundroute.ai It has 0 GitHub stars and was last updated today.

How do I install groundroute-mcp?

+

You can install groundroute-mcp by cloning the repository (https://github.com/PROJECT-B-26/groundroute-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is PROJECT-B-26/groundroute-mcp safe to use?

+

PROJECT-B-26/groundroute-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains PROJECT-B-26/groundroute-mcp?

+

PROJECT-B-26/groundroute-mcp is maintained by PROJECT-B-26. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to groundroute-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy groundroute-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: PROJECT-B-26/groundroute-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/project-b-26-groundroute-mcp)](https://claudewave.com/repo/project-b-26-groundroute-mcp)
<a href="https://claudewave.com/repo/project-b-26-groundroute-mcp"><img src="https://claudewave.com/api/badge/project-b-26-groundroute-mcp" alt="Featured on ClaudeWave: PROJECT-B-26/groundroute-mcp" width="320" height="64" /></a>

More MCP Servers

groundroute-mcp alternatives