mcpbeat Sign in

Eleata e-Invoice Validator MCP Server

local only

Eleata e-Invoice Validator runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 30 Jun 2026.

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

Installs per day peak 28 · avg 8 · -6% w/w
a month agotoday
38
Installs / week
npm · eleata-einvoice-mcp
0
Stars
0 open issues
30 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Eleata e-Invoice Validator every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eleata-einvoice-mcp -- npx -y eleata-einvoice-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eleata-einvoice-mcp": {
      "args": [
        "-y",
        "eleata-einvoice-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eleata-einvoice-mcp]
command = "npx"
args = ["-y", "eleata-einvoice-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eleata-einvoice-mcp": {
      "args": [
        "-y",
        "eleata-einvoice-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eleata-einvoice-mcp": {
      "args": [
        "-y",
        "eleata-einvoice-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EINVOICE_API_KEY (Free API key for the eleata e-invoice validation backend (https://eleata.io/signup/)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Eleata e-Invoice Validator

same job, measured the same way
France Einvoice Reception Lint
by jmshinhwa

12 checks for the French mandatory mentions a PDP rejects, on Factur-X, UBL and CII invoices

268 installs/wk local only
C
Invoice
by yaktool

Check invoice mandatory fields, validate a draft before issuing, and look up EN 16931 code lists.

69 installs/wk local only
Einvoice Mandate Lint
by jmshinhwa

Lints UBL and CII invoice XML against EN 16931 and the national e-invoicing mandates that are live i

403 installs/wk local only
CleanCode AI
by evozim

Automated codebase refactoring and type safety validator.

answering
LifeStep Workbook, Email, QR and DNS Tools
by lifestep

Inspect XLSX/XLSM workbooks, validate email, generate SVG QR codes, and look up domain DNS and TLS.

4 tools answering
Avalara Classification
by avalara

Classify, validate & verify HS codes and access tariff compliance data for cross-border trade

answering
Shopify Theme Inspector
by dragnoir

Profile Shopify Liquid performance, find slow theme code, and explain fixes in plain language.

34 installs/wk local only
CodeY CMS
by fpointerdev

Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.

34 installs/wk local only

Eleata e-Invoice Validator — questions

Answers built from our own checks of this server.

Why is there no uptime for Eleata e-Invoice Validator?
Eleata e-Invoice Validator runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package eleata-einvoice-mcp was installed 38 times last week.
How do I connect Eleata e-Invoice Validator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls eleata-einvoice-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Eleata e-Invoice Validator?
The npm package eleata-einvoice-mcp was installed 38 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Eleata e-Invoice Validator open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.