bike_points
Pack: tfl · Endpoint: https://gateway.pipeworx.io/tfl/mcp
London Santander Cycle hire scheme — live pushbike and empty-dock counts at each London cycle-hire docking point (bikes available, spaces free, total capacity in additionalProperties). London public bicycle rental only. Pass an optional area filter, e.g. “Clerkenwell”; omit for all London cycle docks.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
search | string | no | Optional name/area filter, e.g. “Clerkenwell”. Omit for all docks. |
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":"bike_points","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.