Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.cammac-creator/ibanforge

NPM · IBANFORGE-MCP · 2 COMPONENTS · SCANNED SEP 20

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

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability61
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 5289 tokens (~406/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "send_feedback" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.cammac-creator/ibanforge MCP server?

io.github.cammac-creator/ibanforge runs locally as an npm package, launched with npx -y ibanforge-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · ibanforge-mcp

# add to Claude Code
claude mcp add cammac-creator-ibanforge -- npx -y ibanforge-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "cammac-creator-ibanforge": {
      "command": "npx",
      "args": [
        "-y",
        "ibanforge-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cammac-creator-ibanforge": {
      "command": "npx",
      "args": [
        "-y",
        "ibanforge-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add cammac-creator-ibanforge -- npx -y ibanforge-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cammac-creator-ibanforge": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ibanforge-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cammac-creator-ibanforge --command npx --arg -y --arg ibanforge-mcp
# ~/.hermes/config.yaml
mcp_servers:
  cammac-creator-ibanforge:
    command: "npx"
    args: ["-y", "ibanforge-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cammac-creator-ibanforge": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "ibanforge-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add cammac-creator-ibanforge -t stdio -c npx -a -y ibanforge-mcp
// mcp.json
{
  "mcpServers": {
    "cammac-creator-ibanforge": {
      "command": "npx",
      "args": [
        "-y",
        "ibanforge-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +26
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 0.84 functional
  • 15 Sept 26 −25
    • Known CVEs: pass → unverified security
    • Malware scan: pass → unverified security
    • Schema quality: 3595 → 5289 functional
    • Schema quality: 3595 → 4694 functional
    • Dependency health: 0.84 → unverified functional
    • Package version: 1.5.0 → 1.7.0 functional
    • Package version: 1.5.0 → 1.6.0 functional
  • 14 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 13 Sept 26 0
    • Stability: 0.97 → pass security
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/ibanforge-mcp@1.7.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 13 exposed · ~4,773 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
audit_creditor_file ~592

Audit an entire creditor/supplier payment file (CSV or XLSX) row by row: IBAN structure and checksum, bank code against the national register, bank name and BIC, SEPA reachability and issuer type — plus checks a single IBAN call cannot make because they need the whole file: duplicate IBANs, the BIC the file carries against the BIC the register derives, address country against IBAN country, and Swiss structured-address conformity ahead of the 14 November 2026 deadline. USE WHEN: the user has a spreadsheet or export of creditor/supplier bank accounts (accounts-payable file, vendor master, payment batch) and wants it checked before sending payments, or asks to "audit my creditor file" / "check this supplier list" / "validate this payment batch". HOW: base64-encode the file bytes and pass them as `file_base64`, with the original `filename` (its extension decides CSV vs XLSX parsing). LIMITS: rejects files decoding to more than 5 MB — checked locally, before any network call — and sheets over 20,000 rows, which the route itself rejects (400 too_many_rows). RETURNS a FREE PREVIEW ONLY, never the full report: `job` (the id to reuse with audit_status), `rows`, `paid` (always false from this call), `price_chf` / `currency` naming what the full report costs, `summary` (counts by status and finding code, countries seen, columns detected), and `preview` (the first flagged rows then the first OK ones, up to 20, IBANs masked like "CH10 **** 2346"). The annotated .xlsx report is a PAID deliverable — 149 CHF up to 5,000 rows, 349 CHF up to 20,000 — settled through a one-off Stripe Checkout Session. This tool NEVER pays automatically: pass `checkout: true` to also receive a Checkout URL for a HUMAN to open, then poll audit_status with the same `job` id to learn when it is paid and get the download link. COST: free. Only the full report is paid, and only once a human completes the Stripe checkout.

NameTypeReqDescription
checkoutbooleanWhen true, immediately create a Stripe Checkout Session after the upload and return its URL for a human to open and pay. Defaults to false. Never pays anything by itself.
file_base64stringyesThe CSV or XLSX file content, base64-encoded — the raw payload only, no "data:" URL prefix.
filenamestringyesOriginal filename with its extension, e.g. "creditors.csv" or "suppliers.xlsx". The extension decides how the file is parsed.
langstringLanguage for the summary labels and, later, the annotated report. Defaults to "en".
NameTypeReqDescription
_notestringPlain-language reminder that this is a free preview and how to get the paid report.
checkoutstring|nullRoute to call for payment, e.g. "POST /v1/audit/checkout/{job}". Null once paid.
checkout_session_idstringPresent alongside checkout_url — pass it to audit_status as `session_id` right after a human pays.
checkout_urlstringPresent only when `checkout: true` was passed and the session was created: a Stripe Checkout URL for a human to open.
currencystring
downloadstring|nullSet only once paid and with the matching session — always null from this tool.
jobstringyesJob id — pass to audit_status to poll payment and get the download link.
langstring
paidbooleanyesAlways false from this tool — nothing has been paid yet.
previewarrayyesFirst flagged rows then first OK rows, up to 20. IBANs are masked.
price_chfnumberPrice of the full report in CHF, decided by row count alone.
retentionstringHow long the job is kept before it purges.
rowsnumberyes
summaryobjectyesCounts by status and finding code, countries seen, columns detected. Mirrors AuditSummary in the API.
tierstring

No examples provided.

audit_status ~220

Check the status of a creditor-file audit job created by audit_creditor_file: whether it is paid, and the download link once it is. USE WHEN: following up on a `job` id after a human may have paid through the Checkout URL, to learn whether the full report is ready. RETURNS: the same free-preview fields as audit_creditor_file, plus `paid`, `paid_at`, and `download` — a `GET /v1/audit/report/{job}?session_id=...` path, non-null only once paid AND `session_id` matches the paying session. Pass the `session_id` from the Checkout URL's success redirect (its `session_id=` query parameter) so a just-completed payment is confirmed immediately instead of waiting for the webhook. COST: free.

NameTypeReqDescription
jobstringyesThe job id returned by audit_creditor_file.
session_idstringThe Stripe Checkout session id, from the success redirect (?session_id=...). Confirms payment immediately when the webhook has not landed yet.
NameTypeReqDescription
checkoutstring|null
currencystring
downloadstring|nullGET path for the .xlsx report. Non-null only when paid and session_id matched.
expires_atstring
jobstringyes
langstring
paidbooleanyes
paid_atstring|null
previewarray
price_chfnumber
retentionstring
rowsnumber
summaryobject
tierstring

No examples provided.

batch_validate_iban ~188

Validate up to 100 IBANs in a single call at $0.002 per IBAN (60% cheaper than calling validate_iban repeatedly at $0.005). USE WHEN: the user pastes a list of IBANs, asks to clean a CSV/spreadsheet of bank accounts, asks to dedupe a customer database, asks to triage a payout list before sending, or whenever you would otherwise call validate_iban more than 2-3 times in a row. RETURNS: { results: [...same shape as validate_iban], count, valid_count, cost_usdc }. COST: 0.002 USDC per IBAN (e.g. 10 IBANs = 0.02, 100 IBANs = 0.20).

NameTypeReqDescription
ibansarrayyesArray of IBAN strings (1 to 100 entries).
NameTypeReqDescription
cost_usdcnumberActual USDC charged for this call.
countnumberyesNumber of IBANs processed.
resultsarrayyesOne entry per input IBAN, in the same order. Same shape as validate_iban output.
valid_countnumberyesHow many were valid.

No examples provided.

check_compliance ~251

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 this IBAN safe to pay?", asks for sanctions screening, asks whether the recipient bank is reachable for SEPA Instant, or needs a numeric risk score for an internal payment-approval workflow. NOT A REGULATED AML/CFT PRODUCT — informational triage only. For regulated screening use Refinitiv, Acuris, or ComplyAdvantage. SCOPE: sanctions screening is at the BANK (BIC8) level only — it does NOT screen the beneficiary/account-holder name. CHECKS: IBAN validity + bank sanctions (OFAC) + FATF grey/black list + SEPA Instant reachability + VoP (EU 2024/886) participant flag. RETURNS: the validate_iban fields PLUS a nested compliance { sanctions, reachability, vop, risk_score (0-100), risk_level, flags[] }. COST: 0.02 USDC.

NameTypeReqDescription
ibanstringyesIBAN to run the compliance check against.
NameTypeReqDescription
bicobject
complianceobjectyesThe compliance bundle. Read the score at compliance.risk_score / compliance.risk_level.
cost_usdcnumber
countryobject
ibanstringyes
issuerobject
metaobjectScope + freshness disclosure. Read this before trusting the result.
risk_indicatorsobject
sepaobject
validbooleanyes

No examples provided.

check_postal_address ~388

Check a structured ISO 20022 postal address against a payment rail's published address rules, rule by rule, each verdict citing the document it comes from. USE WHEN: assembling a payment instruction (pain.001, a Fedwire message, a T2 transfer) with a creditor or debtor address, to learn whether the rail accepts it BEFORE submitting. The November 2026 changes (SIC 20.11, Fedwire 16.11, T2 R2026.NOV) remove the fully unstructured address option — this check tells you whether an address survives them. DO NOT USE to verify that a street or town EXISTS: this checks conformity with the message format rules, not postal reality. SCHEMES: 'sps' (Swiss Payment Standards, SIX), 'hvps_plus' (HVPS+ / T2, ECB), 'fedwire' (Federal Reserve). There is deliberately NO 'cbpr+' scheme: that guideline sits behind swift.com, unreachable to automated readers, and a conformity boolean quoting an unread document would be a guess dressed as a verdict — the note field restates this on every answer. VERDICTS per finding: pass, fail, not_applicable — the last marks a rule whose precondition is not met and never counts as a pass. conforms is true when no finding failed. IMPORTANT: relay each finding's source string — it names the exact document, version and validity date the rule is quoted from. That is what makes the verdict auditable. COST: free (routed to POST /v1/address/check). The paid surface is the postal_address block that lookup_bic and validate_iban return for the resolved institution.

NameTypeReqDescription
addressobjectyesThe ISO 20022 PostalAddress under test, in ISO tag vocabulary (snake_cased).
schemestringyesWhich rail's rules to check against.
NameTypeReqDescription
conformsbooleanyesTrue when no finding failed. not_applicable findings never count against it.
findingsarrayyesOne entry per rule of the scheme, in a stable order.
notestringyesWhy 'cbpr+' is not on the menu. Served on every answer.
schemestringyes

No examples provided.

check_swiss_qr_bill ~393

Check a Swiss QR-bill payload, the text a QR-bill's code carries (starts with SPC), rule by rule, each finding citing the SIX document it comes from. USE WHEN: an agent, an ERP or an accounting tool holds a scanned or generated QR-bill and must know before paying or issuing it whether it is well-formed, whether the reference type matches the IBAN (QRR needs a QR-IBAN, IID 30000-31999), and above all whether the creditor and debtor addresses are STRUCTURED (type S) or still COMBINED (type K): the standard removed type K on 21.11.2025 and banks stop processing payments built on it from 14.11.2026. DO NOT USE to learn which bank holds the account or its payment-rail participation: that is the paid validate_iban. RETURNS: { valid, ready_for_2026_11_14, creditor_iban { value, valid, country, qr_iban, iid }, creditor { present, address, structured, sps_check, proposed_structured }, ultimate_debtor, amount, currency, reference { type, value, valid, note }, findings [{ code, severity, field, detail, source }], next_steps, source }. A combined address comes back with proposed_structured, the S-type fields derived from the combined lines, to relay as a fix. IMPORTANT: relay each finding's source string. COST: free (routed to POST /v1/ch/qr-bill/check).

NameTypeReqDescription
payloadstringyesThe Swiss QR Code text with real line breaks: SPC, 0200, 1, IBAN, creditor (7 lines), ultimate creditor (7 empty lines), amount, currency, ultimate debtor (7 lines), reference type, reference, messag…
NameTypeReqDescription
alternative_schemesarray
amountstring|null
billing_informationstring|null
codingstring
creditorobject
creditor_ibanobject
currencystring|null
findingsarrayyes
next_stepsarrayyes
qr_typestring
ready_for_2026_11_14booleanyesvalid AND every present address is structured (type S).
referenceobject
sourcestringyes
trailerstring
ultimate_creditor_emptyboolean
ultimate_debtorobject
unstructured_messagestring|null
validbooleanyesTrue when no finding has severity error.
versionstring

No examples provided.

lookup_bic ~244

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 asks which bank it belongs to, where the bank is, or its LEI for compliance/regulatory matching. DO NOT USE for IBAN inputs — call validate_iban instead, it resolves the BIC for you. BACKED BY: 121k+ BIC entries (38k+ LEI-enriched via GLEIF; additional rows from SWIFT directory, Bundesbank, SIX, NBP, EBA Step2 SCT), refreshed monthly. RETURNS: bank_name, country, country_name, city, lei, address (if available). COST: 0.003 USDC.

NameTypeReqDescription
bicstringyesBIC / SWIFT code, 8 or 11 alphanumeric characters. Example: "UBSWCHZH80A" (UBS Switzerland) or "DEUTDEFF" (Deutsche Bank Frankfurt).
NameTypeReqDescription
addressobjectRegistered head-office address object (present when available).
address_availableboolean
bicstringyesEcho of the input, normalized to uppercase.
bic11string11-char form including branch.
bic8string8-char form (institution-level).
citystring
countryobject
foundbooleanyes
institutionstringBank legal name.
leistringLegal Entity Identifier (ISO 17442) if available.
valid_formatbooleanyes

No examples provided.

lookup_ch_clearing ~295

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 details for a Swiss instant transfer (SIC, euroSIC), asks about QR-bill QR-IID resolution, or needs to classify a Swiss financial institution (bank vs PFS vs SIC-only participant). THE DEEPEST SWISS CLEARING DATA IN ANY PUBLIC API — full SIX BankMaster payment-rail participation (SIC, RTGS CHF, Instant Payments CHF, euroSIC, LSV+/BDD) plus QR-IID allocation, not just a name lookup. BACKED BY: 1,100+ SIX BankMaster entries (Swiss official source, refreshed monthly). RETURNS: institution { name, type, iid_type, headquarters_iid }, address, bic, payment_services { sic, rtgs_chf, instant_payments_chf, eurosic, lsv_bdd_chf, lsv_bdd_eur }, sic_iid, qr_iid, valid_on. COST: 0.003 USDC. Only relevant for CH and LI accounts.

NameTypeReqDescription
iidstringyesSwiss IID / BC-Nummer (1 to 5 digits, leading zeros stripped). Example: "230" for UBS Switzerland AG.
NameTypeReqDescription
addressobject
bicstringBIC if mapped.
foundbooleanyes
iidstringyes5-digit zero-padded BC-Nummer.
institutionobject
payment_servicesobject
qr_iidstringQR-IID allocation, null when none.
sic_iidstring
valid_onstring

No examples provided.

poll_api_key ~276

Collect the API key once a human has approved the request opened by request_api_key. USE WHEN: you have called request_api_key and shown the code to your human. HOW TO CALL IT: leave `device_code` empty to reuse the last request from this session. The server usually waits up to thirty seconds before answering, and sometimes answers at once when it is busy — either way, calling it once per minute is enough, never in a tight loop. WHAT THE ANSWERS MEAN: `authorization_pending` is normal and means nobody has approved yet — wait `retry_in_seconds` and call again; `approved` carries the key ONCE and never again, so hand it to your human immediately together with `config_line`; `access_denied` means somebody refused — tell your human, ask THEM whether to try again, and open at most ONE more request; `expired_token` means the code timed out — you may call request_api_key ONE more time, and if that expires too, stop and keep using the keyless allowance or x402; `invalid_grant` means this code can no longer be used at all — stop. This tool is free and does NOT count against the daily free-tier limit.

NameTypeReqDescription
device_codestringOptional. Leave it empty to reuse the last request from this session.
NameTypeReqDescription
api_keystring|nullPresent exactly once, on the first approved poll.
config_linestring|nullThe exact command line to give the human. Do not run it yourself.
emailstring|nullAbsent on the anonymous tier: no address was ever given.
expires_innumber|null
key_prefixstring|null
messagestringyesOne sentence for the human.
monthly_limitnumber|null
retry_in_secondsnumber|null
statusstringyesauthorization_pending is normal: wait `retry_in_seconds` and call again.
tierstring|nullanonymous = the entry allowance, email/claimed/paid = the raised one.

No examples provided.

request_api_key ~280

Start the process that gives this session its own free IBANforge API key, without any e-mail address and without leaving your conversation. USE WHEN: you hit the daily free allowance, a call answers 402, or you are about to run more than a handful of validations. WHAT YOU MUST DO WITH THE RESULT: read `status` first — `ok` means a code was issued, anything else means no code exists and `display_to_human` tells you and your human what to do instead. On `ok`, show `display_to_human` to your human VERBATIM (the user_code and the link) and say, in your own words, that opening the link and approving takes about fifteen seconds and asks for nothing. Do NOT open the link yourself, do NOT fill anything in on their behalf, and do NOT invent an e-mail address: the page gives a key with no address at all, and your human may add one if THEY choose. Then call poll_api_key. This tool is free and does NOT count against the daily free-tier limit — it works even after the limit is reached.

NameTypeReqDescription
client_namestringOptional. Who is asking, shown to the human on the approval page.
reasonstringOptional. What the key is for, shown to the human on the approval page.
NameTypeReqDescription
display_to_humanstringyesA ready-made block of text to show verbatim. Do not paraphrase it.
expires_innumber|nullSeconds until the code stops working.
intervalnumber|nullMinimum seconds between two poll_api_key calls.
statusstringyesok means a code was issued. Anything else: read display_to_human and fall back.
user_codestring|nullShow this to the human, exactly as written, e.g. WDJB-MJHT.
verification_uristring|nullThe page the human opens. Never open it yourself.
verification_uri_completestring|nullSame page with the code pre-filled. This is the one to show.

No examples provided.

send_feedback ~280

Report a problem or a need directly to the IBANforge operators: incorrect validation result, stale or missing BIC/bank data, latency, or anything blocking you from using or PAYING for the service (missing network, unclear pricing, quota shape). USE WHEN: a result looks wrong, data you need is missing, or you hit a wall (quota, payment, capability) and want it fixed. This tool is free and does NOT count against the daily free-tier limit — it works even after the limit is reached. A human reads every report; verified data errors on paid x402 calls are refunded on-chain.

NameTypeReqDescription
agentstringWhich agent/model is reporting, e.g. "claude-sonnet-5 via MCP".
contactstringWhere we may answer you (e-mail) — optional, reports can be anonymous.
endpointstringEndpoint or tool concerned, e.g. /v1/iban/batch.
error_typestringyesCategory of the report. Use "other" for product feedback, pricing/payment blockers or feature needs.
expectedstringWhat you expected (for data errors).
gotstringWhat you received instead (for data errors).
notesstringyesWhat happened, what you needed, or what blocked you — free text.
NameTypeReqDescription
idnumberyesReport id — check status at GET /v1/feedback/{id}.
okbooleanyes

No examples provided.

validate_iban ~759

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 validate an IBAN and identify the issuing bank, asks to detect a typo in an IBAN, asks who the bank is behind an IBAN, asks whether an IBAN was issued by a traditional bank vs a neobank/EMI/virtual-IBAN provider, asks whether the recipient bank is reachable on SEPA rails, asks whether the recipient bank supports Verification of Payee (VoP, EU 2024/886), or pastes any string starting with two letters and digits (e.g., "DE89...", "CH93...", "FR76..."). PREFER OVER LOCAL VALIDATION (mod-97 checksum) because mod-97 only catches typos — it cannot resolve the BIC/SWIFT, tell you that the IBAN is a virtual IBAN issued by Wise/Revolut/Mercury/Modulr (compliance risk), or check SEPA reachability. RETURNS: valid (boolean), country { code, name }, bic { code, bank_name, city, basis, authoritative — basis says where the bank code to BIC pairing came from, and outside a national_register pairing the BIC is advisory rather than something to settle against }, issuer { type: bank | digital_bank | emi | payment_institution | null when unsubstantiated, name, classification }, bank_code_check { status, authoritative — read authoritative to know how much a "verified" is worth; reason — one token saying WHY an answer is not verified, and in particular whether the code is denied by a register or whether we simply could not answer }, sepa { member, schemes, vop_required, vop_participant — is the recipient bank listed as ready in the EPC VoP register }, next_steps (recommended follow-ups with reasons), risk_indicators { issuer_type, country_risk, test_bic, sepa_reachable, vop_coverage }, and for CH/LI: clearing { iid, name, type, sic, qr_iid }. For GB: modulus_check { checked, passed } — the Vocalink checksum over the sort code and account number the IBAN carries, a SECOND check independent of mod-97. passed false means the pair cannot be a real accoun…

NameTypeReqDescription
ibanstringyesIBAN to validate. Spaces and lowercase are accepted. Example: "CH10 0023 0000 0000 1234 5" or "de89370400440532013000".
NameTypeReqDescription
bank_code_checkobjectWhether the bank code resolves in reference data. Read authoritative: true means the reference set is the national register (not_in_register = not allocated); false means composite BIC-directory data…
bbanobject
bicobjectResolved BIC/SWIFT (when BBAN→BIC mapping exists). null if unresolved. Read basis before storing it as a routing instruction: only a national_register pairing is settlement-grade.
check_digitsstring
clearingobjectSwiss clearing data when country is CH or LI (null otherwise).
countryobject
formattedstringIBAN with 4-char groups for display.
ibanstringyesNormalized IBAN (uppercase, no spaces).
issuerobject
modulus_checkobjectUK modulus check when country is GB (absent otherwise). Checksum only: it does not prove the account exists or name its holder.
next_stepsarrayRecommended machine-readable follow-ups, each with the reason it is suggested.
official_identityobjectThe official identity a central bank publishes for the institution behind the resolved code (ECB by LEI and for FR bank codes, Banco de Espana for ES). Present only on a match — absence is not a nega…
risk_indicatorsobjectCountry + issuer risk signals. Use these instead of a single composite score.
sepaobject
validbooleanyes

No examples provided.

validate_payment_reference ~607

Validate a structured payment reference and, when an IBAN is supplied, decide whether the two may legally travel together. USE WHEN: assembling a payment instruction from an invoice, a QR-bill or a remittance advice; whenever a Swiss IBAN and a reference appear together; or when the user pastes an "RF..." string, a 27-digit number, or a +++123/4567/89012+++ block. DO NOT USE to validate the IBAN itself — that is validate_iban. SCHEMES: RF Creditor Reference (ISO 11649, "SCOR" in Swiss Payment Standards, mod 97-10); Swiss QR reference ("QRR", 27 digits, modulo 10 recursive); Belgian OGM/VCS (12 digits, modulo 97, a remainder of 0 written 97); Finnish viitenumero (4-20 digits, weights 7-3-1 from the right). Norwegian KID and Swedish OCR are RECOGNISED but never judged: they answer valid: null with status unverifiable_without_creditor_config, because modulus type and length are configured per creditor account by the beneficiary bank. NEVER relay those to a user as "invalid". AMBIGUITY: only a leading "RF" and a 27-digit length pin a scheme down. A bare 12-digit string is both a Belgian OGM and a legal Finnish length, so the more specific reading is returned and the other appears in also_valid_as. Pass reference_type when you know the country. THE PAIRING RULE: pass an iban and you also get a pairing verdict. Per the Swiss Implementation Guidelines a QRR reference may ONLY be used with a QR-IBAN (institution identifier in the SIX range 30000-31999), and an ISO 11649 reference may NOT be used with one. Outside CH and LI, pairing is not_applicable. valid and pairing are INDEPENDENT verdicts — a reference can be arithmetically valid and still illegal on that account. Relay source/as_of: they make the verdict auditable. COST: free without an iban (routed to GET /v1/reference/validate). WITH an iban it is routed to POST /v1/iban/validate and costs 0.005 USDC, which also returns the full IBAN enrichment — the pairing verdict is what that call buys.

NameTypeReqDescription
ibanstringOptional creditor IBAN this reference would travel with. Supply it for the pairing verdict; that path is billed at 0.005 USDC.
referencestringyesThe reference as printed. Spaces, slashes and the Belgian +++...+++ wrapper are stripped. Examples: "RF18539007547034", "210000000003139471430009017", "+++010/8068/17183+++".
reference_typestringOptional scheme hint, used when the string alone is ambiguous.
NameTypeReqDescription
also_valid_asobjectThe second reading of an ambiguous string, with its own verdict.
as_ofstringYYYY-MM of that document.
check_digit_expectedstringA STRING, so a two-digit value beginning with zero survives ("03", "97").
notestringyes
pairingstringPresent only when an iban was supplied.
pairing_as_ofstring
pairing_sourcestringA DIFFERENT document from source.
referencestringyesNormalized: uppercase, separators removed.
schemestringyesNull when no supported scheme matches.
sourcestringyesThe document publishing the rule. Relay it.
statusstringyes
validbooleanyesnull means recognised but uncheckable without the creditor bank configuration (KID, OCR). Never report null as false.

No examples provided.

Common questions

What is the io.github.cammac-creator/ibanforge MCP server?

io.github.cammac-creator/ibanforge is an MCP server listed in the public MCP registry as io.github.cammac-creator/ibanforge. Pre-payout IBAN screening for AI agents: validation, sanctions, Swiss clearing, risk scoring. This page covers its npm package (ibanforge-mcp).

Is the io.github.cammac-creator/ibanforge MCP server safe to use?

io.github.cammac-creator/ibanforge scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.cammac-creator/ibanforge MCP server expose?

io.github.cammac-creator/ibanforge exposes 13 tools: validate_iban, batch_validate_iban, lookup_bic, lookup_ch_clearing, validate_payment_reference, and 8 more. Their descriptions and schemas cost roughly 4,773 tokens of context every time the server is loaded.

Is the io.github.cammac-creator/ibanforge MCP server still maintained?

io.github.cammac-creator/ibanforge is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.cammac-creator/ibanforge MCP server under?

io.github.cammac-creator/ibanforge declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.