Skip to content
Cursor

cbpr address lint for Cursor

io.github.jmshinhwa/cbpr-address-lint

Find the ISO 20022 postal addresses your correspondent bank will repair by hand, before you send the

client:Cursor transport:stdio runtime:npm

Install cbpr address lint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cbpr-address-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/cbpr-address-lint"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cbpr address lint in other clients