MCP India Stack logo

MCP India Stack

Visit

MCP India Stack is a MIT offline-first MCP server with 76 Indian tax, identity, and legal tools for agents.

Share:
View alternatives

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_stack in claude_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_kyc offline.
  • 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

  1. Open github.com/rehan1020/MCP-India-Stack or pypi.org/project/mcp-india-stack.
  2. pip install mcp-india-stack.
  3. Add the mcpServers block to Claude Desktop config.
  4. 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

Tips

  1. Keep MCP_INDIA_STACK_NO_AUTO_UPDATE=1 if you need a frozen dataset.
  2. Do not send Aadhaar values to a hosted log. README already masks some fields.
  3. 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!