mcpbeat

Cycle Tracker MCP Server

io.github.ThisisBankole/cycle-tracker
answering

Cycle Tracker is answering right now. Last checked 13 min ago. It exposes 5 tools. Last commit 21 Jul 2026.

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

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
987 ms
Response time
average over 24h
1
Stars
last commit 21 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add cycle-tracker --transport http https://cycle.arrakis.house/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cycle-tracker": {
      "url": "https://cycle.arrakis.house/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cycle-tracker]
url = "https://cycle.arrakis.house/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "cycle-tracker": {
      "url": "https://cycle.arrakis.house/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cycle-tracker": {
      "url": "https://cycle.arrakis.house/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

availability
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.
cities
list_cities
List the bike-share cities Cycle Tracker covers, with their ids (used by every other tool) and map coordinates.
network
get_network_status
Live network totals for a city: bikes available, e-bikes, active stations, bikes docked at stations. Data refreshes every 10 minutes.
popular
get_popular_stations
Busiest stations in a city ranked by average bikes available over the last 24 hours.
stations
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 bikes available.

Endpoints

URLTransportStateLatencyChecked
https://cycle.arrakis.house/mcp streamable-http answering 864 ms 13 min ago

Cycle Tracker — questions

Answers built from our own checks of this server.

What can Cycle Tracker do?
It exposes 5 tools, read directly from the server on our last check. Among them: find_stations, get_availability_trend, get_network_status, get_popular_stations, list_cities. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Cycle Tracker working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 987 ms. The bar chart above shows every period we have measured.
How do I connect Cycle Tracker?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Cycle Tracker need an API key?
No. Cycle Tracker completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Cycle Tracker?
It answers our handshake in 987 ms on average, which is faster than 5% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Cycle Tracker open source?
Yes — written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.