ibanforge-mcp
v1.7.0
Published
MCP server for IBANforge — IBAN validation, BIC/SWIFT lookup, Swiss BC-Nummer (1,100+ SIX entries, refreshed monthly), EMI/vIBAN classification, SEPA + VoP reachability and compliance risk scoring.
Maintainers
Readme
ibanforge-mcp
Official Model Context Protocol (MCP) server for IBANforge — IBAN validation, BIC/SWIFT lookup, Swiss BC-Nummer (1,100+ SIX entries), EMI/vIBAN classification, SEPA + VoP reachability and compliance risk scoring.
Tools
| Tool | Description | Cost (USDC) |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----------- |
| validate_iban | Validate a single IBAN (ISO 13616 mod-97), resolve BIC, classify issuer (bank/EMI/vIBAN), SEPA + VoP flags | 0.005 |
| batch_validate_iban | Validate up to 100 IBANs in one call | 0.002 each |
| lookup_bic | Lookup BIC/SWIFT against 121k+ BIC entries (39k+ LEI-enriched via GLEIF) | 0.003 |
| lookup_ch_clearing | Lookup Swiss BC-Nummer / IID against 1,100+ SIX BankMaster entries — full rail participation (SIC, euroSIC, CHF instant) + QR-IID | 0.003 |
| check_compliance | Full compliance check: IBAN + sanctions (OFAC) + SEPA Instant + VoP + risk score (0-100) | 0.02 |
| validate_payment_reference | Validate a structured payment reference — RF/ISO 11649 ("SCOR"), Swiss QR reference ("QRR"), Belgian OGM/VCS, Finnish viitenumero — each against the dated document that publishes the rule. Supply an IBAN to get the QRR↔QR-IBAN pairing verdict (billed as one validate_iban call) | free |
| check_postal_address | Check a structured ISO 20022 postal address against SPS (SIX), HVPS+ (T2) or Fedwire rules ahead of the November 2026 changes — every finding cites its source document and date | free |
| check_swiss_qr_bill | Check the text payload of a Swiss QR-bill against its structural rules; does not validate the beneficiary account | free |
| audit_creditor_file | Audit an entire creditor/supplier file (CSV/XLSX): IBAN, bank, BIC, SEPA reach and address conformity per row, plus file-wide checks (duplicates, BIC mismatch, address vs. IBAN country). Free preview with masked IBANs; the full annotated report is a paid deliverable | free preview (report: CHF via Stripe) |
| audit_status | Check payment status of an audit job created by audit_creditor_file and get the report download link once paid | free |
| send_feedback | Report incorrect data, or claim the refund the x402 terms promise when a paid answer was wrong | free |
| request_api_key | Open a key request a human approves in a browser — no e-mail, no card, no account. Shows a short code and a link to hand to your human | free |
| poll_api_key | Collect the key once a human has approved it. Handed over exactly once, with the line to paste into an MCP client config | free |
Get a durable key from inside your MCP client
No e-mail, no account, no form. Four steps, about fifteen seconds of human time:
- Call
request_api_key. Readstatusfirst —okmeans a code was issued. - Show your human the
display_to_humanblock verbatim: it carries the short code and the link. Do not open the link yourself, and never invent an address. - Your human opens the page, checks the code matches, and clicks. The page gives a key with no address at all; they may add one there to raise the monthly allowance.
- Call
poll_api_key(no argument needed). Onapprovedit carries the key once, plus a ready-madeconfig_lineto paste. Save it asIBANFORGE_API_KEYand reconnect.
Both tools are free and keep working after the daily limit is reached — that is the point of them.
Connect and get a first result
Remote MCP: no installation or key
Use the Streamable HTTP URL https://api.ibanforge.com/mcp in a compatible MCP client. This remote service has its own allowance: 10 tool units per IP per day; each IBAN in a batch counts as one unit. An API key does not increase this remote allowance.
For Claude Code:
claude mcp add --transport http ibanforge https://api.ibanforge.com/mcpAsk: “Validate DE89370400440532013000, identify the bank, and explain what the result
can and cannot prove.” Read valid, bank_code_check and the provenance of any BIC.
A valid checksum does not prove that an account exists or belongs to a named person.
Installed MCP: REST access with an optional reusable key
For Claude Desktop, add this to its MCP configuration; for Cursor, use .cursor/mcp.json:
{
"mcpServers": {
"ibanforge": {
"command": "npx",
"args": ["-y", "ibanforge-mcp"]
}
}
}For Claude Code:
claude mcp add --transport stdio ibanforge -- npx -y ibanforge-mcpThis configuration intentionally works without a placeholder key. The installed package
calls the REST API: eligible keyless routes share its daily trial, separate
from remote MCP. Always read the returned limits; individual free utilities have their
own protections. After the trial, single-IBAN validation may return format only, marked
_degraded: true and _scope: "format_only". It contains no bank, SEPA or compliance verdict.
A rejected batch returns an error; it is not expanded into individual free requests.
Keep using the same key
Create a key without supplying an address:
curl -X POST https://api.ibanforge.com/v1/keys/generateStore the returned api_key securely and add it as IBANFORGE_API_KEY in the MCP server's
env object, then reconnect the client. Do not paste a placeholder key and do not mint a
new key for every conversation. Normally the anonymous key gives 25 REST calls/month;
read monthly_limit, since a temporary protection can reduce it. It provides a stable
identity, a dedicated quota and GET /v1/keys/usage.
Once used, that same key can be claimed at POST /v1/keys/claim, with
Authorization: Bearer ifk_…, never a key in the body. A six-digit code sent to an address
explicitly supplied for this purpose gives 200 calls/month. An x402 payment made on the
key gives 200 calls once. Do not infer an address or initiate payment without authorization.
Prepaid credits also work with the configured key.
This package has no wallet and does not sign or automatically pay x402 requests. It returns the API's payment requirements. To pay per call, use an x402-capable HTTP client following the payment guide.
Recover without guessing
isError: true: no successful tool result. Inspecterror,status,causeand_hint.402: follow the existing key's cause or configure an available key; do not create keys to bypass limits.429: wait forretry_afterwhen present. The client forwards the HTTPRetry-Aftervalue.request_timeout/transport_error: no complete response was received. This is not a bank verdict._degraded: true: only format was checked. Never use it as evidence of bank or SEPA reachability.
Requests time out after 30 seconds, including reading the response body. There is no automatic retry: an interrupted upload or other POST may already have been processed.
Examples
After adding the server, ask your AI agent:
- "Validate the IBAN CH10 0023 0000 0000 1234 5"
- "Look up BIC UBSWCHZH80A"
- "Look up Swiss BC-Nummer 230"
- "Run a compliance check on IBAN GB29 NWBK 6016 1331 9268 19"
- "Validate these 5 IBANs in batch: …"
Configuration
| Env var | Default | Description |
| --------------------- | ----------------------------- | ---------------------------------------------------------- |
| IBANFORGE_API_BASE | https://api.ibanforge.com | Override for self-hosted or staging instances |
| IBANFORGE_API_KEY | (unset) | Optional real Bearer ifk_* key; omit until one is available |
| IBANFORGE_TIMEOUT_MS | 30000 | Complete HTTP response deadline, 1–120000 ms; invalid values use the default |
Data sources
- 121k+ BIC entries from public sources, refreshed monthly — exact live counts at api.ibanforge.com/llms.txt. Sources:
- PeterNotenboom/SwiftCodes (MIT-licensed SWIFT directory)
- GLEIF BIC-LEI mapping (the only rows with LEI codes, 39k+)
- EBA Clearing STEP2 SCT (official SEPA Reachable PSPs directory)
- Deutsche Bundesbank BLZ (official quarterly file)
- NBP EWIB (official Polish bank registry)
- SIX Group BankMaster (Swiss BICs)
- 1,100+ BC-Nummern from the official SIX BankMaster CSV
- EMI / vIBAN classification from a curated dataset of 30+ known issuer prefixes
- VoP participants from the EBA RT1 / SCT Inst directories
Links
Legal
Calls made through this server hit the hosted API and are governed by the Terms of Service (privacy, DPA). Validation confirms IBAN structure and registry data — it does not confirm that an account exists or belongs to anyone; verify the payee by name before sending funds.
License
Apache-2.0
