Invoice Parser MCP
Integrates with Stripe for payment processing, webhook handling, and Pro tier subscription management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Invoice Parser MCPextract the vendor, items, and total from invoice.pdf"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Full invoice parsing (vendor, line items, totals, due date) | $0.05/call |
| Retail receipt parsing (merchant, items, tax, payment method) | $0.05/call |
| Just the itemized list, nothing else | $0.01/call |
| Just subtotal, tax, total, due date | $0.01/call |
| Math validation — checks that line items add up | $0.01/call |
| 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
/dataDeploy
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/knportal/invoice-parser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server