Analytics
arrakis.house
Provides real-time and historical data on bike-share systems, including city status, station availability, and trends.
ENDPOINT 1
https://cycle.arrakis.house/mcp
MCP server metadata
- Name
- cycle-tracker
- Version
- 1.0.0
Known tools 5
list_citiesList the bike-share cities Cycle Tracker covers, with their ids (used by every other tool) and map coordinates.
Inferred read-onlyget_network_statusLive network totals for a city: bikes available, e-bikes, active stations, bikes docked at stations.
Inferred read-onlyget_popular_stationsBusiest stations in a city ranked by average bikes available over the last 24 hours.
Inferred read-onlyget_availability_trendTime series of bikes available and active stations for a city, one point per 10-minute snapshot, newest first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cycle-tracker]
url = "https://cycle.arrakis.house/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cycle-tracker": {
"type": "http",
"url": "https://cycle.arrakis.house/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cycle-tracker
Remote MCP URL: https://cycle.arrakis.house/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cycle-tracker": {
"url": "https://cycle.arrakis.house/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cycle-tracker": {
"type": "http",
"url": "https://cycle.arrakis.house/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cycle-tracker",
"transport": "streamable-http",
"url": "https://cycle.arrakis.house/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for arrakis.house was fetched 2026-07-31T06:13:28.794Z and is being refreshed.
arrakis.house is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.