MCP India Stack is an offline-first Model Context Protocol server for Indian financial, tax, identity, and government lookups. The repo rehan1020/MCP-India-Stack is MIT, created 2026-03-21, Python. On 2026-09-08 GitHub listed 49 stars and 7 forks. PyPI package mcp-india-stack was 0.6.0. r/ClaudeAI posted the 0.6.0 legal-reference and RTI toolkit. This is an MCP server, not a SKILL.md pack.
Compare Chrome DevTools MCP if you wanted a browser MCP, MCP Framework if you wanted to write your own server, or Claude Skills if you still needed how skills load.
Key Features
- 76 tools, zero auth: README lists identity validators (GSTIN, PAN, Aadhaar masked, UPI, TAN, PRAN), IFSC/pincode/HSN lookups, FY2025-26 tax calculators, savings (EPF, PPF, SIP, NPS), legal reference (IPC/BNS/CrPC/BNSS), and RTI drafters. Install is
pip install mcp-india-stack. - Offline-first datasets: bundled IFSC, pincode, HSN/SAC, UPI handles. About 10-11MB compressed. Optional background CDN refresh via jsDelivr. Opt out with
MCP_INDIA_STACK_NO_AUTO_UPDATE=1. - Claude Desktop config:
python -m mcp_india_stackinclaude_desktop_config.json. Also listed on Smithery and Render. - v0.6.0 additions on the README: CNR decoder, court establishment lookup, bare-act section lookups with IPC↔BNS crosswalk, limitation/court-fee/stamp-duty calculators (10 states), RTI fee/deadline/penalty/draft tools, LTCG exemption ₹1.25L (Budget 2024), yfinance
get_stock_quote/get_stock_history. - Built-in prompt workflows:
vendor_kyc,salary_planner,invoice_audit.
Limitation: GSTIN, Aadhaar, PAN and similar checks are structural and checksum only. They do not hit government live registries. Tax outputs are algorithmic estimates for FY2025-26, not CA advice. README says no NIC / eCourts / MeitY affiliation. Stock tools need the network. 49 stars is early.
Use Cases
- Claude Desktop users in India who need GSTIN/PAN/IFSC in the agent loop without API keys.
- Payroll and vendor KYC agents that can run
vendor_kycoffline. - Legal/RTI drafting that wants section lookup plus templates, knowing it is not legal advice.
Pricing
| Piece | Price | Notes from first-party pages 2026-09-08 |
|---|---|---|
| mcp-india-stack | $0 | MIT. PyPI 0.6.0. About 49 stars. |
| Host agent | Confirm that product | Claude Desktop or any MCP client. |
| yfinance quotes | Network, not a seat | Only the two stock tools leave the machine. |
Getting Started
- Open github.com/rehan1020/MCP-India-Stack or pypi.org/project/mcp-india-stack.
pip install mcp-india-stack.- Add the
mcpServersblock to Claude Desktop config. - Read LEGAL_NOTICE.md before you treat a GSTIN check as KYC.
First-party resource: MCP India Stack README.
Frequently Asked Questions
Does validate_gstin prove the firm is live?
No. Structure and checksum only.
Do I need API keys?
No for the bundled tools. Stock quotes use yfinance.
Is this a skill pack?
No. It is an MCP server. Pair it with Claude Skills only if you also needed skill loading.
Alternatives
- Chrome DevTools MCP: live Chrome, not Indian tax tables.
- MCP Framework: TypeScript kit to write a different server.
- OpenSEO: SEO data MCP, different domain.
Tips
- Keep
MCP_INDIA_STACK_NO_AUTO_UPDATE=1if you need a frozen dataset. - Do not send Aadhaar values to a hosted log. README already masks some fields.
- If you only needed IFSC lookup, you do not need all 76 tools in context.
Conclusion
MCP India Stack is a MIT, offline-first MCP for Indian identity, tax, and legal lookups that Claude Desktop can load without keys. Start at the GitHub repo, install 0.6.0, then treat every validator as format-only.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.