Receipt Extraction MCP Server

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 - with Australian GST and ABN checksum validation built in from day one. One API call, no hand-rolled vision-LLM prompts…. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-08-08 · ★ 2 · #259 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

how we verify → /methodology

01 · Install Receipt Extraction

Claude Code

claude mcp add acjlabs-receipt-extraction --transport http https://receipt-extraction.acjlabs.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "acjlabs-receipt-extraction": {
      "url": "https://receipt-extraction.acjlabs.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://receipt-extraction.acjlabs.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to receipt-extraction.acjlabs.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repo age created 2026-07-21 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace com.acjlabs - domain-verified with the official MCP registry

03 · Who maintains Receipt Extraction

Receipt Extraction is maintained by acjlabs. We track 3 MCP servers from acjlabs - 3 actively maintained, 5 combined GitHub stars, oldest repo from Jul 2026. Full record: all servers from acjlabs.

  1. Catalog Attribute Normalizer Catalog attribute normalizer, taxonomy-grounded - no fabricated Google/Shopify category IDs. ★ 2

04 · Facts

category
finance - ranked #259 of 283 actively-maintained finance servers as of 2026-08-25.
registry
com.acjlabs/receipt-extraction (active, first published 2026-07-21 · 3 versions)

05 · Receipt Extraction FAQ

What is Receipt Extraction?

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 - with Australian GST and ABN checksum validation built in from day one. One API call, no hand-rolled vision-LLM prompts…. It is available as a remote MCP endpoint.

Is Receipt Extraction still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-08. We re-verify nightly.

How do I install Receipt Extraction?

Run `claude mcp add acjlabs-receipt-extraction --transport http https://receipt-extraction.acjlabs.com/mcp`. You can also paste the ready-made client config above.

Does Receipt Extraction require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Receipt Extraction