Routara MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROUTARA_API_KEY | No | Routara API key; optional for MCP discovery and required for tool calls | |
| ROUTARA_API_BASE | No | Base URL for the Routara API | https://api.routara.ai/v1 |
| ROUTARA_API_TIMEOUT_MS | No | Request timeout in milliseconds | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| routara_list_modelsA | 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_chatA | 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_imageB | 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_videoA | 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_statusB | Poll a Routara video-generation job. Pass the model when the upstream provider requires model-specific status routing. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/36412749-collab/routara-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server