MCP server for CityBik.es — list bike-sharing networks worldwide, get live station availability, and search by city or country. Free, no auth required.
| Tool | Description |
|---|---|
list_networks |
List all bike-sharing networks worldwide |
get_network |
Get live station data for a specific network |
search_networks |
Search networks by city or country name |
Add to your MCP client config:
{
"mcpServers": {
"citybikes": {
"type": "url",
"url": "https://gateway.pipeworx.io/citybikes"
}
}
}npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/citybikesMIT