← tramsangtao.com
INDIVIDUAL MCP TOOL
get_job
Check the status of a generation job (single request, no waiting).
LIVE ENDPOINT
https://mcp.tramsangtao.com/mcp
Connect to this endpoint to inspect the live schema for get_job and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.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.
Related tools
get_balance— Get the remaining credit balance for your API key.get_limits— Get concurrency limits and currently active/queued job counts.list_models— List available image/video models with live pricing and supported params.list_llm_models— List LLM models available on llm_chat, with per-token credit pricing.wait_for_job— Poll a job until it finishes or max_wait_seconds elapses.generate_image— Generate an image (text-to-image, or image-to-image when image_urls given).generate_video— Generate a video from text (t2v) or reference image(s) (i2v).generate_motion— Motion control: transfer motion from a reference video onto a character image.