MCP.so
登录

IBAN Checker MCP

@koraykoylu

关于 IBAN Checker MCP

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.

基本信息

分类

其他

传输方式

stdio

发布者

koraykoylu

提交者

Koray KÖYLÜ

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ibanchecker": {
      "command": "npx",
      "args": [
        "-y",
        "@ibanchecker/mcp"
      ],
      "env": {
        "IBANCHECKER_API_KEY": "your-api-key-here"
      }
    }
  }
}

工具

5

validate a single IBAN (country, length, BBAN structure, MOD-97 check digits, and bank details when available)

validate up to 100 IBANs in one call

find and validate every IBAN inside a block of text

IBAN format specification for any of 90 supported countries

look up a bank by BIC/SWIFT code

概览

What is IBAN Checker MCP?

MCP server for ibanchecker.cash. It gives AI assistants five finance tools backed by the ibanchecker.cash validation engine, covering 90 countries. No IBAN data is logged or stored.

How to use IBAN Checker MCP?

Use the hosted endpoint at https://mcp.ibanchecker.cash/mcp or run it locally with npx -y @ibanchecker/mcp. For Claude Code, add it via claude mcp add --transport http ibanchecker https://mcp.ibanchecker.cash/mcp. A free API key (1,000 requests per month) is available at https://ibanchecker.cash/api.

Key features of IBAN Checker MCP

  • Validate a single IBAN with full checks.
  • Validate up to 100 IBANs in one call.
  • Extract and validate IBANs from text.
  • Get IBAN format for any of 90 countries.
  • Look up banks by BIC/SWIFT code.

Use cases of IBAN Checker MCP

  • Validate a customer’s IBAN before processing a payment.
  • Batch-check a list of IBANs exported from a spreadsheet.
  • Scan invoices and emails for all embedded IBANs.
  • Retrieve format specs when building payment form validation.
  • Look up bank details using only a BIC/SWIFT code.

FAQ from IBAN Checker MCP

What validation checks does the server perform?

It checks country, length, BBAN structure, MOD-97 check digits, and bank details when available.

How many countries are supported?

The validation engine covers 90 countries.

Is my IBAN data stored or logged?

No IBAN data is logged or stored by the service.

How can I run the server locally?

Run npx -y @ibanchecker/mcp to start the server via stdio.

Is an API key required?

Yes. A free API key with 1,000 requests per month is available at https://ibanchecker.cash/api.

评论

其他 分类下的更多 MCP 服务器