mcp-lad-lviv-ua
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRIP_UDPDATES_URL | Yes | http://168.119.149.120:8383/api/v1/key/f78a2e9a/agency/1/command/gtfs-rt/tripUpdates?format=binary |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stop_realtime | Returns live arrivals and vehicle positions for a stop, producing both a map UI block and a structured arrival list. Use this as the default tool when the user asks about arrivals, departures, or vehicles at a specific stop. Prefer |
| get_route_static | Returns static route metadata: short and long name, vehicle type, brand colour, ordered stop lists for both directions, and route polylines (shapes) for map rendering. Use when the user asks which stops a route serves, what a route looks like on a map, or what the scheduled departure times are. Do NOT use this when live vehicle positions are needed — use |
| get_route_realtime | Returns live positions for all vehicles currently running on a route, optimised for map rendering. Use when the user asks "where is my tram/bus right now?" or wants to see all active vehicles on a specific route on a map. Prefer |
| get_stop_geometry | Returns static map context for a stop: its marker and polylines for every route that serves it. No live data is fetched. Use this when you need to enrich an existing map with route shapes (e.g. overlay polylines alongside a |
| get_stops_around_location | Discovers transit stops near a geographic point, returning each stop's numeric code, name, coordinates, and walking distance. Also emits a map UI block with multiple markers for map-capable clients (e.g. ChatGPT). Use this as the first step whenever the user provides an address, place name, or coordinates and you need stop IDs before calling |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| transit-map-view | Render live vehicles on map for a stop. |
| transit-arrival-list | Render upcoming arrivals list for a stop. |
| transit-hybrid-view | Render map and arrival list together with synchronized ETA values. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about | Scope, usage, and data caveats for this server. |
| tools-reference | What each MCP tool returns and when to use it. |
| prompts-reference | Catalog of prompt templates (EN/UA) and their arguments. |
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/vbhjckfd/timetable-api-node'
If you have feedback or need assistance with the MCP directory API, please join our Discord server