Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

dev.invoicehub/invoicehub

dev.invoicehub/invoicehub

Validate, generate & convert EU e-invoices (UBL, CII, XRechnung, Factur-X) — EN 16931 pre-validated.

Uptime
50.0%
2 direct probes · 30d
Response
1002ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

validate_invoice

Validate an EU e-invoice XML string against the official EN 16931 Schematron. Accepts either syntax — UBL 2.1 (Invoice or CreditNote) or UN/CEFACT CII — and auto-detects which. A document declaring th…

generate_invoice

Generate an EN 16931-conformant UBL 2.1 invoice from structured fields. The result is self-validated before being returned. Provide seller, buyer, and at least one line; for standard-rated (category "…

convert_invoice

Convert an e-invoice between formats via the shared EN 16931 canonical model: parse the source document, re-serialize as the target, and validate the result before returning it — never a document that…

list_supported_formats

List the e-invoice formats InvoiceHub validates today and what is on the roadmap.

How to use

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

{
  "mcpServers": {
    "dev.invoicehub/invoicehub": {
      "url": "https://api.invoicehub.dev/mcp",
      "transport": "streamable-http"
    }
  }
}