
You'd reach for this when you need to handle European e-invoicing formats without building the validation logic yourself. It exposes 10 tools covering the major standards: XRechnung for German government invoices, ZUGFeRD for hybrid PDF invoices, and Peppol for cross-border transactions. The validation and archiving capabilities mean you can verify invoice compliance and store them properly without juggling multiple libraries. Useful if you're building accounting software, ERP integrations, or any system that needs to send or receive invoices that meet EU regulations. The streamable HTTP transport makes it straightforward to drop into existing workflows.
Consumer MCP Server — 10 tools | Part of ToolOracle
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/invoice/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"invoiceoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/invoice/mcp/"]
}
}
}
| Tool | Description |
|---|---|
invoice_parse_text | Extract all text from a PDF invoice. Returns text per page and full combined tex |
invoice_extract | Smart field extraction from invoice: Rechnungsnummer, Datum, Fälligkeit, Gesamtb |
invoice_tables | Extract tables and line items (Positionen) from invoice. Returns structured rows |
invoice_ocr | OCR extraction for scanned or image-based PDF invoices using Tesseract (German + |
invoice_zugferd | Parse ZUGFeRD or XRechnung XML data embedded in PDF. Returns structured invoice |
invoice_validate | Validate invoice against German §14 UStG legal requirements. Returns compliance |
invoice_summary | Complete invoice analysis in one call: all extracted fields, line items, ZUGFeRD |
invoice_from_url | Download PDF from URL and run complete invoice analysis. |
invoice_batch_urls | Process multiple invoice PDFs from URLs in one call. Returns analysis for each. |
health_check | InvoiceOracle server status and available library versions. |
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 100 calls/day | €0 |
| Pro | 10,000 calls/day | €29/month |
| Enterprise | Unlimited | Custom |
Free tier includes all tools with rate limiting. Upgrade for higher limits and priority support.
invoiceOracle is one of 42 specialized MCP servers in the ToolOracle ecosystem — the largest collection of production-ready MCP tools for AI agents.
Related Oracles:
https://tooloracle.io/invoice/mcp/Built by FeedOracle — Evidence by Design