Skip to content
Back to search
30
MCP http

SYNTHORA IBAN Check

x402/synthora-iban-check

Validate any IBAN deterministically: ISO 13616 mod-97 checksum, country + length check, BBAN and bank-code extraction. Zero external deps, no hallucination. Ed25519-signed. [x402: $0.001/call on base, category=other]

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

SYNTHORA IBAN Validator
IBAN validation for agents: ISO 13616 mod-97 checksum, country + length rules, BBAN structure, bank/branch extraction where applicable. Pure
0 tools · http
SYNTHORA Routing Check
Validate a US bank routing number (ABA): 9-digit + mod-10 weighted checksum, Federal Reserve district decode, institution-id extraction. Zer
0 tools · http
SYNTHORA BIC Check
Validate a BIC/SWIFT code (ISO 9362): 8/11-char structure, bank code, ISO 3166 country check, branch decode, live/test flag. Zero deps. Comp
0 tools · http
IBAN Validator
Validate IBAN bank account numbers (format + mod-97 checksum). Returns whether the IBAN is valid.
0 tools · streamable-http
x402 IBAN Validator
Validate any IBAN number (50+ countries, ISO 13616 checksum) and decompose RIB for France, UK sort code, and Belgium. Zero external API call
0 tools · http
IBAN Validation MCP
Validate IBANs in 111 countries; bank directory checks for DE, AT, BE, FR, LU, NL, PT and ES.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "synthora_iban_check": {
      "url": "https://ibancheck.hergertsynthora.com/service",
      "transport": "http"
    }
  }
}