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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Stop/station name to search for, e.g. “Oxford Circus”. |
modes | string | no | Optional 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.