MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Routara MCP Server

by 36412749 Collab
Developer ToolsLow Risk8.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).

About

OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).

Security Report

8.2
Low Risk8.2Low Risk

The Routara MCP server is well-designed with proper authentication, secure credential handling, and appropriate permissions for its stated purpose. The API key is correctly loaded from environment variables, all network requests use proper authorization headers, and input validation is enforced through Zod schemas. No malicious patterns, code injection vulnerabilities, or credential leakage detected. Package verification found 1 issue.

7 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Routara API key (sk-or-v1-...) from https://routara.ai/#authRequired

Environment variable: ROUTARA_API_KEY

Optional API base URL (default https://api.routara.ai/v1)Optional

Environment variable: ROUTARA_API_BASE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-36412749-collab-routara-mcp": {
      "env": {
        "ROUTARA_API_KEY": "your-routara-api-key-here",
        "ROUTARA_API_BASE": "your-routara-api-base-here"
      },
      "args": [
        "-y",
        "routara-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Routara MCP Server

Official Model Context Protocol server for Routara — call 48+ LLMs, image and video models through api.routara.ai from Cursor, Claude Desktop, Windsurf, and other MCP clients.

Tools

ToolDescription
routara_list_modelsList models in the Routara catalog
routara_chatChat completion (OpenAI-compatible)
routara_generate_imageImage generation (cash balance required)
routara_generate_videoSubmit async video job (cash balance required)
routara_get_video_statusPoll video task status

Quick start

  1. Create an API key at routara.ai → Auth (sk-or-v1-...).
  2. Add to your MCP client:

Cursor

Settings → MCP → Add server or edit ~/.cursor/mcp.json:

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

Claude Desktop

%APPDATA%\Claude\claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

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

Environment

VariableRequiredDefault
ROUTARA_API_KEYYes—
ROUTARA_API_BASENohttps://api.routara.ai/v1

Development

cd packages/routara-mcp
npm install
node ./node_modules/typescript/bin/tsc
ROUTARA_API_KEY=sk-or-v1-... node scripts/live-smoke.mjs
npm test

Billing notes

  • One API key works for text, image, and video — switch model and tool, not the key.
  • Image/video require cash wallet balance (promo credits cannot be used for media).
  • Chat uses standard per-token billing.

License

MIT © Routara

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published June 22, 2026
Version 1.0.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
519
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
73
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
35
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local