Developer Tools
ibantest.com
Provides IBAN validation and calculation for German, Austrian, and Belgian IBANs, along with account credit information.
ENDPOINT 1
https://api.ibantest.com/mcp
MCP server metadata
- Name
- IBANTest MCP
- Version
- 1.0.0
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
iban_calculate_beCalculates a Belgian IBAN from bank code, account number and check digits.
Inferred read-onlyiban_calculate_czCalculates a Czech IBAN from bank code, account number and optional prefix.
Inferred read-onlyiban_calculate_esCalculates a Spanish IBAN from bank code, branch code and account number.
Inferred read-onlyiban_calculate_liCalculates a Liechtenstein IBAN from bank code and account number.
Inferred read-onlyiban_calculate_mcCalculates a Monaco IBAN from bank code, branch code and account number.
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.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.
ibantest.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.