This connects Claude to India's digital infrastructure through six specialized servers covering NSE/BSE stock quotes, GST validation, Indian Railways PNR and live train status, RTO vehicle registration lookups, IFSC and UPI banking tools, and eCourts case retrieval. Each server includes retry logic and caching to handle the notorious instability of government portals. The stock server falls back to Yahoo Finance when NSE is down. Install globally via npm and launch individual servers with simple commands like `india-mcp stocks` or `india-mcp ecourts`. You'd reach for this when building agents that need to verify Indian tax IDs, track shipments on IR, pull live market data from Indian exchanges, or search court records without wrestling with inconsistent portal APIs yourself.
Collection of MCP (Model Context Protocol) servers for Indian APIs and services. Enable AI agents like Claude, Cursor, and OpenCode to operate natively in the Indian market with real-time data and specialized tools.
Indian digital infrastructure is powerful but fragmented. Many government and enterprise portals are:
India-MCP provides a unified, resilient, and AI-optimized layer over these services, enabling agents to verify identities, track logistics, analyze markets, and navigate the legal system with a single protocol.
| Server | Domain | Tools | Description |
|---|---|---|---|
| GST | Taxation | 5 | Validate GSTINs, HSN codes, and tax calculations. |
| Railways | Transport | 7 | Live train status, PNR enquiry, and schedules. |
| RTO | Automotive | 6 | Vehicle registration details and road tax calculator. |
| Banking | Fintech | 3 | IFSC search, UPI validation, and bank status. |
| Stocks | Markets | 8 | NSE/BSE real-time quotes, indices, and history. |
| eCourts | Legal | 6 | Court cases, orders, and cause list retrieval. |
Detailed catalog: docs/SERVERS.md | Full Tool Index: docs/TOOLS.md
npm install -g @samarth-23-eng/india-mcp
Quick start — launch any server with one command:
india-mcp stocks # NSE/BSE stock data
india-mcp gst # GST validation
india-mcp ecourts # Court case lookup
india-mcp fssai # Food license verification
india-mcp list # Show all available servers
india-mcp --help # Full usage guide
Or use npx without installing:
npx @samarth-23-eng/india-mcp stocks
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"india-stocks": {
"command": "npx",
"args": ["-y", "@samarth-23-eng/india-mcp", "stocks"]
},
"india-ecourts": {
"command": "npx",
"args": ["-y", "@samarth-23-eng/india-mcp", "ecourts"]
},
"india-gst": {
"command": "npx",
"args": ["-y", "@samarth-23-eng/india-mcp", "gst"]
}
}
}
Detailed guides: docs/EXAMPLES.md
India-MCP uses a shared resilience layer to handle the instability of Indian government portals.
Technical details: docs/ARCHITECTURE.md
Planned servers:
npm version patch --no-git-tag-versionnpm run buildnpm run validate:publishnpm publish --access publicmcp-publisher validate & mcp-publisher publishContributions are welcome! Please read our Contributing Guidelines to get started.
MIT © Samarth-23-eng
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp