
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
routara-mcp
Advanced tools
MCP server for Routara — OpenAI-compatible LLM, image & video APIs at api.routara.ai
Official Model Context Protocol server for Routara — call 787+ LLMs, image, and video models through api.routara.ai from Cursor, Claude Desktop, Windsurf, VS Code, and other MCP clients.
npx -y routara-mcp
Or add globally: npm install -g routara-mcp
| Tool | Description |
|---|---|
routara_list_models | List models in the Routara catalog |
routara_chat | Chat completion (OpenAI-compatible) |
routara_generate_image | Image generation (cash wallet balance required) |
routara_generate_video | Submit async video job (cash balance required) |
routara_get_video_status | Poll video task status |
sk-or-v1-...).Settings → MCP → Add server, or edit ~/.cursor/mcp.json:
{
"mcpServers": {
"routara": {
"command": "npx",
"args": ["-y", "routara-mcp"],
"env": {
"ROUTARA_API_KEY": "sk-or-v1-YOUR_KEY_HERE"
}
}
}
}
%APPDATA%\Claude\claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"routara": {
"command": "npx",
"args": ["-y", "routara-mcp"],
"env": {
"ROUTARA_API_KEY": "sk-or-v1-YOUR_KEY_HERE"
}
}
}
}
| Variable | Required | Default |
|---|---|---|
ROUTARA_API_KEY | Yes | — |
ROUTARA_API_BASE | No | https://api.routara.ai/v1 |
routara-mcp@1.0.2io.github.36412749-collab/routara-mcpThe server starts without ROUTARA_API_KEY so registries can run MCP handshake (initialize + tools/list). API key is required only when invoking tools.
npm ci && npm run build && npm test
# Optional live probe (needs real key):
ROUTARA_API_KEY=sk-or-v1-... npm run test:live
After pushing to GitHub, re-run Claim ownership on Glama once to refresh the listing index.
| Symptom | Fix |
|---|---|
ROUTARA_API_KEY is required on tool call | Set env in MCP client config; get key at routara.ai/#auth |
401 invalid_api_key | Regenerate key in dashboard; ensure sk-or-v1- prefix |
402 / insufficient balance | Top up cash wallet at routara.ai |
| Image/video fails, chat works | Media requires cash balance; promo credits are chat-only on economy models |
| Server won't start in inspector | Use npx -y routara-mcp with Node ≥18; run npm run build if developing from source |
npm install
npm run build
ROUTARA_API_KEY=sk-or-v1-... npm run test:live
npm test
model and tool, not the key.MIT © Routara
FAQs
MCP server for Routara — OpenAI-compatible LLM, image & video APIs at api.routara.ai
The npm package routara-mcp receives a total of 43 weekly downloads. As such, routara-mcp popularity was classified as not popular.
We found that routara-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.