HomeFinance › ibanforge

ibanforge

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

Official TypeScript Cloud Remote
★ 3 stars Last pushed 2026-09-23 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.ibanforge.com/mcp Reachable (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Package (npm 1.7.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "ibanforge": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "IBANFORGE_API_KEY": "<YOUR_VALUE>",
        "IBANFORGE_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • IBANFORGE_API_KEY secret — Optional Bearer ifk_* API key. A free key needs no e-mail: POST https://api.ibanforge.com/v1/keys/generate with an empty body.
  • IBANFORGE_API_BASE — Override the API base URL (default https://api.ibanforge.com).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry