Invoice Parser MCP
Parse invoices, receipts, and financial documents into structured JSON — from your AI agent.
Built for the Model Context Protocol. Powered by Claude Vision.
What it does
Extracts structured data from PDF invoices, scanned receipts, and image files. No templates, no OCR configuration — Claude Vision reads the document and returns clean JSON.
Tools
| Tool | Description | Price |
|---|---|---|
parse_invoice |
Full invoice parsing (vendor, line items, totals, due date) | $0.05/call |
parse_receipt |
Retail receipt parsing (merchant, items, tax, payment method) | $0.05/call |
extract_line_items |
Just the itemized list, nothing else | $0.01/call |
extract_totals |
Just subtotal, tax, total, due date | $0.01/call |
validate_invoice |
Math validation — checks that line items add up | $0.01/call |
export_to_csv |
Batch parse multiple files → summary CSV (max 20) | $0.10/call |
Supported formats
- PDF (invoices, scanned documents)
- PNG, JPG, WEBP (photos of receipts, screenshots)
Authentication
Free tier: 20 parses/month with an API key (get one at plenitudo.ai)
Pay-per-use (x402): No account needed. Send USDC on Base to the wallet address, pass the tx hash as payment_proof.
// x402 payment instructions (returned when no auth provided):
{
"error": "Payment required",
"x402": {
"network": "base",
"token": "USDC",
"recipient": "0x9053FeDC90c1BCB4a8Cf708DdB426aB02430d6ad",
"amount_usdc": 0.05
}
}
Usage (Claude Desktop / MCP client)
{
"mcpServers": {
"invoice-parser": {
"url": "https://invoice-parser.plenitudo.ai/mcp"
}
}
}
Deployment (Railway)
- Fork this repo
- Connect to Railway → New Project → Deploy from GitHub
- Add environment variables:
ANTHROPIC_API_KEY— your Anthropic API keyINVOICEPARSER_DATA_DIR—/dataSTRIPE_WEBHOOK_SECRET— from Stripe dashboardSTRIPE_PRO_PRICE_ID— from Stripe dashboard
- Add a persistent volume at
/data - Deploy
License
MIT