What is the io.github.netclaus/oroute MCP server?
Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.
How to install io.github.netclaus/oroute
Copy-paste configuration for popular MCP clients.
OROUTE_API_KEYrequiredsecretYour O'Route API key (get one at https://oroute.itshin.com). Format: or-xxxxxxxx
OROUTE_BASE_URLBase URL for the O'Route API. Defaults to the production endpoint.
{
"mcpServers": {
"oroute": {
"command": "npx",
"args": [
"-y",
"oroute-mcp"
],
"env": {
"OROUTE_API_KEY": "<YOUR_OROUTE_API_KEY>",
"OROUTE_BASE_URL": "<YOUR_OROUTE_BASE_URL>"
}
}
}
}{
"mcpServers": {
"oroute": {
"command": "npx",
"args": [
"-y",
"oroute-mcp"
],
"env": {
"OROUTE_API_KEY": "<YOUR_OROUTE_API_KEY>",
"OROUTE_BASE_URL": "<YOUR_OROUTE_BASE_URL>"
}
}
}
}{
"mcpServers": {
"oroute": {
"command": "npx",
"args": [
"-y",
"oroute-mcp"
],
"env": {
"OROUTE_API_KEY": "<YOUR_OROUTE_API_KEY>",
"OROUTE_BASE_URL": "<YOUR_OROUTE_BASE_URL>"
}
}
}
}{
"servers": {
"oroute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oroute-mcp"
],
"env": {
"OROUTE_API_KEY": "<YOUR_OROUTE_API_KEY>",
"OROUTE_BASE_URL": "<YOUR_OROUTE_BASE_URL>"
}
}
}
}claude mcp add oroute --env OROUTE_API_KEY=<YOUR_OROUTE_API_KEY> --env OROUTE_BASE_URL=<YOUR_OROUTE_BASE_URL> -- npx -y oroute-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.