Skip to content
VS Code

IBAN Validator for VS Code

io.github.peonixo147/iban-validated

Validate IBAN bank account numbers (format + mod-97 checksum). Returns whether the IBAN is valid.

client:VS Code transport:streamable-http tools:1

Install IBAN Validator in VS Code

.vscode/mcp.json

{
  "servers": {
    "iban-validated": {
      "type": "http",
      "url": "https://iban-validated.othmen-mohammadi.workers.dev/mcp"
    }
  }
}

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

What VS Code can do once it is connected

IBAN Validator in other clients