ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

pipeworx-citybikes

Real-time bike-sharing station data for 600+ networks worldwide — Citi Bike, Velib, Nextbike, and more

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brucegutman/pipeworx-citybikes
Or

CityBikes

Real-time availability data for bike-sharing networks around the world. Covers 600+ systems including Citi Bike (NYC), Velib (Paris), Nextbike (Berlin), and many more. Check station availability, search by city, or list every network on the planet.

Tools

ToolWhat it does
list_networksEvery bike-sharing network worldwide with city, country, and company info
get_networkAll stations for a specific network with real-time bike/slot availability
search_networksFind networks by city or country name (e.g., "New York", "France")

Ideal for

  • Travel apps showing nearest available bikes in a city
  • Urban mobility dashboards comparing bike-share systems
  • Answering "are there bikes available near me?" when given a city
  • Research on micro-mobility infrastructure across countries

Example: Citi Bike NYC station availability

curl -s -X POST https://gateway.pipeworx.io/citybikes/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_network","arguments":{"id":"citi-bike-nyc"}}}'

Returns every station with: name, latitude, longitude, free bikes, empty slots, and timestamp.

Common network IDs

CityNetwork ID
New Yorkciti-bike-nyc
Parisvelib
Londonsantander-cycles
Berlinnextbike-berlin
Chicagodivvy

Setup

{
  "mcpServers": {
    "pipeworx-citybikes": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/citybikes/mcp"]
    }
  }
}

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brucegutman-pipeworx-citybikes": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.