onebusaway mcp server for Gemini CLI
io.github.cyanheads/onebusaway-mcp-server
Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.
client:Gemini CLI
transport:streamable-http
runtime:npm
tools:15
Install onebusaway mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"onebusaway-mcp-server": {
"httpUrl": "https://onebusaway.caseyjhand.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs
What Gemini CLI can do once it is connected
- onebusaway_list_agencies
- onebusaway_find_stops
- onebusaway_find_routes
- onebusaway_search_stops
- onebusaway_search_routes
- onebusaway_get_stop
- onebusaway_get_route
- onebusaway_list_routes_for_agency
- onebusaway_get_arrivals
- onebusaway_get_alert
- onebusaway_get_trip
- onebusaway_get_block
- onebusaway_get_vehicles
- onebusaway_get_schedule_for_stop
- onebusaway_get_schedule_for_route