Check any e-invoice against EN 16931 right in your browser — free, no sign-up. Both syntaxes, CII and UBL, including the national flavours ZUGFeRD, Factur-X and XRechnung. Fix errors automatically with concrete suggestions, or create and validate invoices through the REST API and MCP client, straight from your AI agent.
Let us fix the errors? We repair the invoice and only ask for what is missing.
Check, create and repair e-invoices from your own code or your AI agent. One request, structured JSON back — no extra software.
Create, validate, extract, compare — right inside your workflow or your AI agent.
Validate, extract, compare and create — every tool for one purpose, always structured JSON.
validate_invoice
TOOL
Validates PDFs and XML files against EN 16931, in CII and UBL. Returns errors, warnings and metadata.
extract_xml
TOOL
Pulls the embedded XML out of a ZUGFeRD or Factur-X PDF, with format and profile detection.
check_consistency
TOOL
Checks whether the visible PDF data (number, date, amount) matches the embedded XML. Catches mismatches.
create_invoice
TOOL
Builds a valid ZUGFeRD or Factur-X PDF, or XRechnung XML, from structured data — several line items, all VAT categories, routing ID for public buyers.
From sign-up to first result in under 5 minutes.
npx zugferd-mcp-client once in your MCP client (Cursor, Windsurf and the like).Works with every MCP-capable client and speaks plain REST for everything else.
Prefer the command line? Validate with curl and in CI — see the docs →
Start free. Move up when you need more.
free forever
Check invoices one by one – in the browser or by API.
Start for freebilled yearly · 228 €/year
For teams that check invoices inside a workflow.
Get startedbilled yearly · 828 €/year
For high volume and business-critical processes.
Get startedAll prices exclude VAT. · See the full API documentation →
More than 300 calls an hour, or bulk processing? Enterprise plan on request →
¹ Fair use: Automate is built for 60 API calls an hour, Scale for 300 — enough for normal business. For higher throughput, bulk processing or a fixed SLA, see the Enterprise plan.
| Feature | Free | Automate | Scale |
|---|---|---|---|
| Validations / week | 20 | 500 | Unlimited¹ |
| Invoices created / week | 1 | 20 | Unlimited¹ |
| Max. API calls / hour | – | 60 | 300 |
| Batch check (several invoices at once) | |||
| Repair invoice (automatic fixes) | |||
| validate_invoice | |||
| extract_xml | |||
| check_consistency | |||
| create_invoice | |||
| White label (no footer) | |||
| 63 fix suggestions | |||
| E-mail support | |||
| Dedicated support | |||
| SLA | 99 % | 99 % |
Answers on formats, syntaxes and validation.
PEPPOL-EN16931-R040, with the same fix suggestions as every other rule. To be precise about what this is not: we are not a certified Peppol validator and not a Peppol Access Point. We check invoice content, we do not send invoices over the Peppol network./v1/validate with your API key in the X-Api-Key header. You get structured JSON back: detected format and profile, a list of errors and warnings with rule ID, the affected BT field, a concrete fix suggestion and an XPath, plus the invoice metadata. Validation runs against EN 16931 with Mustang Project and the KoSIT validator. Details in the API documentation.POST /v1/create or the MCP tool create_invoice you turn structured JSON into a valid e-invoice — either a ZUGFeRD or Factur-X PDF (PDF/A-3 with embedded XML) or plain XRechnung XML with a routing ID for public-sector buyers. Several line items, all VAT categories (standard, exempt, reverse charge), discounts and charges and payment details are supported, and so are credit notes, corrections and prepayment invoices that reference the original. The API is stateless: each call returns the finished invoice, nothing is stored. You can validate on creation or afterwards with validate_invoice.zv_test_…, shown in your account) next to the live key. Use it to test your integration without spending your live quota. Invoices created in sandbox mode carry a clear tiled “DEMO” watermark on every page and a note in the XML — fully testable, but not valid for real business. Use the live key for real invoices. Validation itself you can try for free on the Free plan or with the public demo key.zugferd-mcp-client) that installs through npm and plugs into MCP-capable AI tools such as Claude. It exposes the tools validate_invoice, extract_xml, check_consistency and create_invoice, so an agent can check, read and create e-invoices on its own.Get an API key, be live in 5 minutes — free, no setup.