CutConvert
C
CutConvert
/convert_file

Convert a post-production file

Convert a subtitle, transcript, caption, EDL, FCPXML, or Premiere .prtranscript file. Pass text file contents in `content`; pass binary files (.prtranscript) as

liveverifiedunknown~5s typical
mcpprobedcutconvert
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-cutconvert-converter /convert_file for me.

Input

FieldTypeDescription
filename*stringOriginal file name including extension, e.g. "episode1.srt" — drives format detection.
contentstringThe file content for text formats (SRT, VTT, TXT, EDL, JSON, FCPXML, …).
content_base64stringBase64-encoded bytes for binary formats (.prtranscript).
targetstringConversion target id from list_converters, or "auto" for the default output.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-cutconvert-converter","endpoint":"/convert_file","input":{"filename":"..."}}'
cli
npx cracked-ai run -p mcp-com-cutconvert-converter -e /convert_file -i '{"filename":"..."}'
mcp
run_tool({ provider: "mcp-com-cutconvert-converter", endpoint: "/convert_file", input: {"filename":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.