No results found for query: Search in all APIs
An error occured while performing your search, please contact Bump.sh support if it persists.
MCP server URL
https://demo.bump.sh/doc/trains-stream/mcp
Standard setup for AI tools providing an mcp.json file
{ "trains/stream MCP server": { "url": "https://demo.bump.sh/doc/trains-stream/mcp" } }
Attributes of a train leaving a station.
Type of the event.
Values are left or arrived.
left
arrived
Train's code.
Current number of passengers in the train.
Station's code.
Station's full name.
{ "event": "left", "sent_at": "2026-05-04T09:42:00Z", "train_code": "string", "train_passengers_count": 42, "station_code": "string", "station_name": "string" }