Ibanforge MCP Server

Privacy by default: submitted IBANs are never stored - validation runs in memory, IPs are kept only as salted hashes, and telemetry deletes itself (12-month cap; erased 30 days after a customer terminates, contractually - DPA clause 4.7). Its 5 documented tools cover validate, iban.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · #49 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

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-08-25

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 5 documented tools spanning validate, iban, 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.

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

Validate

1 tool - e.g. User mentions an IBAN, a bank account, or a SEPA payment

validate_iban

Batch

1 tool - e.g. List of IBANs, CSV cleanup, customer DB dedup, payout list triage

batch_validate_iban

Check

1 tool - e.g. Pre-flight risk triage before a SEPA / cross-border payment (sanctions + FATF + VoP)

check_compliance

Latest releases

v1.2.2 · 2026-04-30

Highlight · Glama / Smithery / MCP.so inspector friendliness - when the npm package \ibanforge-mcp\ is run anonymously (no \IBANFORGE_API_KEY\ set), \validate_iban\ and \batch_validate_iban\ now transparently fall back…

v1.2.1 · 2026-04-30

Highlights · Smithery Quality Score 90/100 → 100/100 : outputSchema + structuredContent ajoutés aux 5 outils côté backend HTTP MCP (src/routes/mcp-http.ts). Le scanner Smithery touche cet endpoint, pas le npm package.…

v1.2.0 · 2026-04-29

v1.2.0 - Agent-first migration · Major release reorienting IBANforge around AI agents: · New /agents and /openapi pages (Next.js 16 frontend, EN/FR/DE) · Critical 429 → 402 quota fallback (free tier → x402…

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 #49 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.cammac-creator/ibanforge (active, first published 2026-04-10 · 14 versions)
packages
npm:ibanforge-mcp

06 · Ibanforge FAQ

Is Ibanforge still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

What can Ibanforge do?

An agent gets 5 documented tools spanning validate, iban, 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-08-25; you can connect without credentials.

07 · Alternatives to Ibanforge

More finance MCP servers · Candor Finance · Scribo · Kalshi Prediction Markets · Ceki Me MCP Server · Open Chain Bench

More TypeScript MCP servers · Discord MCP · Carbone MCP · Messages · Memorydetective · Cashfree MCP · see all