Data Collection
livebustimes.org
Provides real-time public transit information including departures, stop searches, and city summaries.
ENDPOINT 1
https://livebustimes.org/api/mcp
MCP server metadata
- Name
- live-times-transit
- Version
- 2026.7.0
Read-only public transit tools from Momego. Use plan_journey for step-by-step directions between named places. Add locality or country context when it is known. If plan_journey returns clarification_required, ask the user to choose from the candidates and retry with the selected Place ID. Convert requested departure or arrival times to ISO-8601 with an explicit timezone offset; clarify when the timezone is uncertain. Use search_places proactively for ambiguous place names, find_stops before get_departures when a stop ID is unknown, and get_city_summary for coverage and links.
Known tools 5
find_stopsResolve a named place with Apple Maps when needed, then find nearby stops or stations so callers can pass a stop_id to get_departures.
Inferred read-onlyplan_journeyReturn compact step-by-step public transit directions between named places.
Inferred read-onlyget_city_summaryReturn Live Bus Times and Live Train Times coverage metadata and canonical links for a supported city.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.live-times-transit]
url = "https://livebustimes.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"live-times-transit": {
"type": "http",
"url": "https://livebustimes.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: live-times-transit
Remote MCP URL: https://livebustimes.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"live-times-transit": {
"url": "https://livebustimes.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"live-times-transit": {
"type": "http",
"url": "https://livebustimes.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "live-times-transit",
"transport": "streamable-http",
"url": "https://livebustimes.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://livetraintimes.org/api/mcp
MCP server metadata
- Name
- live-times-transit
- Version
- 2026.7.0
Read-only public transit tools from Momego. Use plan_journey for step-by-step directions between named places. Add locality or country context when it is known. If plan_journey returns clarification_required, ask the user to choose from the candidates and retry with the selected Place ID. Convert requested departure or arrival times to ISO-8601 with an explicit timezone offset; clarify when the timezone is uncertain. Use search_places proactively for ambiguous place names, find_stops before get_departures when a stop ID is unknown, and get_city_summary for coverage and links.
Known tools 5
find_stopsResolve a named place with Apple Maps when needed, then find nearby stops or stations so callers can pass a stop_id to get_departures.
Inferred read-onlyplan_journeyReturn compact step-by-step public transit directions between named places.
Inferred read-onlyget_city_summaryReturn Live Bus Times and Live Train Times coverage metadata and canonical links for a supported city.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.live-times-transit]
url = "https://livetraintimes.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"live-times-transit": {
"type": "http",
"url": "https://livetraintimes.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: live-times-transit
Remote MCP URL: https://livetraintimes.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"live-times-transit": {
"url": "https://livetraintimes.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"live-times-transit": {
"type": "http",
"url": "https://livetraintimes.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "live-times-transit",
"transport": "streamable-http",
"url": "https://livetraintimes.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for livebustimes.org was fetched 2026-08-23T16:24:39.952Z.
livebustimes.org is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.