Validate IBANs in 111 countries; bank directory checks for DE, AT, BE, FR, LU, NL, PT and ES.
claude mcp add iban-validation --transport http https://www.iban-test.eu/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"iban-validation": {
"url": "https://www.iban-test.eu/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"iban-validation": {
"serverUrl": "https://www.iban-test.eu/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"iban-validation": {
"type": "http",
"url": "https://www.iban-test.eu/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"iban-validation": {
"url": "https://www.iban-test.eu/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"iban-validation": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.iban-test.eu/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://www.iban-test.eu/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/eu.iban-test.www--iban-validation/reviews or the review_server meta-tool.
POST /mcp