MCP Server
MCP
io.github.cammac-creator/ibanforge
Pre-payout IBAN screening for AI agents: validation, sanctions, Swiss clearing, risk scoring
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.ibanforge.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "ibanforge-mcp",
"version": "1.4.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional Bearer ifk_* API key (free tier 200 req/month).",
"isSecret": true,
"name": "IBANFORGE_API_KEY"
},
{
"description": "Override the API base URL (default https://api.ibanforge.com).",
"name": "IBANFORGE_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment