Best for
- Developers who need a unified AI endpoint
- Users of Claude Code, Cursor, Cline, Codex, or other coding agents
- Teams interested in free tiers, cost-aware routing, and local deployment
The source presents OmniRoute as a broad open-source local AI gateway focused on multi-provider routing, free-tier aggregation, fallback resilience, and token compression. No individual MCP tool identifiers are provided, so the tools list is left empty.
OmniRoute is an MIT-licensed, local-first AI gateway that connects one endpoint to 290+ providers and 500+ models, including 90+ providers with free tiers. It offers quota-aware automatic fallback, 19 routing strategies, RTK and Caveman token compression, MCP and A2A support, and compatibility with multiple coding tools.
From the repository root, run npm install && npm run dev, or install globally with npm install -g omniroute. Start the stdio MCP server with omniroute --mcp, or connect to http://localhost:20128/api/mcp/stream or /api/mcp/sse. The README also provides this Claude Code command: claude mcp add-server omniroute --type http --url http://localhost:20128/api/mcp/stream.