MCP.so
ログイン

Routara Llm Gateway

@36412749-collab

Routara Llm Gateway について

OpenAI-compatible MCP server for Routara — route 787+ LLMs, image & video generation via api.routara.ai.

基本情報

カテゴリ

メディアとデザイン

トランスポート

stdio

公開者

36412749-collab

投稿者

jack lee

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "routara": {
      "command": "npx",
      "args": [
        "-y",
        "routara-mcp"
      ],
      "env": {
        "ROUTARA_API_KEY": "sk-or-v1-REPLACE_WITH_YOUR_KEY"
      }
    }
  }
}

ツール

5

List 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

概要

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.

コメント

「メディアとデザイン」の他のコンテンツ