plan_journey
Pack: tfl · Endpoint: https://gateway.pipeworx.io/tfl/mcp
Plan a journey across London transport. from/to may be stop names, postcodes, or “lat,lon” coordinates. Returns journey options (legs, durations, modes). If a location is ambiguous, the API returns disambiguation options instead of journeys — refine the input or use a naptanId/coords.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string | yes | Origin: stop name, postcode, or “lat,lon”. |
to | string | yes | Destination: stop name, postcode, or “lat,lon”. |
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":"plan_journey","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.