Agent-native cut engine.

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.

Free Instant heuristic cuts. No login, no key.
Pro $49/mo AI cuts + saved history. Get Pro

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.

HTTP

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."}'

CLI

curl -sL https://adcutapp.com/adcut -o adcut && chmod +x adcut
./adcut file.txt
./adcut --json file.txt
cat file.txt | ./adcut

MCP

{
  "mcpServers": {
    "adcut": {
      "url": "https://adcutapp.com/mcp"
    }
  }
}

Streamable HTTP / JSON-RPC 2.0. No OAuth. One tool: cut with { "script": "..." }.

Chrome extension

Download zip Install
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.

Playground

0 words
Copied