get_stationboard
ActiveTool of swisstransport
declared in 0.1.0
Get the live departure board for a Swiss public transport station.
Parameters schema
{
"type": "object",
"examples": [
{
"station": "Zurich HB"
},
{
"limit": 15,
"station": "Basel SBB"
}
],
"required": [
"station"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of departures to return. Defaults to 10."
},
"station": {
"type": "string",
"description": "Station name or ID to get the departure board for."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
swisstransport
https://github.com/pipeworx-io/mcp-swisstransport
1/7 registries