routara-mcp

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

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • Routara List Models: List models available through Routara. Use this before another tool when a model was not specified. Supports pagination and text filtering. The count field is always the total num
  • Routara Chat: Create an OpenAI-compatible chat completion through Routara. Use message for a simple single-turn request, or messages for system prompts, multi-turn chat, multimodal content, and tool-c
  • Routara Generate Image: Generate or edit an image through Routara. Model support varies. Besides prompt and size, the tool can pass quality, aspect ratio, reference image URL, negative prompt, seed, s

What data it sees

Do you need an account

An API key from the service settings is required

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

Tools: list_models, chat, generate_image, generate_video, get_video_status.

Install: npx -y routara-mcp Get API key: https://routara.ai/#auth OpenAI-compatible MCP for Routara — 787+ LLMs, image & video. Tools: list_models, chat, generate_image, generate_video, get_video_status. npx -y routara-mcp

Server tool list (5)

Raw names from tools/list. Only developers need these.

routara_list_modelsList models available through Routara. Use this before another tool when a model was not specified. Supports pagination and text filtering. The count field is always the total number of matches before pagination; returned is the number included in this response.
routara_chatCreate an OpenAI-compatible chat completion through Routara. Use message for a simple single-turn request, or messages for system prompts, multi-turn chat, multimodal content, and tool-call continuations. The complete upstream response is returned, including usage, reasoning_content, and tool_calls when supplied by the model.
routara_generate_imageGenerate or edit an image through Routara. Model support varies. Besides prompt and size, the tool can pass quality, aspect ratio, reference image URL, negative prompt, seed, style, and response format to compatible models.
routara_generate_videoSubmit an asynchronous video-generation job through Routara. Supports text-to-video and image-to-video. Save the returned id or task_id and poll it with routara_get_video_status until completed or failed.
routara_get_video_statusPoll a Routara video-generation job. Pass the model when the upstream provider requires model-specific status routing.
routara-mcp: connect to Claude, ChatGPT, Cursor · Connectors.fun