Skip to content
Zed

IBAN Validator for Zed

io.github.peonixo147/iban-validated

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

client:Zed transport:streamable-http tools:1

Install IBAN Validator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "iban-validated": {
      "url": "https://iban-validated.othmen-mohammadi.workers.dev/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

What Zed can do once it is connected

IBAN Validator in other clients