MCP.so
Sign In

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.

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

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Routara LLM Gateway?

Routara LLM Gateway is the official Model Context Protocol server for Routara. It connects MCP clients such as Cursor, Claude Desktop, Codex, Windsurf, and VS Code to Routara's live catalog of 787+ chat, image, and video models through one API key.

Available tools

  • routara_list_models — search and paginate the live model catalog
  • routara_chat — OpenAI-compatible chat completions
  • routara_generate_image — text-to-image and reference-image generation
  • routara_generate_video — submit text-to-video or image-to-video jobs
  • routara_get_video_status — check asynchronous video job status

Quick start

Run the server with npx -y routara-mcp and set ROUTARA_API_KEY in your MCP client configuration. Create a key at routara.ai; never paste a real key into public configuration files.

The default API base URL is https://api.routara.ai/v1. Override it with ROUTARA_API_BASE only when using a compatible Routara endpoint.

Links

Comments

More Media & Design MCP servers