← Registry

General Tools

ibanchecker.cash

Provides IBAN validation, BIC lookup, and IBAN extraction from text.

1 endpoint5 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.ibanchecker.cash/mcp

No auth detected

MCP server metadata

Name
ibanchecker-mcp
Version
1.2.0
Capabilities
tools.listChanged

Known tools 5

validate_iban

Validate a single International Bank Account Number (IBAN) against the official ISO 13616 structure for its country.

Inferred read-only
validate_bulk_ibans

Validate a batch of up to 100 IBANs in one call, applying the same ISO 13616 checks as `validate_iban` (country, length, BBAN structure, MOD-97).

Inferred read-only
extract_ibans_from_text

Scan a free-form block of text and pull out every candidate IBAN, then validate each one.

Inferred read-only
get_iban_format

Return the IBAN format specification for a country, covering 90 supported IBAN-using countries.

Inferred read-only
lookup_bic

Look up a financial institution by its BIC (Business Identifier Code, also called SWIFT code) and return the matching bank's details.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ibanchecker-mcp]
url = "https://mcp.ibanchecker.cash/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ibanchecker-mcp": {
      "type": "http",
      "url": "https://mcp.ibanchecker.cash/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ibanchecker-mcp
Remote MCP URL: https://mcp.ibanchecker.cash/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ibanchecker-mcp": {
      "url": "https://mcp.ibanchecker.cash/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ibanchecker-mcp": {
      "type": "http",
      "url": "https://mcp.ibanchecker.cash/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ibanchecker-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.ibanchecker.cash/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ibanchecker.cash was fetched 2026-08-23T21:10:23.074Z.

Trust status Neutral

ibanchecker.cash is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.