Back to Browse

Orcarouter MCP Server

Developer ToolsModerate6.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.

About

Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.

Security Report

6.0
Moderate6.0Moderate Risk

OrcaRouter MCP server is well-structured with proper authentication handling, secure credential management, and appropriate input validation. The server requires API keys only for chat operations (catalog tools work without auth), uses environment variables securely without logging credentials, and implements comprehensive error handling. Minor code quality observations include broad exception handling and limited logging, but these do not represent security vulnerabilities. Permissions align well with the server's purpose as an LLM gateway client. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

OrcaRouter API key. Required only for orcarouter_chat. Catalog tools (orcarouter_models_list, orcarouter_model_card, orcarouter_providers_list) work without it.Required

Environment variable: ORCAROUTER_API_KEY

Override the gateway base URL. Defaults to https://api.orcarouter.ai.Optional

Environment variable: ORCAROUTER_BASE_URL

Per-request timeout in seconds. Defaults to 300 (5 minutes) to accommodate long reasoning-model completions.Optional

Environment variable: ORCAROUTER_REQUEST_TIMEOUT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-continuum-ai-corp-orcarouter-mcp": {
      "env": {
        "ORCAROUTER_API_KEY": "your-orcarouter-api-key-here",
        "ORCAROUTER_BASE_URL": "your-orcarouter-base-url-here",
        "ORCAROUTER_REQUEST_TIMEOUT": "your-orcarouter-request-timeout-here"
      },
      "args": [
        "-y",
        "@orcarouter/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Orcarouter MCP Server - Browse 160+ LLM models and live pricing — no API key needed | MCP Marketplace