← Index

io.github.cammac-creator/ibanforge

io.github.cammac-creator/ibanforge·v1.2.0·Other
Quality Score
90
/100

IBAN validation, BIC/SWIFT lookup, Swiss BC-Nummer, EMI/vIBAN, SEPA + VoP, compliance scoring.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.ibanforge.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ibanforge": {
      "command": "npx",
      "args": [
        "-y",
        "ibanforge-mcp"
      ],
      "env": {
        "IBANFORGE_API_KEY": "<your-ibanforge_api_key>",
        "IBANFORGE_API_BASE": "<ibanforge_api_base>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ibanforge": {
      "command": "npx",
      "args": [
        "-y",
        "ibanforge-mcp"
      ],
      "env": {
        "IBANFORGE_API_KEY": "<your-ibanforge_api_key>",
        "IBANFORGE_API_BASE": "<ibanforge_api_base>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ibanforge-mcp
§02  Environment variables
IBANFORGE_API_KEY
secret

Optional Bearer ifk_* API key (free tier 200 req/month).

IBANFORGE_API_BASE

Override the API base URL (default https://api.ibanforge.com).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other