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.
Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ORCAROUTER_API_KEY
Environment variable: ORCAROUTER_BASE_URL
Environment variable: ORCAROUTER_REQUEST_TIMEOUT
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.