stop_search

Pack: tfl · Endpoint: https://gateway.pipeworx.io/tfl/mcp

Search for stops/stations by name. Returns matches with a naptanId (the “id” field) used by the arrivals tool, plus modes, zone, and lat/lon.

Parameters

NameTypeRequiredDescription
querystringyesStop/station name to search for, e.g. “Oxford Circus”.
modesstringnoOptional filter.

Example call

curl -X POST https://gateway.pipeworx.io/tfl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"stop_search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "tfl": {
      "url": "https://gateway.pipeworx.io/tfl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026