ValidateFin for Cursor
io.github.elnicaise/validatefin
Validate SEPA, UBL/Peppol, XRechnung, camt, ACH & IBAN files locally — no data leaves your machine.
client:Cursor
transport:stdio
runtime:npm
Install ValidateFin in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"validatefin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@validatefin/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs