IBANforge
Related Servers
Alternatives to IBANforge
- AlicenseNot gradedqualityCmaintenanceThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.13,246 npm1,830-
Related Servers
- AlicenseAqualityBmaintenanceIBAN validation, extraction, format specs, and BIC/SWIFT lookup tools for AI assistants, backed by ibanchecker.cash. Covers 90 countries; no IBAN data is stored.528 npmMIT
- AlicenseNot gradedqualityCmaintenanceValidates IBAN checksums and resolves bank codes via the OpenIBAN API.16 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to audit EU payment runs offline—validating IBANs, SEPA character sets, VAT numbers, and control sums—without uploading any data.MIT
- 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.424 npmApache 2.0

Qinisoofficial
AlicenseAqualityDmaintenanceThe 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- FlicenseNot gradedqualityBmaintenanceValidates International Bank Account Numbers (IBANs) through a Cloudflare-hosted MCP server, enabling agents to check IBAN validity via natural language.-
TDQS
Scored across 13 tools
Most tools have clearly distinct purposes, but validate_iban, batch_validate_iban, and check_compliance overlap in the core IBAN validation space. The descriptions do a good job differentiating use cases (single vs. batch vs. pre-payment risk), so an agent is unlikely to misselect, but the boundaries require careful reading.
All 13 tool names follow a consistent verb_noun snake_case pattern: validate_iban, lookup_bic, check_compliance, audit_creditor_file, request_api_key, send_feedback, etc. The only compound, batch_validate_iban, still fits the pattern with a modifying prefix. No mixed naming conventions are present.
With 13 tools, the server is well-scoped for a specialized financial validation service. Each tool earns its place: single IBAN validation, batch validation, file audit, compliance check, reference/address/QR-bill checks, BIC/clearing lookups, API key management, and feedback. No redundancy or bloat.
The tool surface comprehensively covers the domain of IBAN validation and payment preparation: single and batch validation, file auditing, compliance screening, payment reference checking, QR-bill validation, postal address conformity, BIC and Swiss clearing lookups, plus operational tools for API keys and feedback. No obvious dead ends or missing lifecycle operations.