A
AllPDFMagic
/extract_invoice_data
extract invoice data
Extract structured data from an invoice PDF: vendor, invoice number, date, line items, taxes (GST-aware), totals — as JSON. Requires Team tier or above.
liveverifiedunknown~5s typical
mcpprobedallpdfmagic
$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-allpdfmagic-allpdfmagic /extract_invoice_data for me.
Input
| Field | Type | Description |
|---|---|---|
| file_url | string | HTTPS URL of the file to process (the server downloads it) |
| file_base64 | string | Base64-encoded file content (alternative to file_url; max 15MB decoded) |
| filename* | string | Filename with extension, e.g. invoice.pdf |
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-allpdfmagic-allpdfmagic","endpoint":"/extract_invoice_data","input":{"filename":"..."}}'cli
npx cracked-ai run -p mcp-com-allpdfmagic-allpdfmagic -e /extract_invoice_data -i '{"filename":"..."}'mcp
run_tool({ provider: "mcp-com-allpdfmagic-allpdfmagic", endpoint: "/extract_invoice_data", input: {"filename":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.