Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Lviv Public Transport

io.github.vbhjckfd/timetable-api-node

Lviv public transport MCP: stops, timetables, routes, and live vehicle positions. No API key.

Uptime
100.0%
1 direct probes · 30d
Response
1007ms
last probe
Tools
7
callable
Resources
3
readable
Prompts
3
available

Tools · 7

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 …

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 sto…

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 spe…

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. overla…

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…

get_nearby_vehicles

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…

get_vehicle_info

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

about

Scope, usage, and data caveats for this server.

timetable://about
tools-reference

What each MCP tool returns and when to use it.

timetable://reference/tools
prompts-reference

Catalog of prompt templates and their arguments.

timetable://reference/prompts

Prompts · 3

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.

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"
    }
  }
}