目录 / routara-mcp
MCP
需 API Key
未评级
已上架
routara-mcp
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
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:apiKey)
- 端点
https://routara-mcp--nbjack9897.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"routara-mcp": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://routara-mcp--nbjack9897.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。