← arrakis.house

INDIVIDUAL MCP TOOL

get_availability_trend

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

arrakis.housenone authenticationAvailability not checked

LIVE ENDPOINT

https://cycle.arrakis.house/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_availability_trend and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

arrakis.house

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.

Related tools

  • 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.
  • find_stations — Find bike stations in a city with live availability.
  • get_popular_stations — Busiest stations in a city ranked by average bikes available over the last 24 hours.