Submit

London Transport MCP Server

@anoopt

This Model Context Protocol (MCP) server provides AI assistants with access to real-time Transport for London data through a set of automated tools.

Tools

get_line_status

get_line_status_detail

plan_journey

Server Config

{
  "mcpServers": {
    "london-transport": {
      "command": "npx",
      "args": [
        "london-transport-mcp"
      ],
      "env": {
        "TFL_API_KEY": "your_actual_tfl_api_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.