SYNTHORA Routing Check
x402/synthora-routing-checkValidate a US bank routing number (ABA): 9-digit + mod-10 weighted checksum, Federal Reserve district decode, institution-id extraction. Zero deps. Complements IBAN for international. Ed25519-signed. [x402: $0.001/call on base, category=other]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"synthora_routing_check": {
"url": "https://routingcheck.hergertsynthora.com/service",
"transport": "http"
}
}
}