OrcaRouter
Rank #6507glama/Continuum-AI-Corp/orcarouter-mcp-server
OrcaRouter MCP — browse 160+ LLM models with live pricing (no API key needed for catalog) and route chat completions through the OrcaRouter gateway with automatic fallback.
OrcaRouter is a Model Context Protocol (MCP) server published by Continuum-AI-Corp. It ranks #6507 of 58,832 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. OrcaRouter is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 25, 2026 and most recently updated on May 25, 2026.
Ranks ahead of 52,325 of 58,832 servers on MCP Toplist.
Use OrcaRouter
Add OrcaRouter to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"orcarouter-mcp-server": {
"command": "npx",
"args": [
"-y",
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "<your ORCAROUTER_API_KEY>",
"ORCAROUTER_BASE_URL": "<your ORCAROUTER_BASE_URL>",
"ORCAROUTER_REQUEST_TIMEOUT": "<your ORCAROUTER_REQUEST_TIMEOUT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
Continuum-AI-Corp
Available versions (1)
| Version | Published |
|---|---|
| 1.1.3 | May 25, 2026 |
Frequently asked questions
- What is OrcaRouter?
- OrcaRouter MCP — browse 160+ LLM models with live pricing (no API key needed for catalog) and route chat completions through the OrcaRouter gateway with automatic fallback.
- Who maintains OrcaRouter?
- OrcaRouter is maintained by Continuum-AI-Corp, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is OrcaRouter an official MCP server?
- Yes — OrcaRouter is listed on the Official MCP Registry, alongside Glama.
- How many versions does OrcaRouter have?
- MCP Toplist tracks 1 version of OrcaRouter, most recently published on May 25, 2026.
- Where can I find the source code for OrcaRouter?
- The source code for OrcaRouter is hosted at github.com/Continuum-AI-Corp/orcarouter-mcp-server.