← transloadit.com
INDIVIDUAL MCP TOOL
transloadit_get_assembly_status
Fetch the latest Assembly status by URL or ID.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.transloadit-mcp]
url = "https://api2.transloadit.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"transloadit-mcp": {
"type": "http",
"url": "https://api2.transloadit.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: transloadit-mcp
Remote MCP URL: https://api2.transloadit.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": {
"transloadit-mcp": {
"url": "https://api2.transloadit.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"transloadit-mcp": {
"type": "http",
"url": "https://api2.transloadit.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "transloadit-mcp",
"transport": "streamable-http",
"url": "https://api2.transloadit.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
transloadit_lint_assembly_instructions— Lint Assembly Instructions without creating an Assembly.transloadit_create_assembly— Create or resume an Assembly, optionally uploading files and waiting for completion.transloadit_wait_for_assembly— Polls until the Assembly completes or timeout is reached.transloadit_list_robots— Returns a filtered list of robots with short summaries.transloadit_get_robot_help— Returns a robot summary and parameter details.transloadit_list_templates— List Assembly Templates (owned and/or builtin).