validate_iban
ActiveTool of Openiban
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Openiban
https://github.com/pipeworx-io/mcp-openiban
1/7 registries