Tools / Train Tracker / Use Cases / Check Live Train Departures

Check Live Train Departures

Get real-time departure information for any UK station, including platform numbers, delays, and expected arrival times.

Tool
Train Tracker icon
Train Tracker

Checking train departures usually means opening a rail app, navigating through a cluttered interface, and hoping the live data is actually current. For regular commuters or anyone catching a specific train, you want the information in seconds without switching apps or browsers.

Train Tracker's `station_search` and `live_departures` skills return live departure boards for any UK station — train operators, scheduled and expected departure times, platform numbers, and delay status — in a clean, readable format. You can ask by station name without needing station codes or exact formatting.

Commuters, business travellers, and anyone meeting someone off a train use this to check departure boards in conversation, get the next available train to a specific destination, and monitor whether a specific service is running on time.

Agent Guides

Claude

  1. Connect ToolRouter in Claude: claude mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask Claude for departures from any UK station by name.
  3. Claude uses `station_search` to find the station and `live_departures` to get the current board.
Read full guide →

ChatGPT

  1. Connect ToolRouter in ChatGPT: {"mcpServers":{"toolrouter":{"command":"npx","args":["-y","toolrouter-mcp"]}}}
  2. Ask ChatGPT for live departures from a UK station.
  3. ChatGPT uses `station_search` and `live_departures` to pull the current board.
Read full guide →

Copilot

  1. Connect ToolRouter in Copilot: {"mcpServers":{"toolrouter":{"command":"npx","args":["-y","toolrouter-mcp"]}}}
  2. Identify the station and destination for your departure query.
  3. Ask Copilot to run `station_search` and `live_departures` via `train-tracker`.
Read full guide →

OpenClaw

  1. Connect ToolRouter in OpenClaw: openclaw mcp add toolrouter -- npx -y toolrouter-mcp
  2. List the stations and routes to monitor.
  3. Run `live_departures` for each station on your monitoring interval (e.g., every 5 minutes).
Read full guide →

Related Use Cases

Open Plan a UK Rail Journey

Plan a UK Rail Journey

Plan a train journey between any two UK stations, including connections, journey time, and line status.

Train Tracker icon
Train Tracker
4 agent guides