← Registry

General Tools

livetraintimes.org

Provides real-time public transit information including departures, stops, journey planning, and city summaries.

1 endpoint5 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://livetraintimes.org/api/mcp

No auth detected

MCP server metadata

Name
live-times-transit
Version
2026.7.0
Capabilities
tools
Server instructions

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

get_departures

Return a Live Times departure board for a known canonical stop ID.

Inferred read-only
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.

Inferred read-only
search_places

Return up to 5 Apple Maps place candidates with Momego place IDs.

Inferred read-only
plan_journey

Return compact step-by-step public transit directions between named places.

Inferred read-only
get_city_summary

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

Inferred read-only

CONNECT 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 livetraintimes.org was fetched 2026-08-23T11:15:29.976Z.

Trust status Trusted

livetraintimes.org is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.