trainspotter-mcp

keanucz/trainspotter-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
UK train tracking MCP server — real-time departures, delays, and fares via Darwin LDBWS + HSP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trainspotter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "keanucz/trainspotter-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server for UK train tracking and fare search. Wraps the Darwin LDBWS, HSP, and BR Fares APIs into tools that Claude (or any MCP client) can call. Built this because I kept asking "is my train delayed?" and "how much is a ticket to Leeds?" in separate browser tabs. Now I can ask my AI assistant instead.

Tools (14)

BRFARES_API_KEYLDBWS_TOKENOPENRAIL_PASSWORDOPENRAIL_USERNAMEget_arrivalsget_delay_historyget_departuresget_disruptionsget_service_detailsget_station_infolist_fare_locationslist_railcardssearch_faressearch_trains