plan_journey
ActiveTool of Tfl
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 schema
{
"type": "object",
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Destination: stop name, postcode, or \"lat,lon\"."
},
"from": {
"type": "string",
"description": "Origin: stop name, postcode, or \"lat,lon\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tfl
https://github.com/pipeworx-io/mcp-tfl
1/7 registries