IBAN Bank Validator

IBAN Bank Validator MCP Connector for Claude

F

Validate international bank accounts instantly using Modulus 97 checksums. Prevent failed transactions with 100% local precision.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Validating an IBAN (International Bank Account Number) requires executing Modulus 97 arithmetic across a 34-character string. LLMs are incapable of performing this math, often guessing validity and causing failed international payouts in platforms like Wise or Stripe. This MCP brings strict banking validation to the edge.

The Superpowers

  • Modulus 97 Math: Performs exact mathematical checksum validation local.
  • Format Check: Verifies exact country-specific lengths and alphanumeric patterns before processing.
ibanvalidationchecksumpayment-processingbankingdata-verification

1 tools expose this connector's capabilities to your AI agent.

validate_iban

Pass the full IBAN string and the engine performs the Modulus 97 checksum calculation to verify structural and mathematical validity. Validates international bank account numbers (IBAN) using mathematical Modulus 97 checksum

See how to talk to your AI agent using IBAN Bank Validator.

Run the Modulus 97 math to verify if this European IBAN `GB82WEST12345698765432` is valid before we initiate the transfer.

✅ **Validation Passed:** The IBAN checksum is mathematically correct and matches the GB length requirements.

Extract the country code and sanitize this messy user input: ` FR 14 2004 1010 0505 0001 3M02 606 `.

✅ **Sanitized:** `FR1420041010050500013M02606` - **Country:** `FR` (France) - **Validity:** True

Ensure this IBAN `DE89370400440532013000` is structurally perfect.

✅ **Status:** Valid.

No, it purely validates the mathematical checksum of the IBAN structure.

Related Connectors