Skip to content
Back to search
30
MCP streamable-http

IBAN Validator

io.github.peonixo147/iban-validated

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

Uptime
0.0%
8 probes
Response
0ms
last probe
Tools
0
callable

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "iban_validator": {
      "url": "https://iban-validated.othmen-mohammadi.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}