← ibantest.com
INDIVIDUAL MCP TOOL
iban_calculate_nl
Calculates a Dutch IBAN from bank code and account number.
LIVE ENDPOINT
https://api.ibantest.com/mcp
Connect to this endpoint to inspect the live schema for iban_calculate_nl and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
account_get_credits— Returns remaining credits for the authenticated account.iban_validate— Validates an IBAN and returns checks plus bank/country metadata.iban_calculate_de— Calculates a German IBAN from bank code and account number.iban_calculate_at— Calculates an Austrian IBAN from bank code and account number.iban_calculate_be— Calculates a Belgian IBAN from bank code, account number and check digits.iban_calculate_cz— Calculates a Czech IBAN from bank code, account number and optional prefix.iban_calculate_es— Calculates a Spanish IBAN from bank code, branch code and account number.iban_calculate_it— Calculates an Italian IBAN from CIN/ABI/CAB/account inputs.