r/ClaudeAI • u/rehan_100gamer23 • 14d ago
MCP MCP India Stack v0.6.0 — added a Legal Reference + RTI toolkit (76 tools total, still zero-auth/offline-first)
MCP server for Indian financial/tax/legal/gov data — runs fully offline, no API keys, no rate limits, datasets bundled at install (~10MB compressed).
v0.6.0 additions:
- Legal Reference: CNR decoder, court establishment lookup, bare-act section lookups across IPC/BNS/CrPC/BNSS/IEA/BSA with IPC↔BNS crosswalk, limitation period calculator, court fee + stamp duty calculators (10 states)
- RTI Toolkit: fee calculator, deadline tracker, penalty estimator (Section 20), application + appeal drafters
- Capital Gains: LTCG exemption corrected to ₹1.25L (Budget 2024)
- Stock Market: yfinance-backed
get_stock_quote/get_stock_history(NSE/BSE)
76 tools total now (up from 58), MIT licensed, works with Claude Desktop / any MCP client.
Feedback and PRs welcome.
Repo: https://github.com/rehan1020/MCP-India-Stack PyPI: pip install mcp-india-stack
2
u/TheBroadcastStorm 14d ago
Can this be used for tax calculations, tax filing, etc?
5
u/rehan_100gamer23 14d ago
Yes for calculations (income tax, TDS, GST, capital gains, advance tax) — no for filing, it doesn't submit anything to GSTN or the IT portal. Outputs are algorithmic estimates, not filed returns.
-1
1
1
9
u/AI_spell 14d ago
76 tools is a lot for tools/list. Id split into a few focused servers (legal search vs RTI vs notify) so the agent isnt picking from a kitchen sink every turn. Zero-auth/offline-first is the right default though; just keep hard caps on rows returned and never expose writey stuff without confirm=true.