Skip to content
Grok

Eleata e-Invoice Validator for Grok

io.github.hernaninverso/eleata-einvoice-mcp

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

client:Grok transport:stdio runtime:npm

Install Eleata e-Invoice Validator in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Eleata e-Invoice Validator in other clients