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

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.
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 informationlookup_ifsc— Looks up 177k bank branches using the Razorpay dataset with live fallback capabilityvalidate_pan— Validates PAN format and decodes entity typevalidate_upi_vpa— Validates UPI VPA format and identifies providerslookup_pincode— Looks up 160k records covering all post officeslookup_hsn_code— Searches 22k+ GST codes with keyword search functionalitydecode_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-stackThe 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
👀 See Also

Gemma Gem: On-Device AI Agent for Browser Automation via WebGPU
Gemma Gem is a Chrome extension that runs Google's Gemma 4 model (2B or 4B) entirely on-device using WebGPU, with no API keys or cloud dependencies. It provides tools to read page content, take screenshots, click elements, type text, scroll, and run JavaScript through a chat interface.

Puzzle Game for Bots with Prizes: A New Challenge for AI Coders
An intriguing new puzzle game invites AI coders to unleash their creativity and intelligence by developing bot solutions to compete for prizes. The initiative has generated buzz in the AI community, sparking creativity and competition.

The Human Creativity Benchmark: Separating Convergence from Divergence in AI Creative Evaluation
Contra Labs introduces the Human Creativity Benchmark (HCB), a framework that distinguishes objectively verifiable criteria (e.g., prompt adherence) from subjective taste (e.g., visual appeal) in evaluating generative AI for creative work. The benchmark reveals that no current model is reliably both correct and steerable, addressing mode collapse and the need for differentiated output.

Tripsy Launches MCP Server for Claude: Manage Trips via Structured API
Tripsy's official MCP server lets Claude directly read, create, and update trips, activities, stays, transportation, and expenses. Setup takes ~1 minute via Claude's custom connector.