routing_number
ActiveTool of WingmanProtocol Agent Gateway
Bank Routing Number Validator — Validate a US ABA bank routing number's checksum, or compute the check digit for an 8-digit partial. Complements the checksum tool (IBAN/ISBN), which doesn't cover this scheme.
Parameters schema
{
"type": "object",
"required": [
"number"
],
"properties": {
"mode": {
"enum": [
"validate",
"check_digit"
],
"type": "string",
"description": "validate | check_digit (default validate)"
},
"number": {
"type": "string",
"description": "Routing number (9 digits to validate, or 8 digits for check_digit)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries