Servers
IBAN Checker MCP
@koraykoylu
IBAN validation, extraction, format specs, and BIC/SWIFT lookup tools for AI assistants, backed by ibanchecker.cash. Covers 90 countries; no IBAN data is stored.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ibanchecker": {
"command": "npx",
"args": [
"-y",
"@ibanchecker/mcp"
],
"env": {
"IBANCHECKER_API_KEY": "your-api-key-here"
}
}
}
}