ibanchecker-mcp
Related Servers
Alternatives to ibanchecker-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceIBAN validation, BIC/SWIFT lookup, SEPA compliance, issuer classification and risk indicators for AI agents. 39K+ bank entries from GLEIF. Supports 75+ countries.11127 npm3MIT
- AlicenseAqualityDmaintenanceVerified validation of structured identifiers — IBAN, payment cards, ISBN-13 and VIN — for AI agents. Runs the real checksum algorithms (mod-97, Luhn, mod-10, ISO 3779) instead of letting the model guess, and returns structured results with clear errors.425 npmApache 2.0
- FlicenseNot gradedqualityBmaintenanceValidates International Bank Account Numbers (IBANs) through a Cloudflare-hosted MCP server, enabling agents to check IBAN validity via natural language.-
- FlicenseAqualityDmaintenanceEuropean business compliance suite for AI agents — 28 tools covering tax ID validation (PT, ES, FR, DE, IT, UK, NL), IBAN verification, EU VAT rates, invoice requirements, e-invoicing rules, payment terms, labor calendar helpers, VAT breakdown calculations and invoice schema validation for 18+ European countries.28-

Qinisoofficial
AlicenseAqualityCmaintenanceThe deterministic fact-verification layer for AI agents. Validates the structured facts an agent emits — IBANs, payment cards, VAT and national tax IDs, crypto and bank addresses, domains, emails, phone numbers, securities and academic identifiers, plus dates, currencies and holidays — against checksums and curated authoritative data, not guesses.561Apache 2.0- AlicenseNot gradedqualityCmaintenanceValidates IBAN checksums and resolves bank codes via the OpenIBAN API.1 npmMIT
TDQS
Scored across 5 tools
Each tool serves a unique purpose: extracting IBANs from text, retrieving country format specs, looking up BIC codes, and validating IBANs singly or in bulk. No overlap in functionality.
All tools use snake_case with a clear verb_noun pattern (e.g., extract_ibans_from_text, validate_bulk_ibans). Naming is uniform and predictable.
Five tools cover the essential operations for an IBAN validation service: text extraction, format info, BIC lookup, and single/bulk validation. The count is well-scoped without being excessive or insufficient.
The tool set covers the full lifecycle of IBAN handling: discovery (extraction), validation (single and bulk), format explanation, and institution lookup. No obvious gaps for a checking service.