mcp-server-public-transport
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UK_TRANSPORT_APP_ID | No | Your UK Transport API app ID | |
| UK_TRANSPORT_API_KEY | No | Your UK Transport API key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ch_search_connectionsA | Search for train connections in Switzerland between two stations. Uses transport.opendata.ch API to provide real-time connection data including departure times, duration, platforms, and transfers. |
| ch_search_stationsC | Search for Swiss train stations by name or location. |
| ch_get_departuresC | Get departure board for a Swiss train station with real-time information. |
| ch_nearby_stationsC | Find nearby Swiss train stations based on coordinates (latitude, longitude). |
| be_search_connectionsB | Search train connections in Belgium between two stations. Powered by iRail API for real-time routes and schedules. |
| be_search_stationsB | Search for Belgian train stations by name. |
| be_get_departuresB | Get live departure board for a Belgian train station. |
| be_get_vehicleA | Get details about a specific Belgian train vehicle by its ID. |
| no_search_placesC | Autocomplete search across stops/addresses/POIs in Norway via Entur Geocoder. |
| no_stop_departuresB | Upcoming departures for a StopPlace ID (e.g., 'NSR:StopPlace:58368'). |
| no_tripC | Door-to-door trip planning between two StopPlaces (NSR IDs). |
| no_nearest_stopsB | Find nearest StopPlaces for a coordinate (lat, lon) within a radius in meters. |
| uk_live_departuresA | Get live departure information for a UK train station using its CRS code (e.g., 'PAD' for London Paddington, 'MAN' for Manchester Piccadilly). Uses the TransportAPI station timetables endpoint with live data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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