
Routara Llm Gateway
@36412749-collab
About Routara Llm Gateway
OpenAI-compatible MCP server for Routara — route 787+ LLMs, image & video generation via api.routara.ai.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"routara": {
"command": "npx",
"args": [
"-y",
"routara-mcp"
],
"env": {
"ROUTARA_API_KEY": "sk-or-v1-REPLACE_WITH_YOUR_KEY"
}
}
}
}Tools
5List models in the Routara catalog
Chat completion (OpenAI-compatible)
Image generation (cash balance required)
Submit async video job (cash balance required)
Poll video task status
Overview
What is Routara Llm Gateway?
Routara Llm Gateway is an official Model Context Protocol (MCP) server for Routara that lets you call over 48 LLMs, image, and video models through the api.routara.ai API. It is designed for use with MCP clients such as Cursor, Claude Desktop, and Windsurf.
How to use Routara Llm Gateway?
Configure the server in your MCP client by adding it as an MCP server with the command npx -y routara-mcp and setting the ROUTARA_API_KEY environment variable (obtained from routara.ai/#auth). No additional installation steps are required; the client will fetch and run the server automatically.
Key features of Routara Llm Gateway
- List available models in the Routara catalog
- OpenAI‑compatible chat completions
- Image generation (requires cash balance)
- Submit asynchronous video generation jobs
- Poll video task status
Use cases of Routara Llm Gateway
- Switch between 48+ LLMs from a single MCP client like Cursor
- Generate images using cash wallet balance from Claude Desktop
- Submit long‑running video jobs and check their progress
- Build multi‑provider AI workflows through a unified API key
FAQ from Routara Llm Gateway
How do I get an API key?
Create one at routara.ai → Auth. Keys start with sk-or-v1-.
Can I use the same key for text, image, and video?
Yes. One API key works for all three types; just switch the model and tool.
Why can't I use promo credits for image or video generation?
Image and video tasks require a cash wallet balance. Promotional credits are not accepted for media generation.
What is the default API base URL?
The default base URL is https://api.routara.ai/v1. You can override it with the ROUTARA_API_BASE environment variable.
Is there any code required to install the server?
No. The server runs via npx -y routara-mcp; you only need to configure the MCP client with the proper command and environment variables.
More Media & Design MCP servers
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
Comments