Receipt Extraction
RE
Receipt Extraction
/extract_receipt

Extract Receipt

Extracts a structured Receipt (vendor, ABN-checked, GST-aware line items and totals) from a base64-encoded receipt or invoice image/PDF.

liveunknown~5s typical
mcpreceiptextraction
$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-acjlabs-receipt-extraction /extract_receipt for me.

Input

FieldTypeDescription
document_base64*string
mime_type*string

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

Try it

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