# 370.ai — AI Gateway: Video (Seedance 2.0, Wan, HappyHorse), Image, Speech + 100+ Chat Models MCP server

One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-router-ai-gateway
- Website: https://370.ai

## Install
- Endpoint: https://mcp.router.ai/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.router.ai/mcp
- Header: Authorization

## Tools
- list_models - List the AI models available on 370.ai (chat / image / video / audio). Free, no billing. Endpoint: https://mcp.router.ai/mcp
- chat - Ask any text/chat model on 370.ai (Claude / GPT / Gemini / DeepSeek / Qwen / ...) and get its reply.

    Use this when you want a **specific or different** model than your own — e.g. consult Claude while you run on
    GPT, use a cheaper model for bulk work, or reach a model you don't have direct access to. One key, 100+ models.
    Call list_models to see the full catalog of model ids.

    Args:
        prompt: the user message / question.
        model: model id to call (see list_models). Empty = a fast cheap default.
        system: optional system instruction to steer the model.
        max_tokens: optional cap on output length (omit to let the model decide).
        temperature: optional sampling temperature 0..2 (omit for the model's default).
    Returns the model's text reply.
     Endpoint: https://mcp.router.ai/mcp
- generate_image - Generate an image from a text prompt. Use whenever the user wants a picture/illustration/photo created.

    Args:
        prompt: description of the image (English works best).
        size: 1024x1024 (square) / 1024x1536 (portrait) / 1536x1024 (landscape).
    Returns the generated PNG image.
     Endpoint: https://mcp.router.ai/mcp
- generate_video - Start a text-to-video generation (async). Returns a task_id; poll get_video_status until done.

    Args:
        prompt: description of the video.
        duration: seconds (e.g. 5).
        resolution: 480p / 720p / 1080p.
     Endpoint: https://mcp.router.ai/mcp
- get_video_status - Check a video generation task. When status=succeeded the result contains the video url. Endpoint: https://mcp.router.ai/mcp
- text_to_speech - Convert text to spoken audio (mp3). Returns a status with byte size. Endpoint: https://mcp.router.ai/mcp
- transcribe_audio - Transcribe spoken audio (from a public URL) to text. Endpoint: https://mcp.router.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.router
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 10, 2026
- Source: https://registry.modelcontextprotocol.io
