← Registry

Analytics

arrakis.house

Provides real-time and historical data on bike-share systems, including city status, station availability, and trends.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://cycle.arrakis.house/mcp

No auth detected

MCP server metadata

Name
cycle-tracker
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

list_cities

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

Inferred read-only
get_network_status

Live network totals for a city: bikes available, e-bikes, active stations, bikes docked at stations.

Inferred read-only
find_stations

Find bike stations in a city with live availability.

Inferred read-only
get_popular_stations

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

Inferred read-only
get_availability_trend

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

Inferred read-only

CONNECT 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.

Trust status Trusted

arrakis.house is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.