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

io.github.cammac-creator/ibanforge

io.github.cammac-creator/ibanforge

Pre-payout IBAN screening for AI agents: validation, sanctions, Swiss clearing, risk scoring

Uptime
2.3%
44 probes
Response
83ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

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…

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"
    }
  }
}