# Transloadit Media Processing MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-transloadit-mcp-server
- Repository: https://github.com/transloadit/node-sdk
- Website: https://transloadit.com/docs/sdks/mcp-server/

## Install
- Command: `npx -y @transloadit/mcp-server`
- Endpoint: https://api2.transloadit.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- Package: Npm @transloadit/mcp-server v0.3.9
- Environment variable: TRANSLOADIT_KEY (required)
- Environment variable: TRANSLOADIT_SECRET (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api2.transloadit.com/mcp
- Header: Authorization

## Tools
- transloadit_lint_assembly_instructions (Lint Assembly Instructions) - Lint Assembly Instructions without creating an Assembly. Returns structured issues. Endpoint: https://api2.transloadit.com/mcp
- transloadit_create_assembly (Create or resume an Assembly) - Create or resume an Assembly, optionally uploading files and waiting for completion. Endpoint: https://api2.transloadit.com/mcp
- transloadit_get_assembly_status (Get Assembly status) - Fetch the latest Assembly status by URL or ID. Endpoint: https://api2.transloadit.com/mcp
- transloadit_wait_for_assembly (Wait for Assembly completion) - Polls until the Assembly completes or timeout is reached. Endpoint: https://api2.transloadit.com/mcp
- transloadit_list_robots (List Transloadit robots) - Returns a filtered list of robots with short summaries. Endpoint: https://api2.transloadit.com/mcp
- transloadit_get_robot_help (Get robot parameter help) - Returns a robot summary and parameter details. Endpoint: https://api2.transloadit.com/mcp
- transloadit_list_templates (List templates) - List Assembly Templates (owned and/or builtin). Tip: pass include_builtin: "exclusively-latest" to list builtins only. Endpoint: https://api2.transloadit.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.transloadit
- Version: 0.3.9
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 16, 2026
- Source: https://registry.modelcontextprotocol.io
