# Transloadit Media Processing (npm · @transloadit/mcp-server)

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

- Trust score: 70/100 (medium)
- Change this week: +46
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api2.transloadit.com`: 55/100, [markdown](https://verifymcp.io/servers/transloadit-mcp-server/api2.md), [page](https://verifymcp.io/servers/transloadit-mcp-server/api2)
- npm · `@transloadit/mcp-server`: 70/100 (this document), [markdown](https://verifymcp.io/servers/transloadit-mcp-server/transloadit-mcp-server.md), [page](https://verifymcp.io/servers/transloadit-mcp-server/transloadit-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@transloadit/mcp-server`
- Version: `0.3.9`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 89/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (200 of 202), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (200 of 202), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to transloadit/node-sdk).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 22 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 435 tokens (~62/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add transloadit-mcp-server -- npx -y @transloadit/mcp-server
```

### Codex

```bash
codex mcp add transloadit-mcp-server -- npx -y @transloadit/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "transloadit-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@transloadit/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add transloadit-mcp-server --command npx --arg -y --arg @transloadit/mcp-server
```

### Hermes

```yaml
mcp_servers:
  transloadit-mcp-server:
    command: "npx"
    args: ["-y", "@transloadit/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "transloadit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@transloadit/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 67, +49)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: transloadit/node-sdk
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 18, +13)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, −18)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-28 (score 42, +18)

- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 0

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (7)

### `transloadit_lint_assembly_instructions` (~48 tokens)

Lint Assembly Instructions

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

Input parameters:

- `instructions` (required)
- `return_fixed` (boolean)
- `strict` (boolean)

Output parameters:

- `linting_issues` (array)
- `normalized_instructions`
- `status` (string)

### `transloadit_create_assembly` (~106 tokens)

Create or resume an Assembly

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

Input parameters:

- `assembly_url` (string)
- `expected_uploads` (integer)
- `fields` (object)
- `files` (array)
- `instructions`
- `upload_behavior` (string)
- `upload_chunk_size` (integer)
- `upload_concurrency` (integer)
- `wait_for_completion` (boolean)
- `wait_timeout_ms` (integer)

Output parameters:

- `assembly`
- `errors` (array)
- `next_steps` (array)
- `status` (string)
- `upload` (object)
- `warnings` (array)

### `transloadit_get_assembly_status` (~39 tokens)

Get Assembly status

Fetch the latest Assembly status by URL or ID.

Input parameters:

- `assembly_id` (string)
- `assembly_url` (string)

Output parameters:

- `assembly`
- `errors` (array)
- `status` (string)
- `warnings` (array)

### `transloadit_wait_for_assembly` (~57 tokens)

Wait for Assembly completion

Polls until the Assembly completes or timeout is reached.

Input parameters:

- `assembly_id` (string)
- `assembly_url` (string)
- `poll_interval_ms` (integer)
- `timeout_ms` (integer)

Output parameters:

- `assembly`
- `errors` (array)
- `status` (string)
- `waited_ms` (integer)
- `warnings` (array)

### `transloadit_list_robots` (~50 tokens)

List Transloadit robots

Returns a filtered list of robots with short summaries.

Input parameters:

- `category` (string)
- `cursor` (string)
- `limit` (integer)
- `search` (string)

Output parameters:

- `next_cursor` (string)
- `robots` (array)
- `status` (string)

### `transloadit_get_robot_help` (~44 tokens)

Get robot parameter help

Returns a robot summary and parameter details.

Input parameters:

- `detail_level` (string)
- `robot_name` (string)
- `robot_names` (array)

Output parameters:

- `not_found` (array)
- `robot` (object)
- `robots` (array)
- `status` (string)

### `transloadit_list_templates` (~91 tokens)

List templates

List Assembly Templates (owned and/or builtin). Tip: pass include_builtin: "exclusively-latest" to list builtins only.

Input parameters:

- `include_builtin` (string)
- `include_content` (boolean)
- `keywords` (array)
- `order` (string)
- `page` (integer)
- `page_size` (integer)
- `sort` (string)

Output parameters:

- `errors` (array)
- `page` (integer)
- `page_size` (integer)
- `status` (string)
- `templates` (array)
- `total` (integer)
- `warnings` (array)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/transloadit-mcp-server/transloadit-mcp-server#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 67
- 2026-08-01: 18
- 2026-07-31: 5
- 2026-07-30: 24
- 2026-07-28: 42
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@transloadit/mcp-server
- Socket report: https://socket.dev/npm/package/@transloadit/mcp-server
- Repository: https://github.com/transloadit/node-sdk
- Website: https://transloadit.com/docs/sdks/mcp-server/
- Changelog RSS feed: https://verifymcp.io/servers/transloadit-mcp-server/transloadit-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/transloadit-mcp-server/transloadit-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/transloadit-mcp-server/transloadit-mcp-server
