370.ai — AI Gateway: Video (Seedance 2.0, Wan, HappyHorse), Image, Speech + 100+ Chat Models
Server Details
One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolschatAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| prompt | Yes | ||
| system | No | ||
| max_tokens | No | ||
| temperature | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden. It tells the agent that the tool returns the model's text reply, describes the 'model' default as 'fast cheap default', and explains parameter effects. However, it does not disclose potential costs, rate limits, or any side effects beyond the reply. There is no contradiction with annotations (none exist), but transparency is only partial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose, followed by concise guidance and a neatly tabulated Args list. No filler or redundant sentences; every line earns its place. The structure is highly readable and aids an agent's quick parsing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a chat tool with 5 parameters, the description covers purpose, usage scenarios, parameter semantics, and the return value ('Returns the model's text reply'). It also references list_models for the full model catalog, and the existence of an output schema reduces the need to detail return format. Missing error-case or rate-limit info, but the essentials are sufficiently covered.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has no parameter descriptions (0% coverage), so the description compensates well. It explains each argument: prompt is 'the user message / question', model is a 'model id' with empty meaning 'fast cheap default', system is 'optional system instruction', max_tokens is 'optional cap on output length', and temperature is '0..2'. This adds meaning beyond the bare schema types and defaults.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Ask any text/chat model on 370.ai ... and get its reply.' It explicitly names the resource (models on 370.ai) and the action (ask/get reply), and distinguishes it from sibling tools like generate_image or text_to_speech.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit use cases: 'when you want a specific or different model than your own', gives concrete examples (consult Claude while on GPT, cheaper model for bulk work), and points to list_models for the catalog. Lacks an explicit 'when not to use' but the alternative is implied through list_models.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_imageAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | 1024x1024 | |
| prompt | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden. It discloses that the tool 'Returns the generated PNG image,' which is a behavioral trait. However, it does not mention other behaviors such as whether the operation is synchronous, any API key requirements, rate limits, or potential side effects. For a simple image generation tool, the return type and size options provide some transparency, but not a full picture.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured: a single-purpose first sentence, followed by a compact args list. Every sentence earns its place with no extraneous detail. The format is easy to scan and understand.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (2 params, 1 required) and absence of an output schema, the description covers the essentials: purpose, parameter semantics, and return format. It does not address edge cases or failures, but for a simple generation tool this is reasonable and not a critical gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 0%, so the description fully compensates. It explains 'prompt' as 'description of the image' and adds the tip that 'English works best.' For 'size,' it enumerates the exact allowed values and their orientation meanings (square, portrait, landscape), which is not present in the schema. This significantly helps the agent select appropriate parameter values.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's verb ('Generate') and resource ('an image from a text prompt'), which distinguishes it from sibling tools like generate_video and text_to_speech. The phrase 'picture/illustration/photo' further clarifies the scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool: 'Use whenever the user wants a picture/illustration/photo created.' This is clear positive guidance. It does not explicitly mention exclusions or alternatives, but the context of sibling tools implies that for non-image generation, other tools are appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_modelsAInspect
List the AI models available on 370.ai (chat / image / video / audio). Free, no billing.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses that the operation is free and has no billing, which is a useful behavioral trait. As a simple list operation, no side effects is implied, adding some context beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that conveys purpose, scope, and cost upfront. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (0 params, output schema present), the description fully covers the necessary context. It explains what the tool does, its scope, and its cost, while the output schema handles return values.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description adds no parameter details, which is appropriate since there are none to explain.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and clearly identifies the resource ('AI models available on 370.ai'), further specifying categories (chat/image/video/audio). This distinguishes it strongly from sibling generation tools like chat and generate_image.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool (to see available models) by listing categories and noting it's free. It does not explicitly mention alternatives or exclusions, but the sibling context makes the use case clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
text_to_speechAInspect
Convert text to spoken audio. Returns a status with byte size.
Args:
text: the text to speak.
voice: ⚠️ 当前默认模型 (qwen3-tts-flash) **忽略 OpenAI 音色名** ——
alloy / echo / fable / onyx / nova / shimmer 六个会被统一改写成同一个音色,
传哪个都得到逐字节相同的音频。要真正换音色请传上游音色名 (如 Cherry / Ethan)。
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| voice | No | alloy |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full behavioral burden. It goes beyond a generic statement by exposing a critical quirk: the default model ignores OpenAI voice names and normalizes all six to the same audio, while also explaining how to achieve a real voice change via upstream names. This is exactly the kind of non-obvious behavior an agent needs to know before invoking the tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the core purpose. The parameter notes are structured and the extended voice warning is dense but necessary. It is slightly verbose due to the inline warning and code-like formatting, but every part earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a two-parameter tool with an output schema present, the description covers the core invocation details: what to pass, what unusual voice behavior to expect, and what kind of result is returned. It does not mention audio format, delivery mechanism, or text length constraints, but the presence of an output schema lowers the burden for return-value details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must explain the parameters, and it does: 'text' is defined as the text to speak, and 'voice' receives a detailed warning about name normalization and examples of valid upstream names. It adds substantial meaning beyond the bare schema, although it does not enumerate all possible voice values or text length limits.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a precise verb and resource, 'Convert text to spoken audio', which fully defines the tool's function. It also distinguishes it from its siblings (chat, image/video generation, status, list_models) without needing to name them. The added detail about returning a status with byte size further clarifies observable behavior.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The main sentence implies when to use this tool: whenever text needs to be turned into speech. It does not, however, explicitly state when not to use it or compare it to alternatives such as generate_video or chat. The usage context is inferable but not spelled out.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
One key for AI video, voice, music, and image across 40+ frontier models. BYOK zero markup.
One API for 100+ AI video, image, music and speech models.
Image, video, music and text generation across 100+ models through one endpoint.
Generate images, video, music, voice and 3D through one API. 30 tools, 200+ models.
Related MCP Servers
- AlicenseAqualityDmaintenanceAccess 627+ AI models through one API key — chat with GPT-5/Claude/Gemini, generate images with DALL-E 3/Midjourney/Flux, create videos with Sora 2/Kling/Veo 3, and more via Crazyrouter.4202MIT

Createya MCP & APIofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents and developers to generate images, videos, audio, and text using 100+ models via MCP or REST with a single API key.4MIT- AlicenseAqualityBmaintenanceHosted multi-model AI media + chat MCP server. Generates images, video, audio, face-swaps and talking-avatars, and chats across 300+ models (Claude, GPT, Gemini, DeepSeek…) - all from one balance and one API key.16MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct capability—chat completion, image generation, text-to-speech, and model discovery—so an agent can clearly choose by modality. There is no overlap or ambiguity between the four tools.
generate_image and list_models follow a clear verb_noun pattern, while chat and text_to_speech deviate slightly. The names are still readable and generally action-oriented, but the conventions are not fully uniform.
Four tools is lean but reasonable for a broad multimodal gateway, as each tool covers a major capability and list_models supports discovery across 100+ models. The count feels slightly thin given the advertised video and speech scope, but there is no redundant tool weight.
The server name prominently advertises video generation with Seedance, Wan, and HappyHorse, yet no video generation tool is exposed. Image is limited to generation and speech is limited to text-to-speech, leaving significant gaps for a supposed multimodal video/image/speech/chat gateway.