.vscode-d36e41 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .vscode-d36e41 (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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-mcpQuick 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 guideOr use npx without installing:
npx @samarth-23-eng/india-mcp stocksAdd 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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.