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 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.1io.github.36412749-collab/routara-mcpnpm install
npm run build
ROUTARA_API_KEY=sk-or-v1-... npm run test:live
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 Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.