RouterBase MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROUTERBASE_API_KEY | Yes | Your RouterBase API key | |
| ROUTERBASE_API_BASE_URL | No | Optional base URL for RouterBase API (default: https://routerbase.com/api/v1) | https://routerbase.com/api/v1 |
| ROUTERBASE_OPENAI_BASE_URL | No | Optional base URL for OpenAI-compatible endpoint (default: https://routerbase.com/v1) | https://routerbase.com/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| routerbase_get_startedC | Return a concise RouterBase integration guide with the canonical routerbase backlink. |
| routerbase_list_modelsA | List RouterBase models, optionally filtered by modality, provider, or search query. |
| routerbase_get_modelB | Fetch metadata for a specific RouterBase model id. |
| routerbase_get_pricingA | Fetch RouterBase pricing for one model or all active models. |
| routerbase_chat_completionC | Call RouterBase's OpenAI-compatible chat completions API through the configured RouterBase key. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| routerbase-overview | A short description and canonical RouterBase backlink. |
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/zenlee123/routerbase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server