Indian Railways IRCTC
This helps to find , View and track indian railways
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Railway Train GetByNumber: Use this tool when the user asks train details for a known 5-digit train number. Calls `/trains/getTrain` and returns core train information.
- Railway Train SearchByRouteDate: Use this tool for date-based route search when source, destination, and journey date are known. Calls `/trains/searchTrains`. Do not use for non-India routes, booking/
- Railway Train BetweenStations: Use this tool to find trains between two station codes when date is not provided. Calls `/trains/betweenStations`. Do not use for non-India routes or booking/payment req
What data it sees
Do you need an account
No: the server works without sign-in
This helps to find , View and track indian railways
Server tool list (7)
Raw names from tools/list. Only developers need these.
| railway_train_getByNumber | Use this tool when the user asks train details for a known 5-digit train number. Calls `/trains/getTrain` and returns core train information. |
| railway_train_searchByRouteDate | Use this tool for date-based route search when source, destination, and journey date are known. Calls `/trains/searchTrains`. Do not use for non-India routes, booking/payment requests, or dates beyond 60 days in the future. |
| railway_train_betweenStations | Use this tool to find trains between two station codes when date is not provided. Calls `/trains/betweenStations`. Do not use for non-India routes or booking/payment requests. |
| railway_train_route | Use this tool for complete route and stoppage details of a known train number. Calls `/trains/getRoute`. |
| railway_station_liveBoard | Use this tool for station arrivals/departures board by station code. Calls `/trains/stationLive`. |
| railway_train_pnrStatus | Use this tool to check ticket PNR status using a 10-digit PNR number. Calls `/trains/pnrstatus`. |
| railway_train_liveStatus | Use this tool when the user wants current running status/location for a known train number. Calls `/trains/runningStatus` and returns current status and running position details. |