Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.freshfos/dropcoin-invoice

io.github.freshfos/dropcoin-invoice

German e-invoicing: generate XRechnung 3.0, pre-check and extract (incl. ZUGFeRD PDF). Paid.

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

Tools · 3

generate_xrechnung

Generate a German XRechnung 3.0 e-invoice (UBL 2.1, EN 16931) from plain JSON. Totals, VAT and rounding are computed server-side per the official rules. Mandatory: invoiceNumber, issueDate, buyerRefer…

validate_invoice

Pre-check an e-invoice (XRechnung UBL or CII XML) against the priority EN 16931 / XRechnung rules incl. cent-exact totals recalculation. Findings carry official rule IDs. A pre-check, not the official…

extract_invoice

Extract structured JSON (parties, lines, totals, payment data) from an e-invoice: XRechnung UBL/CII XML or a ZUGFeRD/Factur-X PDF (embedded XML is pulled from the PDF). Send exactly one of xml / pdfBa…

How to use

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

{
  "mcpServers": {
    "io.github.freshfos/dropcoin-invoice": {
      "url": "https://invoice-api.dropcoin.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}