MCP Server
MCP
io.github.koraykoylu/ibanchecker-mcp
IBAN validation, extraction, format specs and BIC/SWIFT lookup tools for AI assistants.
Install
npx -y @ibanchecker/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.ibanchecker.cash/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@ibanchecker/mcp",
"version": "1.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional API key from ibanchecker.cash/api-docs (free tier: 1,000 requests/month).",
"isSecret": true,
"name": "IBANCHECKER_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment