IBANforge
Rank #4,659io.github.cammac-creator/ibanforge
Pre-payout IBAN screening for AI agents: validation, sanctions, Swiss clearing, risk scoring
IBANforge is a Model Context Protocol (MCP) server published by cammac-creator. It ranks #4,659 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. IBANforge is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Aug 6, 2026.
Ranks ahead of 110,932 of 115,591 servers on MCP Toplist.
Use IBANforge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ibanforge https://api.ibanforge.com/mcpclaude mcp add ibanforge -e "IBANFORGE_API_KEY=<your IBANFORGE_API_KEY>" -e "IBANFORGE_API_BASE=<your IBANFORGE_API_BASE>" -- npx -y ibanforge-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ibanforge]
url = "https://api.ibanforge.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.ibanforge]
command = "npx"
args = ["-y", "ibanforge-mcp"]
[mcp_servers.ibanforge.env]
IBANFORGE_API_KEY = "<your IBANFORGE_API_KEY>"
IBANFORGE_API_BASE = "<your IBANFORGE_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.ibanforge.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ibanforge": {
"command": "npx",
"args": [
"-y",
"ibanforge-mcp"
],
"env": {
"IBANFORGE_API_KEY": "<your IBANFORGE_API_KEY>",
"IBANFORGE_API_BASE": "<your IBANFORGE_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ibanforge": {
"url": "https://api.ibanforge.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ibanforge": {
"command": "npx",
"args": [
"-y",
"ibanforge-mcp"
],
"env": {
"IBANFORGE_API_KEY": "<your IBANFORGE_API_KEY>",
"IBANFORGE_API_BASE": "<your IBANFORGE_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ibanforge": {
"type": "http",
"url": "https://api.ibanforge.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ibanforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ibanforge-mcp"
],
"env": {
"IBANFORGE_API_KEY": "<your IBANFORGE_API_KEY>",
"IBANFORGE_API_BASE": "<your IBANFORGE_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ibanforge": {
"serverUrl": "https://api.ibanforge.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ibanforge": {
"command": "npx",
"args": [
"-y",
"ibanforge-mcp"
],
"env": {
"IBANFORGE_API_KEY": "<your IBANFORGE_API_KEY>",
"IBANFORGE_API_BASE": "<your IBANFORGE_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ibanforge": {
"url": "https://api.ibanforge.com/mcp"
}
}
}{
"mcpServers": {
"ibanforge": {
"command": "npx",
"args": [
"-y",
"ibanforge-mcp"
],
"env": {
"IBANFORGE_API_KEY": "<your IBANFORGE_API_KEY>",
"IBANFORGE_API_BASE": "<your IBANFORGE_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cammac-creator%2Fibanforge)<a href="https://mcptoplist.com/server/io.github.cammac-creator%2Fibanforge"><img src="https://mcptoplist.com/badge/io.github.cammac-creator%2Fibanforge.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
cammac-creator
Other servers by cammac-creator
View all cammac-creator servers →Available versions (9)
| Version | Published |
|---|---|
| 1.4.3 | Aug 6, 2026 |
| 1.4.2 | Aug 5, 2026 |
| 1.4.0 | Jul 30, 2026 |
| 1.3.2 | Jun 19, 2026 |
| 1.2.2 | May 10, 2026 |
| 1.2.0 | Apr 28, 2026 |
| 1.0.1 | Apr 28, 2026 |
| 1.1.0 | Apr 15, 2026 |
| 1.0.3 | Apr 10, 2026 |
Frequently asked questions
- Who maintains IBANforge?
- IBANforge is maintained by cammac-creator, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is IBANforge listed on the Official MCP Registry?
- Yes — IBANforge is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does IBANforge have?
- MCP Toplist tracks 9 versions of IBANforge, most recently published on Aug 6, 2026.
- Where can I find the source code for IBANforge?
- The source code for IBANforge is hosted at github.com/cammac-creator/ibanforge.