ifsc_lookup

Pack: ifsc-in · Endpoint: https://gateway.pipeworx.io/ifsc-in/mcp

Indian bank branch lookup by IFSC code. Resolves an 11-character IFSC code (printed on Indian cheques and bank statements) to the bank name, branch, address, city, district, state, MICR code, SWIFT code, and contact number, plus whether the branch supports the NEFT, RTGS, UPI, and IMPS payment rails. India banking / fund-transfer routing data via the open Razorpay IFSC dataset (keyless). Also returns an offline format_valid check of the code structure. NOTE: this validates and resolves the IFSC code itself — it does NOT verify a bank account or account holder. Examples: ifsc_lookup({ ifsc: “HDFC0CAGSBK” }), ifsc_lookup({ ifsc: “sbin0000691” }) (case and spaces are forgiven).

Parameters

NameTypeRequiredDescription
ifscstringyesThe 11-character IFSC code, e.g. “HDFC0CAGSBK” or “SBIN0000691”. Format: 4 letters (bank) + 0 + 6 alphanumerics (branch). Spaces and lowercase are tolerated.

Example call

curl -X POST https://gateway.pipeworx.io/ifsc-in/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ifsc_lookup","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ifsc-in": {
      "url": "https://gateway.pipeworx.io/ifsc-in/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026