Server data from the Official MCP Registry
OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).
OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).
The Routara MCP server is well-designed with proper authentication, secure credential handling, and appropriate permissions for its stated purpose. The API key is correctly loaded from environment variables, all network requests use proper authorization headers, and input validation is enforced through Zod schemas. No malicious patterns, code injection vulnerabilities, or credential leakage detected. Package verification found 1 issue.
7 files analyzed · 4 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: ROUTARA_API_KEY
Environment variable: ROUTARA_API_BASE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-36412749-collab-routara-mcp": {
"env": {
"ROUTARA_API_KEY": "your-routara-api-key-here",
"ROUTARA_API_BASE": "your-routara-api-base-here"
},
"args": [
"-y",
"routara-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Official Model Context Protocol server for Routara — call 48+ LLMs, image and video models through api.routara.ai from Cursor, Claude Desktop, Windsurf, and other MCP clients.
| Tool | Description |
|---|---|
routara_list_models | List models in the Routara catalog |
routara_chat | Chat completion (OpenAI-compatible) |
routara_generate_image | Image generation (cash 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 |
cd packages/routara-mcp
npm install
node ./node_modules/typescript/bin/tsc
ROUTARA_API_KEY=sk-or-v1-... node scripts/live-smoke.mjs
npm test
model and tool, not the key.MIT © Routara
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.