Skip to main content
Glama

mcp-server-public-transport

ch_get_departures

Retrieve real-time departure information for Swiss train stations using a locally hosted server. Input station name, limit results, and specify datetime for accurate schedules.

Instructions

Get departure board for a Swiss train station with real-time information.

Input Schema

NameRequiredDescriptionDefault
datetimeNo
limitNo
stationYes

Input Schema (JSON Schema)

{ "properties": { "datetime": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Datetime" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "title": "Limit" }, "station": { "title": "Station", "type": "string" } }, "required": [ "station" ], "type": "object" }

Other Tools from mcp-server-public-transport

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mirodn/mcp-server-public-transport'

If you have feedback or need assistance with the MCP directory API, please join our Discord server