TM
ToolSnap MCP
/pdf_text_extract
pdf text extract
Extract text from a PDF: url or base64 data. No OCR — text-based PDFs only.
liveverifiedunknown~5s typical
mcpprobedtoolsnapmcp
$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-app-toolsnap-toolsnap-mcp /pdf_text_extract for me.
Input
| Field | Type | Description |
|---|---|---|
| url | string | PDF URL (alt. to data). |
| data | string | Base64 PDF, ≤5MB decoded (alt. to url). |
| maxChars | number | Default 20000, max 100000. |
| headers | object | Headers to forward (Authorization, Cookie…). |
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-app-toolsnap-toolsnap-mcp","endpoint":"/pdf_text_extract","input":{}}'cli
npx cracked-ai run -p mcp-app-toolsnap-toolsnap-mcp -e /pdf_text_extract -i '{}'mcp
run_tool({ provider: "mcp-app-toolsnap-toolsnap-mcp", endpoint: "/pdf_text_extract", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.