Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

io.tooloracle/invoiceoracle

io.tooloracle/invoiceoracle

InvoiceOracle - 10 e-invoicing tools: XRechnung, ZUGFeRD, Peppol, validation, archive.

Uptime
100.0%
1 direct probes · 30d
Response
91ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

invoice_parse_text

Extract all text from a PDF invoice. Returns text per page and full combined text.

invoice_extract

Smart field extraction from invoice: Rechnungsnummer, Datum, Fälligkeit, Gesamtbetrag, Netto, MwSt, IBAN, USt-IdNr., Steuernummer.

invoice_tables

Extract tables and line items (Positionen) from invoice. Returns structured rows with description, quantity, unit price, total.

invoice_ocr

OCR extraction for scanned or image-based PDF invoices using Tesseract (German + English).

invoice_zugferd

Parse ZUGFeRD or XRechnung XML data embedded in PDF. Returns structured invoice data from machine-readable format.

invoice_validate

Validate invoice against German §14 UStG legal requirements. Returns compliance score and list of missing mandatory fields.

invoice_summary

Complete invoice analysis in one call: all extracted fields, line items, ZUGFeRD check, and §14 UStG validation.

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.tooloracle/invoiceoracle": {
      "url": "https://tooloracle.io/invoice/mcp/",
      "transport": "streamable-http"
    }
  }
}