suggest_iban
Pack: openiban · Endpoint: https://gateway.pipeworx.io/openiban/mcp
Suggest corrected IBANs for a possibly-mistyped IBAN. Returns a list of candidate IBANs with validity and bank name/BIC. Coverage is limited; if no suggestions are available this returns an error field.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
iban | string | yes | A possibly-mistyped IBAN, e.g. “DE8937040044053201300”. Spaces are allowed. |
Example call
curl -X POST https://gateway.pipeworx.io/openiban/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"suggest_iban","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"openiban": {
"url": "https://gateway.pipeworx.io/openiban/mcp"
}
}
}
See Getting Started for client-specific install steps.