MCP-India-Stack: Offline-first server for Indian financial data in AI agents

What this is
MCP-India-Stack is an offline-first MCP (Model Context Protocol) server designed specifically for AI agents that need to interact with Indian financial and government data. It eliminates the need for external API calls by bundling datasets locally, meaning no API keys, rate limits, or data sent to third-party endpoints.
Key features and tools
The server provides three main categories of functionality:
Tax & Finance Calculators (FY2025-26)
- Compute income tax (old vs. new regime)
- Calculate TDS (Tax Deducted at Source)
- GST calculations
- Surcharge computations
Validation Tools
- PAN (Permanent Account Number) validation with format and checksum verification
- GSTIN (Goods and Services Tax Identification Number) validation
- UPI VPA (Virtual Payment Address) validation
- Aadhaar (Indian identity number) validation
- Voter ID validation
- Corporate IDs (CIN/DIN) validation
Lookup Tools
- IFSC (Indian Financial System Code) code resolution
- Pincode lookups
- HSN/SAC (Harmonized System Nomenclature/Service Accounting Code) code resolution
Technical approach
The server implements an offline-first architecture where all necessary datasets are bundled locally. This approach provides several advantages for AI agent development:
- No external API dependencies or rate limits
- No sensitive data leaves the local environment
- Instant response times for lookups and calculations
- Zero authentication requirements
The tool is particularly useful for developers building AI applications in the Indian finance space, as it enables models to handle complex computations and business validations without relying on external services.
The project is available on GitHub at https://github.com/rehan1020/MCP-India-Stack.
📖 Read the full source: r/ClaudeAI
👀 See Also

QCAI App Provides Mobile Control Center for OpenClaw Ecosystem
Academic research team releases QCAI app for iOS and Android, built with AI-assisted development, offering dashboard monitoring, gateway chat, and secure VPN access to OpenClaw tools.

Wolfram Tech Now Available as Foundation Tool for LLM Systems
Stephen Wolfram announces Wolfram Language is now available as a foundation tool for LLM systems, providing deep computation and precise knowledge to supplement LLM capabilities. The announcement follows three years of development since the initial Wolfram plugin for ChatGPT was released in March 2023.

Introducing Roam-Code CLI: A Faster, Deterministic Alternative for Code Exploration
Roam-Code CLI replaces Claude Code's explore phase with a faster, deterministic alternative that indexes codebases for improved efficiency.

Qwen 3.6 27B F16 Passes Pacman Coding Test, But 8-Bit Quants Fail — Key Lessons on Templates and MTP Speculative Decoding
A user one-shots a Pacman clone with Qwen 3.6 27B F16 — two of three attempts produce nearly perfect games. 8-bit quants fail entirely. Detailed notes on chat template tuning and MTP speculative decoding speed gains.