Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Cycle Tracker

io.github.thisisbankole/cycle-tracker

Live UK bike-share availability: nearby bikes and stations, popular stations, 90-day history.

Uptime
100.0%
1 direct probes · 30d
Response
1001ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

list_cities

List the bike-share cities Cycle Tracker covers, with their ids (used by every other tool) and map coordinates.

get_network_status

Live network totals for a city: bikes available, e-bikes, active stations, bikes docked at stations. Data refreshes every 10 minutes.

find_stations

Find bike stations in a city with live availability. Filter by a name search and/or sort by distance from a coordinate (results then include distance_km). Without lat/lon, results are sorted by most b…

get_popular_stations

Busiest stations in a city ranked by average bikes available over the last 24 hours.

get_availability_trend

Time series of bikes available and active stations for a city, one point per 10-minute snapshot, newest first. Up to 90 days of history.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cycle_tracker": {
      "url": "https://cycle.arrakis.house/mcp",
      "transport": "streamable-http"
    }
  }
}