IBANforge
@cammac-creator
关于 IBANforge
IBAN validation & BIC/SWIFT lookup API for AI agents. 75+ countries, 39K+ GLEIF entries, SEPA compliance data, issuer classification (vIBAN detection),
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ibanforge": {
"url": "https://api.ibanforge.com/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is IBANforge?
IBANforge is an IBAN validation and BIC/SWIFT lookup API with SEPA compliance data, issuer classification, risk indicators, x402 micropayments, and native MCP (Model Context Protocol) integration for AI agents. It is designed for developers and financial applications that need to verify bank account numbers, identify issuing institutions, and assess counterparty risk.
How to use IBANforge?
To self-host, clone the repository, run npm install, copy .env.example to .env, and execute npm run dev. For MCP integration, add the server configuration to your Claude Desktop or AI agent config with the command npx tsx src/mcp/server.ts and the correct working directory. The server exposes tools: validate_iban, batch_validate_iban, and lookup_bic.
Key features of IBANforge
- Full mod-97 checksum verification for 84 countries
- BIC/SWIFT lookup with 121,000+ entries and LEI enrichment
- SEPA compliance: membership, payment schemes (SCT/SDD/SCT_INST), and VoP requirement
- Issuer classification: banks, neobanks, EMIs (e.g. Wise, Revolut, N26)
- Composite risk indicator based on issuer type, country, test BIC, and SEPA reachability
- Batch validation of up to 100 IBANs per call
- x402 micropayments with USDC (from $0.002/request)
- Self-hosted deployment via Docker with SQLite database
Use cases of IBANforge
- Validate IBANs before initiating cross-border or SEPA payments
- Look up BIC/SWIFT codes to verify correspondent banks for wire transfers
- Assess risk signals for compliance checks on incoming transactions
- Process large volumes of IBANs in a single batch request
- Integrate IBAN validation directly into AI agent workflows using MCP
FAQ from IBANforge
What data sources does IBANforge use?
BIC/SWIFT entries come from the GLEIF BIC-LEI mapping, with LEI enrichment via the GLEIF API. Country names use Node.js Intl.DisplayNames.
What is the cost of using IBANforge?
Per-call micropayments start from $0.002 for batch validation and $0.005 for single IBAN validation, paid in USDC through the x402 protocol.
Can I self-host IBANforge?
Yes. IBANforge includes a Dockerfile and SQLite database. Set the required environment variables WALLET_ADDRESS and FACILITATOR_URL for production use.
What MCP tools are available?
Three tools: validate_iban (single IBAN), batch_validate_iban (up to 100 IBANs), and lookup_bic (BIC/SWIFT code lookup).
Is there a free tier or demo endpoint?
Yes, the /v1/demo endpoint provides example validations at no cost, and /health and /stats are also free.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论