validate_iban
InactiveTool of org.scienceswarm/commerce-validators
Validate an IBAN (International Bank Account Number) by structure + the ISO 7064 mod-97 checksum. Catches typos/invalid accounts before you initiate a transfer. Pure-algorithm; no data leaves the machine.
Parameters schema
{
"type": "object",
"title": "validate_ibanArguments",
"required": [
"iban"
],
"properties": {
"iban": {
"type": "string",
"title": "Iban"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
org.scienceswarm/commerce-validators
https://github.com/vajdap/commerce-validators-mcp
1/7 registries