offrouter-mcp
v0.7.0
Published
MCP stdio server for OffRouter. Exposes routing, delegation, and policy tools to any MCP-compatible harness (Claude Code, Codex CLI, Gemini CLI, etc.).
Readme
offrouter-mcp
MCP stdio server for OffRouter. Exposes routing, delegation, and policy tools to any MCP-compatible harness (Claude Code, Codex CLI, Gemini CLI, etc.).
Install
npm install offrouter-mcpUsage
Start the server:
offrouter-mcp
# or
offrouter mcp serveExposed tools
| Tool | Description |
|-------------------|-------------|
| route | Route a prompt through policy and return the chosen provider/model |
| delegate | Delegate a sub-task to a specific provider with fallback policy |
| status | Return current usage, active subscriptions, and available capacity |
| explain_decision| Show why a particular provider/model was chosen for a prompt |
| cancel | Cancel an in-flight delegated request |
Links
Claude Code primary model is unchanged in V1; OffRouter routes delegated work.
