Receipt Extraction
Server Details
AU GST/ABN receipt extraction — assigns entertainment/ITC tax codes per line, not just OCR.
- Status
- Healthy
- Uptime
- 100.0% over 38 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
- Repository
- ACJLabs/receipt-extraction
- GitHub Stars
- 2
- Server Listing
- receipt-extraction
TDQS
Scored across 1 tool
With only one tool, there are no other tools to disambiguate against uppercase, but the purpose is singular and distinct. However, the score is low because the criterion asks whether an agent can tell tools apart; with one tool, there is no possible confusion but also no need for disambiguation, so it gains minimal credit.
The single tool name 'extract_receipt' follows a clear verb_noun pattern, which is consistent with common conventions. However, with only one tool, there is no pattern to compare against, making consistency somewhat moot but acceptable.
A single tool for a domain that likely includes multiple operations (e.g., list, delete, validate) feels thin. While some servers are naturally single-purpose, receipt extraction typically involves more than just extraction, making this count borderline low.
The server only offers extraction, missing likely complementary operations such as listing past extractions, updating extracted receipts, or deleting them. This creates a dead-end where extracted data goes nowhere, significantly limiting the tool's usefulness in a broader workflow.
Available Tools
1 toolextract_receiptExtract ReceiptARead-onlyInspect
Extracts a structured Receipt (vendor, ABN-checked, GST-aware line items and totals) from a base64-encoded receipt or invoice image/PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| mime_type | Yes | ||
| document_base64 | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| date | Yes | |
| totals | Yes | |
| vendor | Yes | |
| line_items | Yes | |
| schema_version | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=true, so the tool is safe for reading. The description adds behavioral context such as ABN-checking and GST-awareness, which are not in annotations. It does not cover rate limits or authentication, but given annotations provide a baseline, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, direct sentence of 17 words with no fluff. It is front-loaded with the core action and efficient in conveying the tool's purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given only two parameters, no siblings, and an output schema (not shown), the description covers the essential inputs and outputs. Missing details like allowed MIME types are minor. The description is generally complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It implicitly explains that document_base64 is the base64-encoded content and mime_type is its type, but it does not list allowed MIME types or describe the base64 format. The description adds some meaning but not full clarity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool extracts a structured Receipt with vendor, ABN-checked, and GST-aware details from base64-encoded images or PDFs. It provides specific verb and resource, and since there are no sibling tools, differentiation is not needed.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when a receipt or invoice image is available but does not provide explicit guidance on when to use this tool versus alternatives (none exist) or when not to use it. No prerequisites or failure scenarios are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
extract_receipt3 fields changed- added
Output schema / properties / line_items / items / properties / confidenceAdded value: +{ + "type": "number" +} - added
Output schema / properties / line_items / items / properties / rationaleAdded value: +{ + "type": "string" +} - changed
Output schema / properties / line_items / items / requiredPrevious value: -[ - "description", - "qty", - "unit_price", - "gst", - "tax_code" -]New value: +[ + "description", + "qty", + "unit_price", + "gst", + "tax_code", + "confidence", + "rationale" +]
1 tool update
- First observed
extract_receipt
Related MCP Connectors
Invoice and receipt extractor: reads PDF and image invoices/receipts with AI, pulling date…
PDF tools + invoice extraction, bank statement parsing, GST reconciliation & GSTIN validation.
Extract, search and tag any document: invoices, receipts, contracts, templates. OAuth or API key.
Invoices and other financial documents to rows: upload, say what to extract, read the rows.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceTurn any receipt into structured, accounting-ready JSON or clean Markdown with one API call. AI-powered vision extracts merchant, date, line items, tax, totals, and suggests GL accounts for instant bookkeeping. 50 free credits on signup.MIT

DocumentPro MCPofficial
AlicenseNot gradedqualityCmaintenanceExtract structured, schema-typed data from invoices, purchase orders, receipts, and tax forms, and classify documents into custom label sets — via a hosted MCP server. Free tier included.MIT- AlicenseNot gradedqualityDmaintenanceEnables AI agents to extract structured JSON from invoices and receipts in PDF and image formats using Claude Vision. Supports full document parsing, line item extraction, validation, and batch CSV export with API key or cryptocurrency payment options.MIT
- AlicenseAqualityBmaintenanceEnables converting Indian GST tax invoices into government INV-01 JSON payloads via OCR and deterministic extraction, with tools to validate GSTINs and re-validate payloads, and reports exactly what it couldn't read.3MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.