io.github.netclaus/oroute✓
io.github.netclaus/oroute · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.netclaus/oroute",
"description": "Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.",
"repository": {
"url": "https://github.com/netclaus/oroute",
"source": "github"
},
"version": "0.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}