PluginBench
MCP Server
Active

Receipt Extraction MCP Server

com.acjlabs/receipt-extraction

What is the Receipt Extraction MCP server?

AU GST/ABN receipt extraction — assigns entertainment/ITC tax codes per line, not just OCR.

How to install Receipt Extraction

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "receipt-extraction": {
      "url": "https://receipt-extraction.acjlabs.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "receipt-extraction": {
      "serverUrl": "https://receipt-extraction.acjlabs.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "receipt-extraction": {
      "type": "http",
      "url": "https://receipt-extraction.acjlabs.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "receipt-extraction": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://receipt-extraction.acjlabs.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http receipt-extraction https://receipt-extraction.acjlabs.com/mcp

Related MCP servers

Catalog attribute normalizer, taxonomy-grounded — no fabricated Google/Shopify category IDs.

2
View repository →

Checks x402 Bazaar resource listings against the public discovery catalog and flags drops.

1
View repository →