ValidateFin for Zed
io.github.elnicaise/validatefin
Validate SEPA, UBL/Peppol, XRechnung, camt, ACH & IBAN files locally — no data leaves your machine.
client:Zed
transport:stdio
runtime:npm
Install ValidateFin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"validatefin": {
"command": "npx",
"args": [
"-y",
"@validatefin/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs