AdCut cuts a script you already have into 6s / 15s / 30s labeled hook / proof / CTA. HTTP API, CLI, MCP, and the Chrome extension return the same JSON.
The cut engine is the product — 6s / 15s / 30s labeled hook / proof / CTA. Quality first. Public API stays free.
Not a video editor. Not a script writer — Hookly writes scripts; AdCut cuts one you already have. No login. Free = instant heuristic cuts. Pro $49/mo = Workers AI cuts + saved history. Category list: Awesome Ad Cut.
curl -s https://adcutapp.com/v1/cut \
-H 'content-type: application/json' \
-d '{"script":"Most founders still write follow-ups by hand. Our users book 27% more meetings. Start a 7-day trial today."}'
curl -sL https://adcutapp.com/adcut -o adcut && chmod +x adcut ./adcut file.txt ./adcut --json file.txt cat file.txt | ./adcut
{
"mcpServers": {
"adcut": {
"url": "https://adcutapp.com/mcp"
}
}
}
Streamable HTTP / JSON-RPC 2.0. No OAuth. One tool: cut with { "script": "..." }.
curl -sL https://adcutapp.com/extension.zip -o adcut-extension.zip # unzip, then chrome://extensions → Developer mode → Load unpacked
MV3 popup: paste or use the page selection. Same POST /v1/cut. Shows 6s / 15s / 30s.
API, MCP, CLI, cuts — one note is enough. Optional email if you want a reply.