routing-number-bank-lookup
3.5
The Routing Number Bank Lookup MCP Server provides detailed bank information based on routing numbers, supporting both ACH and wire transactions.
The Routing Number Bank Lookup MCP Server is a powerful tool designed to provide detailed information about banks, based on routing numbers. This service is essential for users who need to verify bank details for either Automated Clearing House (ACH) or wire transfer transactions. The server supports responses in both XML and JSON formats, making it versatile for different integration needs.
Features
- Bank Information Lookup: Retrieve comprehensive information about a bank using its routing number. This feature is crucial for ensuring transaction integrity and confirming bank details.
- Format Flexibility: Choose between JSON and XML response formats. By default, the server returns data in JSON, but users can specify XML if needed.
- Transaction Type Specification: Determine the type of bank information required by specifying the transaction type – ACH, wire, or both. The default is set to ACH, reflecting the common usage scenario, but users can easily switch to wire or request both types of information.
MCP Tools
- get_bank_info: This function fetches bank details based on the provided routing number and specified parameters.
Usage with Different Platforms
mcp
{
"routingNumber": "123456789",
"format": "json",
"paymentType": "ach"
}