MCP server
OpenRouter MCP Server
Routes chat requests to OpenRouter's model catalogue over MCP.
Add it to your client
CommunityInstall
npx @mcpservers/openrouterai
mcpServers
{
"mcpServers": {
"openrouter-mcp": {
"command": "npx",
"args": [
"@mcpservers/openrouterai"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- Tools
- 4
- License
- Apache-2.0
Tools
chat_completionsearch_modelsget_model_infovalidate_model
Four tools: send a chat completion, search the model list, read one model's details and check whether a model ID is valid. Model metadata is cached for an hour and rate-limited calls retry with exponential backoff, so repeated lookups stay cheap. Needs an OpenRouter API key; the default model, token ceiling and provider preferences come from environment variables.
Similar MCP servers
Braintrust MCP
MCP serverQueries Braintrust eval data and production logs from a coding agent.
Data & AnalyticsAI Models & Inference
Ollama MCP Server
MCP serverDrives a local Ollama server through MCP tools.
AI Models & Inference
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment