General Tools
ibanchecker.cash
Provides IBAN validation, BIC lookup, and IBAN extraction from text.
ENDPOINT 1
https://mcp.ibanchecker.cash/mcp
MCP server metadata
- Name
- ibanchecker-mcp
- Version
- 1.2.0
Known tools 5
validate_ibanValidate a single International Bank Account Number (IBAN) against the official ISO 13616 structure for its country.
Inferred read-onlyvalidate_bulk_ibansValidate 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-onlyextract_ibans_from_textScan a free-form block of text and pull out every candidate IBAN, then validate each one.
Inferred read-onlyget_iban_formatReturn the IBAN format specification for a country, covering 90 supported IBAN-using countries.
Inferred read-onlylookup_bicLook up a financial institution by its BIC (Business Identifier Code, also called SWIFT code) and return the matching bank's details.
Inferred read-onlyCONNECT 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.
ibanchecker.cash is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.