Indian Railways MCP Server
@rajprem4214
关于 Indian Railways MCP Server
The Indian Railways MCP Server provides live station status and train information using the Model Context Protocol (MCP). This server is designed to handle requests for live data from Indian Railways.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"indian-railways-mcp": {
"command": "node",
"args": [
"--loader",
"ts-node/esm",
"src/testFunctions.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Indian Railways MCP Server?
The Indian Railways MCP Server is a Model Context Protocol (MCP) server that provides live station status and train information from Indian Railways. It is designed for developers building AI assistants or applications that need real‑time Indian Railways data.
How to use Indian Railways MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, and start the server with npm start. Integrate with Claude Desktop by adding the server configuration to claude_desktop_config.json and restarting Claude. API endpoints are called via tools/call using methods such as get-station-live-status and get-trains-between-stations.
Key features of Indian Railways MCP Server
- Fetch live station status by station code
- Retrieve train details between stations
- Get train details on a specific date
- Retrieve complete train route information
- Check PNR status
Use cases of Indian Railways MCP Server
- Get live station status for a station (e.g., NDLS)
- Find all trains running between two stations (e.g., GODA to NDLS)
- Check PNR status of a reservation
- Retrieve the full route of a specific train number
- Get train details for a given date between two stations
FAQ from Indian Railways MCP Server
What data does Indian Railways MCP Server provide?
It provides live station status, train details between stations, train details on a specified date, train route information, and PNR status.
How do I install and run the server?
Clone the repository, run npm install, then npm run build followed by npm start.
How do I integrate with Claude?
Add the server configuration with the path to the built index.js to Claude Desktop’s claude_desktop_config.json file, then restart Claude Desktop.
What are the available API methods?
Methods include get-station-live-status, get-trains-between-stations, get-trains-on-date, get-train-route, get-pnr-status, and get-train-details.
Do I need any external API keys or authentication?
The README does not mention any API keys or authentication requirements.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论