Finds the nearest Citi Bike stations by distance, providing real-time availability for classic and e-bikes.
This TypeScript-based MCP server integrates directly with Citi Bike's GBFS data feeds (`station_status.json` and `station_information.json`) to offer a powerful tool for discovering nearby bike stations. It accurately calculates distances using the Haversine formula and provides comprehensive real-time information on bike and dock availability, including specific counts for e-bikes and classic bikes. Users can query for the nearest stations based on a given latitude and longitude, with customizable limits, making it ideal for applications requiring up-to-date Citi Bike station information.