AI & Machine Learning
tramsangtao.com
Provides access to AI generation API credits, model availability, and job status.
ENDPOINT 1
https://mcp.tramsangtao.com/mcp
MCP server metadata
- Name
- tramsangtao
- Version
- 2.14.7
tramsangtao.com AI generation API (Vietnamese market). Credits-based billing. Workflow: generate_image/generate_video returns a job_id immediately → call wait_for_job(job_id) until status=completed → use output_url. - wait_for_job timed_out=true is NORMAL for video — just call it again. - status=pending means queued behind your concurrency limit (see get_limits), not an error. - External images/videos/audio MUST be imported with upload_media_to_cdn (or the backward-compatible alias upload_from_url) before being used as generate inputs. - Call list_models before using a non-default model — catalog and pricing are live. - Check get_balance if unsure about credits. Never retry a generate call that timed out — check get_job first (retrying can double-bill).
Known tools 14
list_modelsList available image/video models with live pricing and supported params.
Inferred read-onlylist_llm_modelsList LLM models available on llm_chat, with per-token credit pricing.
Inferred read-onlygenerate_imageGenerate an image (text-to-image, or image-to-image when image_urls given).
Inferred read-onlygenerate_motionMotion control: transfer motion from a reference video onto a character image.
Potential side effectsgenerate_kol_videoGenerate a talking-avatar (KOL) video from an audio file + face image.
Inferred read-onlyCONNECT 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.tramsangtao]
url = "https://mcp.tramsangtao.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tramsangtao": {
"type": "http",
"url": "https://mcp.tramsangtao.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tramsangtao
Remote MCP URL: https://mcp.tramsangtao.com/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": {
"tramsangtao": {
"url": "https://mcp.tramsangtao.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tramsangtao": {
"type": "http",
"url": "https://mcp.tramsangtao.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tramsangtao",
"transport": "streamable-http",
"url": "https://mcp.tramsangtao.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.