← Back to Plugins
MCP Server MCP

io.github.netclaus/oroute

github By github 👁 1 views ▲ 0 votes

Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...