mcp-india-stack: Open-source MCP server for Indian financial APIs

✍️ OpenClawRadar📅 Published: March 27, 2026🔗 Source
mcp-india-stack: Open-source MCP server for Indian financial APIs
Ad

mcp-india-stack is an open-source MCP server that gives Claude native access to Indian financial and government APIs. According to the developer, it appears to be the first MCP server in this specific domain.

Ad

Key Details

The server provides seven tools with zero authentication required and follows an offline-first approach:

  • validate_gstin — Validates GSTIN format, checksum, and decodes state/PAN information
  • lookup_ifsc — Looks up 177k bank branches using the Razorpay dataset with live fallback capability
  • validate_pan — Validates PAN format and decodes entity type
  • validate_upi_vpa — Validates UPI VPA format and identifies providers
  • lookup_pincode — Looks up 160k records covering all post offices
  • lookup_hsn_code — Searches 22k+ GST codes with keyword search functionality
  • decode_state_code — Decodes all 36 Indian GST state codes

The package is built with FastMCP and released under MIT license. Installation is straightforward:

pip install mcp-india-stack

The developer mentions that a future update will bring "a big change" and is seeking feedback from users implementing it in agent workflows.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also