amtrak_station_info
Pack: amtrak · Endpoint: https://gateway.pipeworx.io/amtrak/mcp
Amtrak station lookup by code or name — station name, 3-letter code, city/state, street address, timezone, coordinates, and how many trains are currently inbound. “Where is the Amtrak station in Denver?”, “what is station code NYP”. Example: amtrak_station_info({ station: “Denver” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
station | string | yes | Amtrak station code (e.g. “DEN”, “NYP”) or station/city name (e.g. “Denver”, “New York”) |
Example call
curl -X POST https://gateway.pipeworx.io/amtrak/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"amtrak_station_info","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"amtrak": {
"url": "https://gateway.pipeworx.io/amtrak/mcp"
}
}
}
See Getting Started for client-specific install steps.