Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Transloadit Media Processing

io.github.transloadit/mcp-server

Process video, audio, images, and documents with 86+ cloud media processing robots.

Uptime
100.0%
1 direct probes · 30d
Response
118ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

transloadit_lint_assembly_instructions

Lint Assembly Instructions without creating an Assembly. Returns structured issues.

transloadit_create_assembly

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

transloadit_get_assembly_status

Fetch the latest Assembly status by URL or ID.

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). Tip: pass include_builtin: "exclusively-latest" to list builtins only.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "transloadit_media_processing": {
      "url": "https://api2.transloadit.com/mcp",
      "transport": "streamable-http"
    }
  }
}