rapidrouter-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rapidrouter-mcpfind a model with 200k context and price under $2 per million tokens"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rapidrouter-mcp
An MCP (Model Context Protocol) stdio server for Rapid Router, the AI gateway with an OpenAI-compatible API. It lets any MCP client (Claude Desktop, Claude Code, Cursor, and others) search the live model catalog, look up prices in USD and INR, send chat completions, and check your credit balance.
Install
Once published to npm:
npx rapidrouter-mcpFrom source, today:
cd mcp && npm install
node mcp/index.jsThe server speaks MCP over stdin/stdout. chat and account_balance need a Rapid Router
API key in the RAPIDROUTER_API_KEY environment variable; get one at
https://rapidrouter.ai/dashboard/keys. The catalog tools need no key.
Related MCP server: Routara MCP Server
Client configuration
Claude Desktop (claude_desktop_config.json) and Cursor (.cursor/mcp.json) use the
same mcpServers shape:
{
"mcpServers": {
"rapidrouter": {
"command": "npx",
"args": ["rapidrouter-mcp"],
"env": { "RAPIDROUTER_API_KEY": "rr-..." }
}
}
}Claude Code:
claude mcp add rapidrouter -e RAPIDROUTER_API_KEY=rr-... -- npx rapidrouter-mcpRunning from a checkout instead of npm, replace the command with
"command": "node", "args": ["/path/to/rapid-router/mcp/index.js"].
Tools
Tool | Auth | What it does |
| none | Search live models by substring on id/name/author, with optional |
| none | One model's full catalog row by exact id, plus INR prices from the catalog's live USD/INR rate. |
|
| Send a prompt (optional |
|
| Your credit balance in USD and INR. |
Run rapidrouter-mcp --help for a usage summary.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Connect MCP clients to 2,000+ AI models without managing provider API keys.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables LLMs to interact with any REST API that has an OpenAPI specification by providing a lightweight MCP server that translates between natural language and API calls.MIT
- AlicenseAqualityAmaintenanceEnables calling 48+ LLMs, image, and video models through Routara's API from Cursor, Claude Desktop, Windsurf, and other MCP clients. Supports chat completions, image generation, and video generation with a single API key.51MIT
- FlicenseAqualityBmaintenanceUnified MCP server for querying multiple LLM providers (Gemini, OpenAI, Anthropic, etc.) with advanced routing, cost optimization, and fallback resilience.215-
- FlicenseBqualityBmaintenanceAn intelligent, agentic MCP server gateway to OpenRouter's 200+ AI models. It provides budget controls, security features, semantic memory, and code search capabilities.24-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikhilsukhramani-maker/rapidrouter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server