# Renderio MCP Integration

> FFmpeg API for Video Automation at Scale

## Overview

| Property | Value |
|----------|-------|
| Category | PIPEDREAM |
| Type | PIPEDREAM |
| Tools | 14 |
| URL | https://jelou.ai/es/marketplace/renderio |

## Available Tools (14)

### Delete Stored File

Delete a stored file by ID. [See the documentation](https://renderio.dev/docs/api-reference/files/delete-file)

### Download and Process Video with yt-dlp

Download publicly accessible videos with yt-dlp and optionally process them with FFmpeg. Use this to fetch videos from supported platforms and transform them, for example extract audio, resize, trim, or convert formats. Provide input URLs as a dictionary with `in_` prefixed keys; when processing with FFmpeg, provide output aliases with `out_` prefixes. [See the documentation](https://renderio.dev/docs/api-reference/commands/run-ytdlp-command)

### Download Video with yt-dlp

Download publicly accessible videos from yt-dlp-supported platforms like YouTube, TikTok, Instagram, Vimeo, and Twitch without additional processing. Provide input URLs as a dictionary with `in_` prefixed keys, for example `{ "in_video": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" }`. For download plus FFmpeg processing, use **Download and Process Video with yt-dlp** instead. [See the documentation](https://renderio.dev/docs/api-reference/commands/ytdlp-download)

### Execute Preset

Execute a RenderIO preset with input files. [See the documentation](https://renderio.dev/docs/api-reference/presets/execute-preset)

### Get FFmpeg Command Status

Get the status and results of a previously submitted FFmpeg command. [See the documentation](https://renderio.dev/docs/api-reference/commands/get-command)

### Get Preset

Retrieve a preset by ID. [See the documentation](https://renderio.dev/docs/api-reference/presets/get-preset)

### Get Stored File

Retrieve a stored file by ID. [See the documentation](https://renderio.dev/docs/api-reference/files/get-file)

### List Presets

Retrieve available RenderIO presets. [See the documentation](https://renderio.dev/docs/api-reference/presets/list-presets)

### List Stored Files

Retrieve stored files for the account. [See the documentation](https://renderio.dev/docs/api-reference/files/list-files)

### Run Chained FFmpeg Commands

Execute multiple chained FFmpeg commands sequentially with shared input and output file specifications. [See the documentation](https://renderio.dev/docs/api-reference/commands/run-chained-commands)

### Run FFmpeg Command

Submit an FFmpeg command for processing with input and output file specifications. [See the documentation](https://renderio.dev/docs/api-reference/commands/run-ffmpeg-command)

### Run Multiple FFmpeg Commands

Execute multiple independent FFmpeg commands in one request. [See the documentation](https://renderio.dev/docs/api-reference/commands/run-multiple-commands)

### Store File

Store a publicly accessible file URL in RenderIO storage. [See the documentation](https://renderio.dev/docs/api-reference/files/store-file)

### Upload File

Upload a file directly to RenderIO storage. [See the documentation](https://renderio.dev/docs/api-reference/files/upload-file)

## Supported Channels

This integration works with:
- WhatsApp Business API
- Facebook Messenger
- Instagram Direct Messages
- Web Chat Widget

## AI Assistants Compatible

- ChatGPT (via MCP)
- Claude (via MCP)
- Gemini (via MCP)
- Custom AI Agents

## Quick Start

1. Sign up at https://apps.jelou.ai/signup
2. Navigate to Marketplace and add Renderio
3. Authenticate your Renderio account
4. Configure your messaging channels (WhatsApp, Facebook, etc.)
5. Copy the MCP server URL to your AI assistant

## Example Use Cases

- Automate customer inquiries using Renderio data
- Send notifications via WhatsApp when Renderio events occur
- Query Renderio data directly from ChatGPT or Claude
- Build AI agents that interact with Renderio

## Resources

- [All Integrations](https://jelou.ai/es/marketplace)
- [Full Documentation](https://jelou.ai/llms-full.txt)
- [API Docs](https://docs.jelou.ai)
- [Help Center](https://help.jelou.ai)
