Servers
E
Eleata Einvoice Mcp
@hernaninverso
Validate EU e-invoices (Peppol BIS, XRechnung, Factur-X/ZUGFeRD, UBL, CII)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"eleata-einvoice": {
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": "your_free_key"
}
}
}
}