Home › Finance › Eleata e-Invoice Validator

Eleata e-Invoice Validator

Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.

TypeScript Cloud
★ 0 stars Last pushed 2026-06-30

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y eleata-einvoice-mcp@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "eleata-einvoice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eleata-einvoice-mcp@0.1.1"
      ],
      "env": {
        "EINVOICE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • EINVOICE_API_KEY required secret — Free API key for the eleata e-invoice validation backend (https://eleata.io/signup/)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry