Live Times Transit
io.github.travelwhiz-ltd/live-times-transitRead-only public transit departures, stop search, and city coverage for bus and train users.
Tools · 5
Return a Live Times departure board for a known canonical stop ID. Optionally filter by route pattern or by up to 5 destinations.
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…
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.
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.
Return Live Bus Times and Live Train Times coverage metadata and canonical links for a supported city.
Similar MCP servers embedding-nearest
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"
}
}
}