io.github.freshfos/dropcoin-invoice
io.github.freshfos/dropcoin-invoiceGerman e-invoicing: generate XRechnung 3.0, pre-check and extract (incl. ZUGFeRD PDF). Paid.
Tools · 3
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…
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 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…
Similar MCP servers embedding-nearest
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"
}
}
}