The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Routara LLM Gateway listing page.
Official Model Context Protocol server for Routara. Use Routara chat, image, and video models from Cursor, Claude Desktop, Codex, Windsurf, VS Code, and other MCP clients.
Or install the one-click routara-mcp.mcpb bundle from the latest GitHub release.
| Tool | Description |
|---|---|
routara_list_models | Search and paginate the live model catalog |
routara_chat | Single-turn or multi-turn chat, including tool calls |
routara_generate_image | Text-to-image and reference-image generation |
routara_generate_video | Text-to-video and image-to-video submission |
routara_get_video_status | Poll an asynchronous video task |
| Variable | Required | Default |
|---|---|---|
ROUTARA_API_KEY | Yes for tool calls | None |
ROUTARA_API_BASE | No | https://api.routara.ai/v1 |
ROUTARA_API_TIMEOUT_MS | No | 30000 |
The process can start and complete the MCP handshake without an API key. A key is resolved only when a Routara tool is invoked, which lets directories validate the server safely.
routara_chat returns the complete OpenAI-compatible response, preserving reasoning content and tool calls.For a live API smoke test:
Do not commit API keys. If a key is exposed, revoke it in the Routara dashboard immediately. Please report security issues privately to support@routara.ai.
MIT