Server data from the Official MCP Registry
MCP server for Indian Railways: search trains, stations, schedules and live status.
MCP server for Indian Railways: search trains, stations, schedules and live status.
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
7 files analyzed ยท 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-samarth-23-eng-india-mcp-railways": {
"args": [
"-y",
"@samarth-23-eng/india-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
India MCP provides Model Context Protocol (MCP) servers that wrap popular Indian government and enterprise APIs. Enable AI assistants like Claude Desktop, Cursor, and others to interact natively with Indian digital infrastructure.
| Server | Registry | Tools | Description |
|---|---|---|---|
| GST | @samarth-23-eng/india-mcp-gst | 5 | Validate GSTINs, search HSN/SAC codes, calculate GST, get filing deadlines |
| Railways | @samarth-23-eng/india-mcp-railways | 7 | Search trains, PNR status, schedules, live status, fare enquiry |
| RTO | @samarth-23-eng/india-mcp-rto | 6 | Decode vehicle registration, road tax calculator, RTO info |
| Delhivery | @samarth-23-eng/india-mcp-delhivery | 6 | Track shipments, shipping rates, pincode serviceability |
| DigiLocker | @samarth-23-eng/india-mcp-digilocker | 5 | Access government documents, verify Aadhaar linking |
Install all servers:
npm install @samarth-23-eng/india-mcp
Or install individual servers:
npm install @samarth-23-eng/india-mcp-gst
npm install @samarth-23-eng/india-mcp-railways
npm install @samarth-23-eng/india-mcp-rto
Add to your Claude Desktop config.json:
{
"mcpServers": {
"india-gst": {
"command": "npx",
"args": ["@samarth-23-eng/india-mcp-gst"],
"env": {}
},
"india-railways": {
"command": "npx",
"args": ["@samarth-23-eng/india-mcp-railways"],
"env": {}
},
"india-rto": {
"command": "npx",
"args": ["@samarth-23-eng/india-mcp-rto"],
"env": {}
},
"india-delhivery": {
"command": "npx",
"args": ["@samarth-23-eng/india-mcp-delhivery"],
"env": {
"DELHIVERY_TOKEN": "your_token_here"
}
},
"india-digilocker": {
"command": "npx",
"args": ["@samarth-23-eng/india-mcp-digilocker"],
"env": {
"DIGILOCKER_CLIENT_ID": "your_client_id",
"DIGILOCKER_CLIENT_SECRET": "your_client_secret"
}
}
}
}
# GST Server (no auth required)
npm run gst
# Railways Server (no auth required)
npm run railways
# RTO Server (no auth required)
npm run rto
# Delhivery Server (requires token)
DELHIVERY_TOKEN=your_token npm run delhivery
# DigiLocker Server (requires OAuth credentials)
DIGILOCKER_CLIENT_ID=xxx DIGILOCKER_CLIENT_SECRET=xxx npm run digilocker
| Variable | Server | Required | Description |
|---|---|---|---|
| None | GST | No | Uses public GST APIs โ no auth needed |
DELHIVERY_TOKEN | Delhivery | Yes | Get from Delhivery Dashboard |
DIGILOCKER_CLIENT_ID | DigiLocker | Yes | Get from DigiLocker Developer Portal |
DIGILOCKER_CLIENT_SECRET | DigiLocker | Yes | Get from DigiLocker Developer Portal |
India has unique digital infrastructure that global AI assistants cannot natively access:
This project fills the gap in AI agent coverage for the world's largest market by population.
Looking to add more servers. Contributions welcome:
See CONTRIBUTING.md for adding new servers.
Contributions are welcome! Please see CONTRIBUTING.md for detailed guidelines on:
MIT License โ see LICENSE for details.
Be the first to review this server!
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm โ conversationally
by Taylorwilsdon ยท Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI
by mcp-marketplace ยท Finance
Free stock data and market news for any MCP-compatible AI assistant.