You're viewing a demo portfolio

Join the waitlist
PRSM

validate_routing

Active

Tool of Qiniso

declared in 0.5.0

USE THIS to verify a US bank routing / ABA transit number before relying on it for a payment or direct deposit. Checks the 9-digit weighted (3,7,1) mod-10 checksum. Does NOT check whether the bank or account is real.

Parameters schema

{
  "type": "object",
  "required": [
    "routing"
  ],
  "properties": {
    "routing": {
      "type": "string",
      "description": "The 9-digit ABA routing number."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →
validate_routing — Qiniso — PRSM MCP