receipt-extraction

ACJLabs/receipt-extraction
★ 2 stars Unknown language Code/Dev Tools Updated today
Turn receipts and invoices into structured, validated JSON — AU GST/ABN-aware, MCP server + HTTPS API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "receipt-extraction": {
      "command": "npx",
      "args": [
        "-y",
        "ACJLabs/receipt-extraction"
      ]
    }
  }
}

README Excerpt

**AU GST/ABN-aware receipt & invoice extraction** — applies documented AU entertainment/ITC tax-code rules per line item, returning a `tax_code`, a `confidence`, and a one-line `rationale` for each, not just OCR text. You supply the document; get validated structured JSON: vendor, line items, tax, totals —