amtrak_station_board
ActiveTool of Amtrak
Amtrak station departures/arrivals board — upcoming trains at a station. "What trains are arriving at Chicago Union?", "next train at CHI", "station board for Denver". Accepts a 3-letter Amtrak station code ("CHI", "NYP", "LAX") or a station name ("Chicago", "Portland"). Returns trains currently en route to that station with route, scheduled vs estimated arrival, delay minutes, and status. Live community mirror of Amtrak tracking (api-v3.amtraker.com). Example: amtrak_station_board({ station: "CHI" })
Parameters schema
{
"type": "object",
"required": [
"station"
],
"properties": {
"limit": {
"type": "number",
"description": "Max trains to return, 1-15 (default 15)"
},
"station": {
"type": "string",
"description": "Amtrak station code (e.g. \"CHI\", \"NYP\", \"SEA\") or station/city name (e.g. \"Chicago\", \"Denver\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Amtrak
https://github.com/pipeworx-io/mcp-amtrak
2/7 registries