a day ago
Validate EU e-invoices (Peppol BIS, XRechnung, Factur-X/ZUGFeRD, UBL, CII)
and explain validation error codes, for AI agents.
Server Config
{
"mcpServers": {
"eleata-einvoice": {
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": "your_free_key"
}
}
}
}