← Registry

Content Tools

transloadit.com

Manages Transloadit assemblies for file processing tasks such as uploading, validating, and monitoring.

1 endpoint7 known toolsFirst detected May 29, 2026Last detected July 25, 2026

ENDPOINT 1

https://api2.transloadit.com/mcp

No auth detected

MCP server metadata

Name
Transloadit MCP
Version
0.3.27
Capabilities
tools.listChanged

Known tools 7

transloadit_lint_assembly_instructions

Lint Assembly Instructions without creating an Assembly.

Inferred read-only
transloadit_create_assembly

Create or resume an Assembly, optionally uploading files and waiting for completion.

Potential side effects
transloadit_get_assembly_status

Fetch the latest Assembly status by URL or ID.

Inferred read-only
transloadit_wait_for_assembly

Polls until the Assembly completes or timeout is reached.

Inferred read-only
transloadit_list_robots

Returns a filtered list of robots with short summaries.

Inferred read-only
transloadit_get_robot_help

Returns a robot summary and parameter details.

Inferred read-only
transloadit_list_templates

List Assembly Templates (owned and/or builtin).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.