← Registry

Developer Tools

ibantest.com

Provides IBAN validation and calculation for German, Austrian, and Belgian IBANs, along with account credit information.

1 endpoint14 known toolsFirst detected August 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://api.ibantest.com/mcp

No auth detected

MCP server metadata

Name
IBANTest MCP
Version
1.0.0
Capabilities
loggingcompletionstools
Server instructions

All tools require token-based authentication via the "token" argument. Use account_get_credits, iban_* and bank_* tools. Errors are returned as structured MCP tool errors with stable ids.

Known tools 14

account_get_credits

Returns remaining credits for the authenticated account.

Inferred read-only
iban_validate

Validates an IBAN and returns checks plus bank/country metadata.

Inferred read-only
iban_calculate_de

Calculates a German IBAN from bank code and account number.

Inferred read-only
iban_calculate_at

Calculates an Austrian IBAN from bank code and account number.

Inferred read-only
iban_calculate_be

Calculates a Belgian IBAN from bank code, account number and check digits.

Inferred read-only
iban_calculate_cz

Calculates a Czech IBAN from bank code, account number and optional prefix.

Inferred read-only
iban_calculate_es

Calculates a Spanish IBAN from bank code, branch code and account number.

Inferred read-only
iban_calculate_it

Calculates an Italian IBAN from CIN/ABI/CAB/account inputs.

Inferred read-only
iban_calculate_li

Calculates a Liechtenstein IBAN from bank code and account number.

Inferred read-only
iban_calculate_lu

Calculates a Luxembourg IBAN from bank code and account number.

Inferred read-only
iban_calculate_mc

Calculates a Monaco IBAN from bank code, branch code and account number.

Inferred read-only
iban_calculate_nl

Calculates a Dutch IBAN from bank code and account number.

Inferred read-only
bank_validate_bic

Validates a BIC/SWIFT code and returns matching bank metadata.

Inferred read-only
bank_find

Finds bank records by ISO country code and national bank code.

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.ibantest-mcp]
url = "https://api.ibantest.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ibantest-mcp": {
      "type": "http",
      "url": "https://api.ibantest.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ibantest-mcp
Remote MCP URL: https://api.ibantest.com/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": {
    "ibantest-mcp": {
      "url": "https://api.ibantest.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ibantest-mcp",
  "transport": "streamable-http",
  "url": "https://api.ibantest.com/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 ibantest.com was fetched 2026-08-23T22:03:50.210Z.

Trust status Trusted

ibantest.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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