Lviv Public Transport
io.github.vbhjckfd/timetable-api-nodeLviv public transport MCP: stops, timetables, routes, and live vehicle positions. No API key.
Tools · 7
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 …
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 sto…
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 spe…
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. overla…
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…
Returns live positions for all transit vehicles within 1 km of given coordinates. Use when the user asks 'what transport is near me?' or wants a live map of all vehicles around a location without know…
Returns full details for a specific transit vehicle by its ID: current position, bearing, route, license plate, direction, and upcoming stop arrivals. Use when the user wants to track a particular veh…
Resources · 3
Scope, usage, and data caveats for this server.
timetable://about
What each MCP tool returns and when to use it.
timetable://reference/tools
Catalog of prompt templates and their arguments.
timetable://reference/prompts
Prompts · 3
Render live vehicles on map for a stop.
Render upcoming arrivals list for a stop.
Render map and arrival list together with synchronized ETA values.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"lviv_public_transport": {
"url": "https://api.lad.lviv.ua/mcp",
"transport": "streamable-http"
}
}
}