You're viewing a demo portfolio

Join the waitlist
PRSM

amtrak_station_board

Active

Tool of Amtrak

declared in 0.1.0

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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Amtrak

https://github.com/pipeworx-io/mcp-amtrak

2/7 registries
View full server →