Skip to main content
Glama

TfL Journey Status MCP Server

plan_journey

Plan journeys between two London locations using Transport for London's journey planner to find optimal routes and travel options.

Instructions

Plan journeys between two locations using the TfL Journey Planner.

Input Schema

NameRequiredDescriptionDefault
app_keyNoOptional application key for the API.
fromLocationYesOrigin location (station name, place name, or UK postcode).
toLocationYesDestination location (station name, place name, or UK postcode).

Input Schema (JSON Schema)

{ "properties": { "app_key": { "description": "Optional application key for the API.", "type": "string" }, "fromLocation": { "description": "Origin location (station name, place name, or UK postcode).", "type": "string" }, "toLocation": { "description": "Destination location (station name, place name, or UK postcode).", "type": "string" } }, "required": [ "fromLocation", "toLocation" ], "type": "object" }

Other Tools from TfL Journey Status MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/anoopt/london-tfl-journey-status-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server