mcpserver.lol
registry/ibanchecker-mcp
Connection check verified live · 27h ago

ibanchecker-mcp

IBAN validation, extraction, format specs and BIC/SWIFT lookup tools for AI assistants.

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

extract_ibans_from_text read-only text*
Scan a free-form block of text and pull out every candidate IBAN, then validate each one. Useful for unstructured sources such as emails, invoices, PDFs pasted as text, or chat me…
get_iban_format read-only country_code*
Return the IBAN format specification for a country, covering 90 supported IBAN-using countries. Returns JSON describing the country's total IBAN length, the BBAN layout (bank code…
lookup_bic read-only bic*
Look up a financial institution by its BIC (Business Identifier Code, also called SWIFT code) and return the matching bank's details. Accepts an 8-character (head office) or 11-ch…
validate_bulk_ibans read-only ibans*
Validate a batch of up to 100 IBANs in one call, applying the same ISO 13616 checks as `validate_iban` (country, length, BBAN structure, MOD-97). Returns a JSON array of per-IBAN…
validate_iban read-only iban*
Validate a single International Bank Account Number (IBAN) against the official ISO 13616 structure for its country. What it checks: the country code, total length for that countr…