{"name":"receipt-parser","description":"Receipt parser. Extracts structured JSON from any receipt image — vendor, address, date, line items (qty / unit_price / total), subtotal, tax, tip, grand total, and payment method. Vision LLM powered. Useful for expense automation, accounting integrations, and travel-claim flows.","price":"$0.01","method":"POST","input_schema":{"properties":{"image_url":{"type":"string","description":"Public http(s) URL of the receipt image. Fetched server-side, capped at 7MB."},"currency_hint":{"type":"string","description":"Optional currency context (e.g. 'EUR') to help the vision model when the receipt symbol is ambiguous."}},"required":["image_url"]},"input_example":{"image_url":"https://picsum.photos/id/237/640/640.jpg"},"output_example":{"receipt":{"vendor_name":"Starbucks","total":5.75}},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}