← Back to Plugins
MCP Server MCP

io.github.koraykoylu/ibanchecker-mcp

github By github 👁 1 views ▲ 0 votes

IBAN validation, extraction, format specs and BIC/SWIFT lookup tools for AI assistants.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...