MCP Directory

transloadit/node-sdk

GitHub
Other

Agent-native media processing via Transloadit's 86+ Robots: video encoding (HLS, H.264, VP9), image manipulation (resize, watermark, smart crop), document conversion, OCR, speech transcription, and more. Hosted or self-hosted via npx.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y node-sdk

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from transloadit/node-sdk your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "node-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "node-sdk"
      ]
    }
  }
}

Route transloadit/node-sdk intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add node-sdk

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use transloadit/node-sdk directly without routing

npx -y node-sdk

New to Agent-CoreX? View setup guide →

transloadit/node-sdk MCP Server — Agent-CoreX