Eleata e-Invoice Validator for Zed
io.github.hernaninverso/eleata-einvoice-mcp
Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.
client:Zed
transport:stdio
runtime:npm
Install Eleata e-Invoice Validator in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"eleata-einvoice-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": "<EINVOICE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs