Bart
BART (Bay Area Rapid Transit) provides public transportation services in the San Francisco Bay Area.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Bart authenticates with an API key. Generate the credential in your Bart account, then paste it into FlyMyAI the first time an agent uses a Bart action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
BART API Key | Your unique API key for accessing the BART API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
BART_BART_GET_API_VERSION | Stub action for bart api version retrieval. | - |
BART_BART_GET_AVAILABLE_SCHEDULES | Tool to retrieve a list of currently released bart schedules. use when you need schedule versioning info. | - |
BART_BART_GET_ROUTE_INFO | Tool to fetch detailed information about a specific bart route. use when you know the route number (1-12) or need all routes configuration. call after confirming the route id. | route |
BART_BART_GET_STATIONS | Stub action for bart stations retrieval. | - |
BART_GET_GTFS_RT_TRIP_UPDATES | Tool to fetch real-time trip updates in gtfs-realtime format. use when you need the latest live trip information as raw protobuf. | - |
BART_GET_GTFS_STATIC_SCHEDULE_FEED | Tool to download the static gtfs feed (google transit.zip). use when needing the latest gtfs schedule data. | - |
BART_GET_SCHEDULE_ARRIVE | Tool to retrieve schedule information based on a specified arrival time. use when planning trips arriving by a given time. | orig, dest |
BART_GET_SCHEDULE_DEPART | Tool to get schedule information based on a specified depart time. use when planning trips from an origin to a destination with time constraints after confirming station codes. | orig, dest |
BART_GET_SERVICE_ADVISORIES | Tool to fetch current bart service advisories. use when you need up-to-date system-wide or station-level alerts before presenting or planning transit routes. | - |
BART_GET_STATION_INFO | Tool to fetch detailed information for a specified bart station. use after you have a station's abbreviation. (e.g., get station info for 'balb') | orig |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Bart!