routara-mcp
OpenAI-compatible MCP for Routara — route 787+ LLMs, image & video via api.routara.ai.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
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
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| 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 number of matches before pagination; returned is the number included in this response. |
| 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-call continuations. The complete upstream response is returned, including usage, reasoning_content, and tool_calls when supplied by the model. |
| 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, style, and response format to compatible models. |
| routara_generate_video | Submit 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_status | Poll a Routara video-generation job. Pass the model when the upstream provider requires model-specific status routing. |