Eleata e-Invoice Validator for Windsurf
io.github.hernaninverso/eleata-einvoice-mcp
Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.
client:Windsurf
transport:stdio
runtime:npm
Install Eleata e-Invoice Validator in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"eleata-einvoice-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-einvoice-mcp"
],
"env": {
"EINVOICE_API_KEY": "<EINVOICE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs