# AdCut AdCut (https://adcutapp.com) cuts a script you already have into 6s / 15s / 30s labeled hook / proof / CTA. The homepage first screen is the job: paste the script, chips (Sample / 6s / 15s / 30s), Cut, results. Marketing (API / MCP / CLI / extension, Free heuristic vs Pro $99 AI) sits below the fold. Not a video editor. Not a script writer. Related script writer: https://hookly.cc — Hookly writes; AdCut cuts a script you already have. No login. No OAuth for the free cut. Public API stays free. Unpaid POST /v1/cut = heuristic, paid:false. Pro $99/mo = Workers AI glm-4.7-flash (no Gateway) + saved cut history. ## HTTP API POST https://adcutapp.com/v1/cut Content-Type: application/json {"script":"your ad script, UGC transcript, or voiceover"} → { ok, source, cuts: { "6s", "15s", "30s" }, engine, ms } Each cut has hook, proof, cta, script, words, est_seconds, beats, and optional hook_alt. engine is "workers-ai" or "heuristic". ms is server latency. Compat: POST https://adcutapp.com/cut accepts the same body. GET https://adcutapp.com/v1/health → {"ok":true,"product":"adcut","surfaces":["http","mcp","cli","extension"],"quality":{"engine":"workers-ai","fallback":"heuristic"}} GET https://adcutapp.com/openapi.json ## CLI curl -sL https://adcutapp.com/adcut -o adcut && chmod +x adcut ./adcut file.txt ./adcut --json file.txt cat file.txt | ./adcut ## MCP Streamable HTTP / JSON-RPC 2.0 at https://adcutapp.com/mcp No OAuth. One tool: cut { script: string } → same JSON as POST /v1/cut. Add to an MCP client: {"mcpServers":{"adcut":{"url":"https://adcutapp.com/mcp"}}} Methods: initialize, tools/list, tools/call, notifications/initialized. ## Chrome extension GET https://adcutapp.com/extension — install page (download zip, chrome://extensions load unpacked) GET https://adcutapp.com/extension.zip — MV3 zip Popup: paste a script or use the page selection. POSTs https://adcutapp.com/v1/cut. Shows 6s / 15s / 30s. ## Website https://adcutapp.com — first screen is "Paste the script you already have" plus the cutter. https://adcutapp.com/pricing — free heuristic vs Pro $99/mo AI https://adcutapp.com/talk-time — spoken seconds at ~2.5 wps; 6/15/30 fit (heuristic only) https://adcutapp.com/compare — AdCut vs video editors vs script writers (Hookly related only) https://adcutapp.com/transcript-to-cuts https://adcutapp.com/hook-proof-cta https://adcutapp.com/6s-15s-30s https://adcutapp.com/api https://adcutapp.com/cli https://adcutapp.com/mcp — GET docs; POST is the MCP endpoint https://adcutapp.com/extension — install + cut-the-selection intent Surfaces: HTTP API, CLI, MCP, Chrome extension. ## Awesome list GET https://adcutapp.com/awesome.md — curated list of ad/script cut engines and long-to-short ad tools (text/markdown). GET https://adcutapp.com/awesome — HTML wrapper of the same list. Category is cut engines, not generic video editors as equals. Last reviewed 2026-08-19. ## Contact hello@adcutapp.com · support@adcutapp.com