DeckExtract
D
DeckExtract
/deckextract

Extract a DocSend or Papermark deck

Extract a deck from a DocSend or Papermark sharing link. Returns a temporary download URL and a readable `deckextract://deck/...` resource for the PDF/PPTX (or

liveverifiedunknown~5s typical
mcpprobeddeckextract
$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-deckextract-deckextract /deckextract for me.

Input

FieldTypeDescription
url*stringThe deck sharing link, e.g. https://docsend.com/view/... or https://papermark.com/view/...
formatstring (pdf | pptx)Output format (default 'pdf')
analyzebooleanIf true, also return structured analysis of the deck (company, team, round, metrics, marke
emailstringEmail to present to email-gated decks. If omitted, an ephemeral address is generated autom
passwordstringPasscode for passcode-protected decks
sessionIdstringResume token from a prior requires_password or requires_email_confirmation reply. Echo it
otpstringThe 6-digit verification code the deck emailed to the viewer (requires_email_otp step). Se
otpSessionIdstringResume token from a prior requires_email_otp reply. The parked session lives ~5 minutes; a

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-deckextract-deckextract","endpoint":"/deckextract","input":{"url":"..."}}'
cli
npx cracked-ai run -p mcp-com-deckextract-deckextract -e /deckextract -i '{"url":"..."}'
mcp
run_tool({ provider: "mcp-com-deckextract-deckextract", endpoint: "/deckextract", input: {"url":"..."} })

Try it

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