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

Jeeves: TUI for Browsing and Resuming AI Agent Sessions
Tools

Jeeves: TUI for Browsing and Resuming AI Agent Sessions

Jeeves is a terminal user interface that lets you search, preview, and resume AI agent sessions from Claude Code, Codex, and OpenCode in a single view. It's written in Go and available via multiple package managers including Homebrew, Nix, and Go install.

OpenClawRadar
Revise: AI Editor Built with Agentic Coding Tools and Y.js CRDT
Tools

Revise: AI Editor Built with Agentic Coding Tools and Y.js CRDT

Revise is an AI editor for documents built from scratch over 10 months using agentic coding tools, with a custom word processor engine and rendering layer that only uses Y.js for the CRDT stack. It integrates multiple AI models including GPT-5.4 variants and Claude models for proofreading and revision.

OpenClawRadar
Developer tracks frustration with 'F-Bombs Per Thousand Prompts' metric across 44,212 Claude Code logs
Tools

Developer tracks frustration with 'F-Bombs Per Thousand Prompts' metric across 44,212 Claude Code logs

A developer tracked 'fpk' (f-bombs per thousand prompts) across 44,212 Claude Code prompts over 5 months, finding frustration dropped 3.4× from Claude Opus 4-5 to 4-7, and most cursing targeted environmental tooling, not the model.

OpenClawRadar
ToolLoop: Open-Source Agent Framework for Claude-Style Tools with Any Model
Tools

ToolLoop: Open-Source Agent Framework for Claude-Style Tools with Any Model

ToolLoop is an open-source Python framework with 11 tools for file operations, code search, shell access, and sub-agents that works with any LLM through LiteLLM. The 2,700-line framework allows switching models mid-conversation with shared context.

OpenClawRadar