← Registry

API Tools

ibanforge.com

Provides APIs to validate IBANs, lookup BIC codes, and perform compliance checks for European payments.

x402 supported1 endpoint11 known toolsFirst detected May 29, 2026Last detected September 19, 2026

ENDPOINT 1

https://api.ibanforge.com/mcp

No auth detected

MCP server metadata

Name
ibanforge
Version
1.7.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

Start with validate_iban on any IBAN-looking string (e.g. DE89370400440532013000) — one call returns validity, the issuing bank + BIC, virtual-IBAN/EMI detection, SEPA reachability and VoP readiness. Free tier: 10 tool calls/IP/day here, no signup. For sustained use, POST https://api.ibanforge.com/v1/keys/generate with no body at all — no e-mail, no card, nothing to confirm — and an ifk_ key worth 25 REST calls/month comes back on the spot. POST https://api.ibanforge.com/v1/keys/claim lifts that same key to 200 REST calls/month — send the key as "Authorization: Bearer ifk_...", not in the body, once it has served at least one call. Two ways: a 6-digit code mailed to an address your human gave you FOR THIS (ask in their words, "Use my address you@company.com to create a free IBANforge key", and never send an address your human has not handed you for this purpose), or an x402 payment made on the key. The mailed code gives 200 every month; a payment gives 200 once. Or ask for a durable key with request_api_key then poll_api_key: a human approves in a browser, the agent never handles an address, and both tools keep answering after the daily limit. Prepaid credit packs from $4 per 1,000 calls, no expiry. Missing data, wrong result, or something blocking you from paying? Call send_feedback — a human reads every report. Paying as an agent (wallet, USDC on Base, prepaid packs): https://ibanforge.com/docs/pay-as-an-agent — Docs and code samples: https://ibanforge.com/docs/recipes

Known tools 11

validate_iban

Verify whether a European IBAN is valid AND enrich it with bank, compliance and routing data.

Inferred read-only
batch_validate_iban

Validate up to 100 IBANs in a single call at $0.002 per IBAN (60% cheaper than calling validate_iban repeatedly at $0.005).

Inferred read-only
lookup_bic

Resolve a BIC / SWIFT code into the underlying bank: name, country, city, LEI, and registered head-office address (where available).

Inferred read-only
check_compliance

Run a full pre-flight compliance check on an IBAN before sending a SEPA / cross-border payment.

Potential side effects
validate_payment_reference

Validate a structured payment reference and, when an IBAN is supplied, decide whether the two may legally travel together.

Potential side effects
check_swiss_qr_bill

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.

Inferred read-only
check_postal_address

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.

Potential side effects
lookup_ch_clearing

Resolve a Swiss BC-Nummer / IID (1 to 5 digits) into the underlying institution.

Inferred read-only
send_feedback

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).

Inferred read-only
request_api_key

Start the process that gives this session its own free IBANforge API key, without any e-mail address and without leaving your conversation.

Inferred read-only
poll_api_key

Collect the API key once a human has approved the request opened by request_api_key.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ibanforge]
url = "https://api.ibanforge.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ibanforge": {
      "type": "http",
      "url": "https://api.ibanforge.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ibanforge
Remote MCP URL: https://api.ibanforge.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ibanforge": {
      "url": "https://api.ibanforge.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ibanforge": {
      "type": "http",
      "url": "https://api.ibanforge.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ibanforge",
  "transport": "streamable-http",
  "url": "https://api.ibanforge.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ibanforge.com was fetched 2026-07-25T21:51:49.723Z and is being refreshed.

Trust status Neutral

ibanforge.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.