AI & Machine Learning
370.ai
Provides access to AI models for chat, image, and video generation.
ENDPOINT 1
https://mcp.router.ai/mcp
MCP server metadata
- Name
- router
- Version
- 1.27.2
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
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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.