MCP server for Indian APIs — GSTIN, IFSC, PAN, UPI, pincode, HSN/SAC. Zero auth. Offline-first. For AI agents.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-india-stack": {
"args": [
"mcp-india-stack"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server exposing Indian financial and government APIs for AI agents. Zero auth. Offline-first.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-india-stack against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / data
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for MCP India Stack and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A high-performance, offline-first Model Context Protocol (MCP) server equipping AI agents with Indian financial, tax, and government APIs. Zero authentication required.
pip install mcp-india-stack
Add the following to your claude_desktop_config.json file to enable the India Stack in Claude Desktop:
Windows (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"mcp-india-stack": {
"command": "python",
"args": ["-m", "mcp_india_stack"]
}
}
}
macOS/Linux (~/Library/Application Support/Claude/claude_desktop_config.json or ~/.config/Claude/claude_desktop_config.json):
{
"mcpServers": {
"mcp-india-stack": {
"command": "python3",
"args": ["-m", "mcp_india_stack"]
}
}
}
lookup_ifsc — Bank branch details from IFSC codelookup_pincode — India pincode details and post officeslookup_hsn_code — HSN/SAC code lookup by code or keyworddecode_state_code — GST state code metadatalookup_bbps_biller — BBPS biller directory lookuplookup_bank — Basic bank master lookup by name or codevalidate_gstin — GSTIN structure and checksumvalidate_pan — PAN format and entity type decodevalidate_upi_vpa — UPI VPA structure and provider decodevalidate_aadhaar — Aadhaar number with Verhoeff checksumvalidate_voter_id — Voter ID (EPIC) format with legacy detectionvalidate_driving_license — DL format with state/RTO/year decodevalidate_passport — Indian passport number formatvalidate_cin — Company Identification Number with full field decodevalidate_din — Director Identification Number formatvalidate_fssai — FSSAI license number validation and decodevalidate_epf_code — EPF establishment code validatorvalidate_esic_code — ESIC employer code validatordecode_digilocker_uri — DigiLocker URI decoder and validator mapperdecode_pan_type — Decode PAN entity type from the 4th characterbulk_validate_gstin](docs/tools/gstin.