amtrak_routes_active
Pack: amtrak · Endpoint: https://gateway.pipeworx.io/amtrak/mcp
Summary of ALL currently active Amtrak trains grouped by route — “how many Amtrak trains are running right now”, “which Amtrak routes have delays”, national system overview. Returns per route: active train count, train numbers, and the worst delay in minutes. Compact; live from a community mirror of Amtrak’s tracking feed. Example: amtrak_routes_active({})
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_routes_active","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.