Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Live Times Transit

io.github.travelwhiz-ltd/live-times-transit

Read-only public transit departures, stop search, and city coverage for bus and train users.

Uptime
100.0%
1 direct probes · 30d
Response
268ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_departures

Return a Live Times departure board for a known canonical stop ID. Optionally filter by route pattern or by up to 5 destinations.

find_stops

Resolve a named place with Apple Maps when needed, then find nearby stops or stations so callers can pass a stop_id to get_departures. For ambiguous names, include near or country_code. If the user as…

search_places

Return up to 5 Apple Maps place candidates with Momego place IDs. Use this proactively when an origin or destination name is ambiguous, then pass the selected place ID to plan_journey.

plan_journey

Return compact step-by-step public transit directions between named places. Resolves names with Apple Maps and returns clarification candidates rather than guessing when a place is ambiguous.

get_city_summary

Return Live Bus Times and Live Train Times coverage metadata and canonical links for a supported city.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "live_times_transit": {
      "url": "https://livebustimes.org/api/mcp",
      "transport": "streamable-http"
    }
  }
}