# Pipe2.ai MCP server

Run multi-step AI pipelines for video, image, audio and text: upload media, run, poll results.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-pipe2-mcp
- Website: https://pipe2.ai

## Install
- Endpoint: https://mcp.pipe2.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.pipe2.ai/mcp

## Tools
- get_pipeline_run_status - Check the status of a pipeline run. Returns status (pending/running/completed/failed), output data, error messages, timestamps, and generated asset URLs. Endpoint: https://mcp.pipe2.ai/mcp
- get_pipeline_schema - Get the input schema for a specific pipeline. Returns the JSON Schema describing required and optional input fields. Use this before running a pipeline to understand what inputs are needed. Endpoint: https://mcp.pipe2.ai/mcp
- list_pipelines - List all available AI video/image pipelines. Returns name, slug, description, category, credit cost, and required providers for each active pipeline. Endpoint: https://mcp.pipe2.ai/mcp
- request_upload - Request a presigned S3 upload URL for a file. Use this for pipeline inputs that require file URLs (e.g., images, videos, audio).

**Two-step upload flow:**
1. Call this tool with filename and content_type to get a presigned upload URL and final asset URL
2. PUT the file contents to the upload_url (presigned, expires in 5 minutes)
3. Use the asset_url as the input value when running a pipeline

Supported content types: image/* (max 10MB), video/* (max 50MB), audio/* (max 20MB) Endpoint: https://mcp.pipe2.ai/mcp
- run_pipeline - Run an AI pipeline by slug with the given input. Use list_pipelines to discover available pipelines and get_pipeline_schema to see required inputs. Returns a run ID for tracking status. Endpoint: https://mcp.pipe2.ai/mcp

## Resources
- billing://balance - Your current credit balance, including available and reserved credits. MIME type: application/json
- billing://history - Your credit transaction history showing purchases, usage, and refunds. MIME type: application/json
- assets://list - List your generated assets (images, videos, audio). All assets from pipeline runs. MIME type: application/json

## Prompts
- use_audio_generator - Guide for using the Audio Generator pipeline — Turn text into natural speech with dozens of voices, 70+ languages, and custom style directions for tone, accent, and pacing. Arguments: text
- use_captions - Guide for using the Captions pipeline — Burn styled captions into any video from a transcript or SRT. Pick a preset and ship a ready-to-post MP4. Arguments: source_asset_id, transcript_asset_id
- use_footage_search - Guide for using the Footage Search pipeline — Search stock video libraries for b-roll, establishing shots, and background footage. Free sources, download-ready clips. Arguments: query
- use_highlights - Guide for using the Highlights pipeline — Read a transcript, return N editorial picks, the most quotable moments for clipping, chapter generation, or social posts. Arguments: transcript_asset_id
- use_image_editor - Guide for using the Image Editor pipeline — Edit any image with AI. Change style, remove objects, modify elements, or transform the entire look. Arguments: image_urls, instructions
- use_image_generator - Guide for using the Image Generator pipeline — Generate AI images from text or reference photos. Product shots, character art, posters with readable text, photoreal portraits, high resolution in seconds.
- use_image_motion - Guide for using the Image Motion pipeline — Turn any still image into a cinematic video clip with smooth camera movement, zoom, and transitions. Arguments: image_url
- use_image_search - Guide for using the Image Search pipeline — Search museum archives and stock photo libraries with AI-targeted queries that curate the best results from five sources. Arguments: topic
- use_music_generator - Guide for using the Music Generator pipeline — Generate original background music that matches any mood, genre, and length you describe. Royalty-free, ready in seconds. Arguments: prompt, duration_sec
- use_product_shots - Guide for using the Product Shots pipeline — Turn one product photo into a full marketplace-ready shoot, white background, lifestyle, gradient studio, in-use, and outdoor variants. Arguments: product_image, environments
- use_script_writer - Guide for using the Script Writer pipeline — Turn any topic into a complete video production blueprint, narration, visual plan per segment, audio direction, and a step-by-step shot list. Arguments: topic, genre
- use_text_card - Guide for using the Text Card pipeline — Create professional text overlays and title cards with typography, colors, and animation chosen automatically. Arguments: text
- use_transcription - Guide for using the Transcription pipeline — Transcribe any video or audio file to text. Timestamps, speaker detection, and 99+ language support. Arguments: source_asset_id
- use_video_editor - Guide for using the Video Editor pipeline — Edit existing videos with AI. Change style, add effects, modify scenes, or transform the entire look. Arguments: video_url, instructions
- use_video_generator - Guide for using the Video Generator pipeline — Generate AI videos from a text prompt, image, or reference clip. Cinematic shots, product reveals, lifestyle ads, with synchronized audio and natural motion. Arguments: prompt
- use_video_reel - Guide for using the Video Reel pipeline — Combine multiple video clips into one seamless video with AI-picked transitions, narration, and background music. Arguments: video_urls
- use_video_reframe - Guide for using the Video Reframe pipeline — Auto-crop horizontal video to vertical with AI active-speaker framing. TikTok-ready in one call, frames the speaker in every shot and cuts cleanly at every boundary. Arguments: video_url, target_aspect_ratio
- use_video_trim - Guide for using the Video Trim pipeline — Trim a video to an exact start and end, snapping each cut to a sentence boundary from your SRT so clips never break mid-word. Returns the clip plus a matching transcript, ready to caption. Arguments: video_url, transcript_url, start_sec, end_sec
- use_watermark - Guide for using the Watermark pipeline — Brand any video output with your logo. Pick a corner, dial the size and opacity, get a watermarked MP4 back. Arguments: source_video_url, watermark_url
- use_youtube_cover - Guide for using the YouTube Cover pipeline — Generate scroll-stopping YouTube thumbnails from your video title, bold composition, expressive focal point, and a punchy headline rendered right on the image. Arguments: title

## Metadata
- Owner: ai.pipe2
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
