line_status
Pack: tfl · Endpoint: https://gateway.pipeworx.io/tfl/mcp
Current service status for London transport lines. Pass either a comma-separated list of modes (e.g. “tube,dlr”) OR a specific lineId (e.g. “victoria”, “central”). Returns each line with lineStatuses + statusSeverityDescription (e.g. “Good Service”, “Minor Delays”).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
modes | string | no | |
lineId | string | no | Specific line id, e.g. “victoria”, “central”, “elizabeth”. Takes precedence over modes. |
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":"line_status","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.