validate_clabe
Pack: latam-validate · Endpoint: https://gateway.pipeworx.io/latam-validate/mcp
Validate a Mexican CLABE (Clave Bancaria Estandarizada, the 18-digit interbank account number used for SPEI transfers). Checks the control-digit checksum and decodes the bank code, plaza (branch city) code, and account number. Resolves the bank name for major Mexican banks (BBVA, Banorte, Santander, Banamex, Banco Azteca, STP, Nu, Mercado Pago, …). Pure computation — accepts spaces or dashes in the input.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
clabe | string | yes | The 18-digit CLABE, e.g. “002010077777777771”. Spaces and dashes are allowed. |
Example call
curl -X POST https://gateway.pipeworx.io/latam-validate/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"validate_clabe","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"latam-validate": {
"url": "https://gateway.pipeworx.io/latam-validate/mcp"
}
}
}
See Getting Started for client-specific install steps.