← Registry

AI & Machine Learning

370.ai

Provides access to AI models for chat, image, and video generation.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.router.ai/mcp

No auth detected

MCP server metadata

Name
router
Version
1.27.2
Capabilities
experimentalpromptsresourcestools
Server instructions

370.ai unified AI gateway (one key, 100+ models). Tools: chat = call any text model (Claude / GPT / Gemini / DeepSeek / Qwen ...) and get its reply — use it when you need a different model, a model you don't have access to, or a cheaper / more specialized one (no need to route your own ordinary conversation through it); generate_image / generate_video / get_video_status / text_to_speech / transcribe_audio = image / video / speech generation you cannot do yourself. list_models returns the full catalog. Video is async: call generate_video to get a task_id, then poll get_video_status until status=succeeded to get the video url. Each user brings their own 370.ai API key (Authorization: Bearer <key>); sign up at https://370.ai to get free trial credits.

Known tools 7

list_models

List the AI models available on 370.

Inferred read-only
chat

Ask any text/chat model on 370.

Inferred read-only
generate_image

Generate an image from a text prompt.

Inferred read-only
generate_video

Start a text-to-video generation (async).

Inferred read-only
get_video_status

Check a video generation task.

Inferred read-only
text_to_speech

Convert text to spoken audio (mp3).

Inferred read-only
transcribe_audio

Transcribe spoken audio (from a public URL) to text.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.router]
url = "https://mcp.router.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "router": {
      "type": "http",
      "url": "https://mcp.router.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: router
Remote MCP URL: https://mcp.router.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "router": {
      "url": "https://mcp.router.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "router": {
      "type": "http",
      "url": "https://mcp.router.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "router",
  "transport": "streamable-http",
  "url": "https://mcp.router.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for router.ai was fetched 2026-08-26T12:35:25.096Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.