Ibanforge MCP Server

Optional: set IBANFORGE_API_KEY=ifk_... in env for the free tier (200 req/month). Without it the server uses the public/demo surface; combine with x402 micropayments for unlimited pay-per-call access without signup. Its 11 documented tools cover iban, api.

People who work with iban and api and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 3 · #62 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ibanforge

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add cammac-creator-ibanforge --transport http https://api.ibanforge.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cammac-creator-ibanforge": {
      "url": "https://api.ibanforge.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.ibanforge.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to api.ibanforge.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package ibanforge-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.cammac-creator is GitHub-verified and matches the repo owner

03 · What Ibanforge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 11 documented tools spanning iban, api, including validate_iban, batch_validate_iban, lookup_bic, lookup_ch_clearing.

Capability map

Tools grouped from the project's README - what Ibanforge lets an agent do.

Validate

3 tools - e.g. User mentions an IBAN, a bank account, or a SEPA payment; List of IBANs, CSV cleanup, customer DB dedup, payout list triage; RF/ISO 11649, Swiss QRR, Belgian OGM/VCS or Finnish viitenumero checksum, plus…

validate_iban · batch_validate_iban · validate_payment_reference

Check

3 tools - e.g. Pre-flight risk triage before a SEPA / cross-border payment (sanctions + FATF + VoP); An ISO 20022 address against one rail's published rules (sps, hvps_plus, fedwire), each finding citing its source; A…

check_compliance · check_postal_address · check_swiss_qr_bill

read & search

2 tools - e.g. User already has a BIC/SWIFT - backed by 121k+ BIC entries (39k+ LEI-enriched via GLEIF); Swiss BC-Nummer / IID - the deepest Swiss clearing data in any public API: full SIX BankMaster rail participation…

lookup_bic · lookup_ch_clearing

run & execute

1 tool - e.g. Report incorrect data or claim an x402 refund

send_feedback

Request

1 tool - e.g. You hit the daily limit, or need a durable key - a human approves in a browser, no e-mail

request_api_key

Poll

1 tool - e.g. Collect that key once it is approved, handed over exactly once

poll_api_key

Latest releases

v1.7.0 · 2026-09-15

v1.6.0 · 2026-09-15

Batch 0: the CDP facilitator fee on pay-as-an-agent, and a Web Bot Auth counter · assert the exact signed_agents shape from spec test 26 · Conserver le lien d’abonnement lors du remplacement d’une clé · Actualiser les…

v1.5.0 · 2026-09-06

chore(deps,sdk-ts)(deps-dev): bump vitest from 4.1.10 to 4.1.11 in /sdks/typescript in the dev-tooling group across 1 directory · chore(deps,frontend)(deps): bump recharts from 3.8.1 to 3.10.1 in /frontend…

04 · Who maintains Ibanforge

ibanforge is maintained by cammac-creator. We track 2 MCP servers from cammac-creator - 2 actively maintained, 3 combined GitHub stars, oldest repo from Apr 2026.

05 · Facts

category
finance - ranked #62 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-15)
registry
io.github.cammac-creator/ibanforge (active, first published 2026-04-10 · 18 versions)
packages
npm:ibanforge-mcp

06 · Ibanforge FAQ

Is Ibanforge still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Ibanforge do?

An agent gets 11 documented tools spanning iban, api, including validate_iban, batch_validate_iban, lookup_bic, lookup_ch_clearing.

How do I install Ibanforge?

Run `npx -y ibanforge-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Ibanforge require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Ibanforge

More finance MCP servers · Candor Finance · Disclosures · Scribo · Kalshi Prediction Markets

More TypeScript MCP servers · Canopy API · Capawesome Team MCP Server · Discord MCP · Carbone MCP · Messages · see all