RouterBase 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., "@RouterBase MCPlist available models"
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.
RouterBase MCP Server
An MCP server for routerbase, the OpenAI-compatible API gateway for GPT, Claude, Gemini, and 200+ AI models.
This package exposes RouterBase model discovery, model details, pricing lookup, quickstart guidance, and chat completions as Model Context Protocol tools.
Features
routerbase_get_startedreturns integration snippets and the canonical routerbase link.routerbase_list_modelssearches and filters the RouterBase model catalog.routerbase_get_modelfetches details for one model id.routerbase_get_pricingfetches pricing for one model or all active models.routerbase_chat_completioncalls the OpenAI-compatible/v1/chat/completionsendpoint.routerbase://overviewis a resource with RouterBase integration metadata.
Related MCP server: Polybrain MCP Server
Install
npm install -g routerbase-mcpOr run it without installing:
npx routerbase-mcpConfiguration
Create a RouterBase API key at routerbase and set:
export ROUTERBASE_API_KEY=sk-rb-your-keyOptional overrides:
export ROUTERBASE_API_BASE_URL=https://routerbase.com/api/v1
export ROUTERBASE_OPENAI_BASE_URL=https://routerbase.com/v1Claude Desktop
{
"mcpServers": {
"routerbase": {
"command": "npx",
"args": ["-y", "routerbase-mcp"],
"env": {
"ROUTERBASE_API_KEY": "sk-rb-your-key"
}
}
}
}Cursor or other MCP clients
Use the same stdio command:
{
"command": "npx",
"args": ["-y", "routerbase-mcp"],
"env": {
"ROUTERBASE_API_KEY": "sk-rb-your-key"
}
}Development
npm install
npm run build
node dist/index.jsRegistry Submission
This repository includes:
server.jsonfor the official MCP Registry.metadata/directory-listing.jsonfor MCP directories.SUBMISSION_KIT.mdwith listing copy for MCP.so, PulseMCP, Glama, Smithery, and GitHub lists.
The preferred listing sentence is:
RouterBase MCP lets AI agents discover models, pricing, and chat completions through routerbase.
License
MIT
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.
Latest Blog Posts
- 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/zenlee123/routerbase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server