Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ffpipe — video conversion, probe & frames

dev.ffpipe/ffpipe

Convert, probe, and split video into frames — real FFmpeg, paid per job with x402 on Base.

Uptime
100.0%
3 direct probes · 30d
Response
348ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

convert_video

Queue an asynchronous video conversion: fetches sourceUrl (or, with upload: true, waits for you to PUT the bytes to the returned uploadUrl), converts to MP4 scaled to fit maxWidth x maxHeight (default…

probe_media

Queue an asynchronous media inspection: fetches sourceUrl (or, with upload: true, waits for you to PUT the bytes to the returned uploadUrl) and returns its technical metadata as a downloadable file. I…

extract_frames

Queue an asynchronous frame extraction - the tool to reach for when you need to SEE a video: fetches sourceUrl (or, with upload: true, waits for you to PUT the bytes to the returned uploadUrl) and ext…

get_job_status

Free status lookup for a job accepted by convert_video / probe_media / extract_frames. Requires the job's ownership token - the `t` query parameter of the statusUrl returned at acceptance (store the w…

get_balance

Free. Reports the credit balance of the account this client is connected to, plus what one credit is worth, what each operation costs in credits, the monthly free allowance and whether a card is on fi…

leave_feedback

Tell us what you needed. If ffpipe does not offer the operation you came for - another output format, extracting a frame, a different transformation entirely - say so here: these requests are aggregat…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ffpipe_—_video_conversion,_probe_&_frames": {
      "url": "https://ffpipe.dev/mcp",
      "transport": "streamable-http"
    }
  }
}