MCP Server
Eleata e-Invoice Validator MCP Server
io.github.hernaninverso/eleata-einvoice-mcp
What is the Eleata e-Invoice Validator MCP server?
Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.
How to install Eleata e-Invoice Validator
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
EINVOICE_API_KEYrequiredsecretFree API key for the eleata e-invoice validation backend (https://eleata.io/signup/)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"eleata-einvoice-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": "<YOUR_EINVOICE_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"eleata-einvoice-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": "<YOUR_EINVOICE_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"eleata-einvoice-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": "<YOUR_EINVOICE_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"eleata-einvoice-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": "<YOUR_EINVOICE_API_KEY>"
}
}
}
}Claude Code
claude mcp add eleata-einvoice-mcp --env EINVOICE_API_KEY=<YOUR_EINVOICE_API_KEY> -- npx -y eleata-einvoice-mcpRelated MCP servers
Static worst-case token-budget analysis for LLM-agent workflows + signed budget certificates.
View repository →Grounding/hallucination guard: verify a claim against evidence (Supported/Refuted/NEE).
View repository →Register/verify your domains, queue security scans, and read findings (CVE, severity).
View repository →