Wraps the CityBik.es API to give you real-time data on bike sharing networks across hundreds of cities worldwide. No authentication needed, which makes it dead simple to add to any MCP client. You get access to network locations, station availability, and live bike counts through the Pipeworx gateway. Useful when you're building travel tools, urban mobility dashboards, or anything that needs current bikeshare data without dealing with API keys. The ask_pipeworx feature lets you query in plain English instead of calling tools directly. Part of a larger gateway that connects to 673+ data sources if you need more than just bikes.
Citybikes MCP — wraps CityBik.es API (free, no auth required)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"citybikes": {
"url": "https://gateway.pipeworx.io/citybikes/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Citybikes data" })
The gateway picks the right tool and fills the arguments automatically.
MIT