Skip to content
VS Code

ValidateFin for VS Code

io.github.elnicaise/validatefin

Validate SEPA, UBL/Peppol, XRechnung, camt, ACH & IBAN files locally — no data leaves your machine.

client:VS Code transport:stdio runtime:npm

Install ValidateFin in VS Code

.vscode/mcp.json

{
  "servers": {
    "validatefin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@validatefin/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ValidateFin in other clients