Loading MCP server directory, please wait...
Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.
npx @getmcp/cli add io.github.hernaninverso/eleata-einvoice-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
EINVOICE_API_KEYFree API key for the eleata e-invoice validation backend (https://eleata.io/signup/)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hernaninverso/eleata-einvoice-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": ""
}
}
}
}