You're viewing a demo portfolio

Join the waitlist
PRSM

validate_iban

Active

Tool of Openiban

declared in 0.1.0

Validate an IBAN: check its checksum and (where supported) its bank code, and resolve the bank name, BIC, and city. Returns whether the IBAN is structurally valid plus bank details when available. Best coverage for EU/DACH banks (DE, NL, BE, CH, AT, LU); for other countries the checksum is still validated but bank details may be empty. IBANs with spaces are accepted (e.g. "DE89 3704 0044 0532 0130 00").

Parameters schema

{
  "type": "object",
  "required": [
    "iban"
  ],
  "properties": {
    "iban": {
      "type": "string",
      "description": "The IBAN to validate, e.g. \"DE89370400440532013000\". Spaces are allowed."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Openiban

https://github.com/pipeworx-io/mcp-openiban

1/7 registries
View full server →