
Ibanforge
Validate IBANs and run BIC, SEPA, and Swiss banking checks inside your agent while wiring payouts or onboarding flows.
Overview
IBANForge is a Build-phase MCP server for integrations that validates IBANs and enriches BIC, SEPA, Swiss, and compliance checks for payment flows.
What is this MCP server?
- IBAN validation plus BIC/SWIFT and Swiss BC-Nummer lookup
- EMI and virtual IBAN (vIBAN) handling for fintech-style products
- SEPA coverage with Verification of Payee (VoP) oriented workflows
- Compliance scoring surfaced for agent-driven review steps
- stdio npm (ibanforge-mcp) or remote streamable-http at api.ibanforge.com/mcp
- Server version 1.3.1
- Optional free tier cited as 200 req/month with API key
- Remote MCP URL https://api.ibanforge.com/mcp
What problem does it solve?
Agents and prototypes accept invalid IBANs and wrong BIC pairings, which blows up payouts and compliance reviews late in the build.
Who is it for?
Solo fintech or B2B SaaS builders adding EU or Swiss bank details, SEPA transfers, or vIBAN flows who want agent-callable validation.
Skip if: US-only ACH products with no IBAN surface—most tools here target European and Swiss rails.
What do I get? / Deliverables
After you add ibanforge-mcp, your agent can validate and score banking identifiers via MCP before they land in your production payment code.
- Agent-callable IBAN and BIC validation results
- Swiss BC-Nummer and EMI/vIBAN oriented lookups
- Compliance scoring output usable in review or test gates
Recommended MCP Servers
Journey fit
Banking identifier checks belong in implementation when you integrate payments, invoicing, or KYC—not in early idea research. IBANForge exposes HTTP and stdio MCP tools so agents call validation and compliance scoring during backend integration work.
How it compares
Payment-identifier MCP API, not a full Stripe or banking core integration skill.
Common Questions / FAQ
Who is IBANForge for?
Developers and indie founders wiring European or Swiss bank-account fields who want MCP tools for validation, BIC lookup, and compliance hints.
When should I use IBANForge?
Use it while building or hardening payout, invoicing, or KYC forms where IBANs, BICs, or VoP checks must be correct before ship.
How do I add IBANForge to my agent?
Install ibanforge-mcp from npm for stdio, or point your MCP client at https://api.ibanforge.com/mcp; set IBANFORGE_API_KEY if you need beyond the free tier.