01Exposes tools natively to Claude and other MCP-compatible clients.
02Parses GTFS static data (stops, routes, trips, stop_times) into memory for efficient lookups.
03Utilizes `gtfs-realtime-bindings` to process Protocol Buffer feeds for Trip Updates and Alerts.
04Includes an in-memory Connection Scan Algorithm (CSA) for optimal transit route planning and filtering.
05Supports multiple transport modes including `stdio`, `sse`, and `streamable-http`.
060 GitHub stars