Skip to content
Back to search
100
MCP live v1.2.3 streamable-http

io.github.cammac-creator/ibanforge

io.github.cammac-creator/ibanforge

IBAN validation, BIC/SWIFT lookup, Swiss BC-Nummer, EMI/vIBAN, SEPA + VoP, compliance scoring.

Uptime
4.2%
24 probes
Response
83ms
last probe
Tools
5
callable

Tools · 5

validate_iban

Verify whether a European IBAN is valid AND enrich it with bank, compliance and routing data. USE WHEN: the user mentions an IBAN, asks to verify a bank account number, asks to detect a typo in an IBA…

batch_validate_iban

Validate up to 100 IBANs in a single call (10x cheaper per IBAN than calling validate_iban repeatedly). USE WHEN: the user pastes a list of IBANs, asks to clean a CSV/spreadsheet of bank accounts, ask…

lookup_bic

Resolve a BIC / SWIFT code into the underlying bank: name, country, city, LEI, address. USE WHEN: the user already has a BIC/SWIFT (8 or 11 chars, alphanumeric, e.g., "UBSWCHZH80A", "DEUTDEFF") and as…

check_compliance

Run a full pre-flight compliance check on an IBAN before sending a SEPA / cross-border payment. USE WHEN: the user is about to send a payment / payout / refund and wants to triage risk first, asks "is…

lookup_ch_clearing

Resolve a Swiss BC-Nummer / IID (1 to 5 digits) into the underlying institution. USE WHEN: the user mentions a Swiss bank by BC-Nummer or IID, pastes a CH or LI IBAN clearing code, asks routing detail…

Similar MCP servers embedding-nearest

ibanforge
IBAN validation, BIC/SWIFT lookup, Swiss clearing, SEPA compliance, issuer classification and risk indicators for AI agents. 121,197 BIC ent
0 tools
io.github.koraykoylu/ibanchecker-mcp
IBAN validation, extraction, format specs and BIC/SWIFT lookup tools for AI assistants.
0 tools · streamable-http
IBANforge
x402 service listed on awesome-x402: IBANforge [x402: $0.001/call on eip155:8453, category=utility]
0 tools · http
io.github.qinisolabs/veridigit
Verified IBAN, card, ISBN-13 & VIN validation for AI agents — checksums, not guesses.
0 tools
IBAN Validator
Validate IBAN bank account numbers (format + mod-97 checksum). Returns whether the IBAN is valid.
0 tools · streamable-http
ValidateFin
Validate SEPA, UBL/Peppol, XRechnung, camt, ACH & IBAN files locally — no data leaves your machine.
0 tools

How to use

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

{
  "mcpServers": {
    "io.github.cammac-creator/ibanforge": {
      "url": "https://api.ibanforge.com/mcp",
      "transport": "streamable-http"
    }
  }
}