On June 25, 2026, OpenRouter announced the OpenRouter MCP Server — a Model Context Protocol server designed for coding agents, enabling clients such as Claude Code, Codex CLI, Cursor, OpenCode, and Claude Desktop to query real-time model data, benchmark rankings, pricing, and documentation directly from the editor, and to run test inferences.
Original announcement: https://openrouter.ai/blog/announcements/openrouter-mcp-server
Key Facts
- One-click installation:
- Claude Code:
claude mcp add --transport http openrouter https://mcp.openrouter.ai/mcp - Codex CLI:
codex mcp add openrouter --url https://mcp.openrouter.ai/mcp - Cursor: add a single URL entry in
~/.cursor/mcp.json. - Security model: OAuth login generates a dedicated API key with 7-day expiration and a $10 spending cap. The server is remotely hosted (no local install); the key can be adjusted or revoked anytime.
- Data sources: OpenRouter's live model catalog + Artificial Analysis intelligence scores + Design Arena ELO rankings + OpenRouter's own rankings. OpenRouter explicitly states the current best coding model is GLM-5.2.
- models-list: filter the catalog by price range, context length, modality, provider, model family
- model-get: full details of a single model (capabilities, pricing, context window, supported parameters)
- model-endpoints: per-provider pricing, latency, throughput, data policies
- benchmarks: third-party quality scores from Artificial Analysis and Design Arena
- rankings-daily: daily and trending rankings by token volume
- chat-send: send a test prompt to any model to see response, cost, provider
- generation-get: cost, token count, provider for a specific generation
- docs-search: full-text search of OpenRouter documentation
- credits-get: account balance
- providers-list: providers available for routing preferences
- app-rankings: which apps drive the most OpenRouter traffic by category
- Prompt injection on chat-send: an agent tricked into sending prompts could drain user balance; OpenRouter must defend against this.
- Benchmark objectivity: whether GLM-5.2's top ranking is consistent with independent evaluators (Artificial Analysis, Design Arena, LMArena) needs third-party verification.
- Protocol evolution: MCP is still fast-moving; interfaces may not remain compatible with future standards.
- Neutrality: whether OpenRouter will face exclusive deals or competing MCP servers from Anthropic/OpenAI.
- 'Model SEO': if the MCP server becomes agents' default model-awareness hub, providers' benchmark/pricing exposure on OpenRouter will directly influence agent selection — a new competitive battleground.
The 11 Tools
Model slugs support suffixes: :online (web access), :nitro (speed-prioritized), :floor (lowest price), :free (free endpoints).
Privacy design: all tools except chat-send are read-only queries; no source code is uploaded. Only content the user explicitly sends via chat-send goes to a model.
Why It Matters
1. Fixing agent 'model knowledge lag.' Agents excel at writing code but struggle to choose models — their training data is months stale while pricing and performance change daily (97 new models entered OpenRouter's catalog within one month). The MCP server makes real-time model lookup, price comparison, and testing an intrinsic agent capability.
2. MCP as the 'HTTP' of agent tooling. MCP was proposed by Anthropic in late 2025 and adopted by OpenAI in early 2026. OpenRouter supporting five major clients positions it as a cross-client, vendor-neutral model data hub — transferring model decision power from IDE vendors to users and agents.
3. The GLM-5.2 signal. OpenRouter's official 'Hint: it's GLM-5.2' is one of the strongest endorsements yet for Chinese open-source models on a neutral international platform, signaling that closed-source frontier models no longer dominate composite coding scores.
4. A security template for paid MCP servers. Remote hosting + OAuth + dedicated key + 7-day expiry + $10 cap is likely to become the de facto template for MCP servers involving paid API calls.
5. Enterprise implications. Companies can integrate OpenRouter via MCP so internal agents auto-select models, compare prices, and run tests — avoiding vendor lock-in.