Orcarouter
@Continuum-AI-Corp
About Orcarouter
Official MCP server for OrcaRouter — the LLM gateway with auto-routing and fallback chains. Browse models and chat from Claude Desktop, Cursor, Windsurf, or any MCP client.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"orcarouter": {
"command": "npx",
"args": [
"-y",
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "sk-or-..."
}
}
}
}Tools
4run a chat completion (with optional fallback chain)
browse the catalog (pricing, context, capabilities)
detailed info for one model
list providers with model counts
Overview
What is Orcarouter?
Orcarouter is the official MCP server for the OrcaRouter LLM gateway. It lets you browse OrcaRouter's model catalog and run chat completions from any Model Context Protocol (MCP) client such as Claude Desktop, Claude Code, Cursor, Windsurf, or Zed.
How to use Orcarouter?
Install and add the server to your MCP client. For Claude Code, run claude mcp add orcarouter -s user -e ORCAROUTER_API_KEY=sk-orca-your-key -- npx -y @orcarouter/mcp. For other clients, copy the example config file for your client (e.g., claude-desktop.json) into the client's config location, replace the API key placeholder, and restart the client. Node.js 18 or later is required.
Key features of Orcarouter
- Browse providers and models without an API key
- Run chat completions through any served model
- Auto-route requests via strategies (cost, quality, balanced, LinUCB, gated‑adaptive)
- Configure fallback chains (primary + up to 4 fallbacks)
- Filter models server‑side by provider, capability, or context window
- Inspect detailed model cards (pricing, context, latency, endpoints)
Use cases of Orcarouter
- List all providers available on OrcaRouter
- Show Anthropic models with their pricing
- Get detailed information about a specific model (e.g.,
minimax/minimax-m2.7) - Chat with the auto-router and explain a topic like quantum computing
FAQ from Orcarouter
Do I need an API key to use Orcarouter?
No. Catalog‑browsing tools (orcarouter_models_list, orcarouter_model_card, orcarouter_providers_list) work without an API key. An API key is only required for the orcarouter_chat tool.
What runtime does Orcarouter require?
Node.js 18 or later. The server is an ESM bundle distributed via npm (@orcarouter/mcp) and run with npx -y @orcarouter/mcp.
How do I configure the API base URL or request timeout?
Set the ORCAROUTER_BASE_URL environment variable (defaults to https://api.orcarouter.ai) and ORCAROUTER_REQUEST_TIMEOUT in seconds (defaults to 300).
Which MCP clients are supported?
Claude Desktop, Claude Code, Cursor, Windsurf, Zed, and any client that speaks the Model Context Protocol. Example configuration files are provided for each.
What tools does Orcarouter expose?
orcarouter_chat (chat completion with optional fallback), orcarouter_models_list (browse catalog), orcarouter_model_card (detailed model info), and orcarouter_providers_list (list providers and model counts).
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mlops
visengerA curated list of references for MLOps
Comments