Skip to content
Cursor

Eleata e-Invoice Validator for Cursor

io.github.hernaninverso/eleata-einvoice-mcp

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

client:Cursor transport:stdio runtime:npm

Install Eleata e-Invoice Validator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "eleata-einvoice-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "eleata-einvoice-mcp"
      ],
      "env": {
        "EINVOICE_API_KEY": "<EINVOICE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Eleata e-Invoice Validator in other clients