MCP Server
MCP
io.github.netclaus/oroute
Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "oroute-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your O'Route API key (get one at https://oroute.itshin.com). Format: or-xxxxxxxx",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OROUTE_API_KEY"
},
{
"description": "Base URL for the O'Route API. Defaults to the production endpoint.",
"format": "string",
"default": "https://api.oroute.itshin.com",
"name": "OROUTE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment