Bart

Bart

BART (Bay Area Rapid Transit) provides public transportation services in the San Francisco Bay Area.

48VIEWS
2620USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app bartnpx @composio/cli add cursor --app bartnpx @composio/cli add cursor --app bartnpx @composio/cli add cursor --app bart

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Bart Api Version

Stub action for bart api version retrieval.

Get Bart Available Schedules

Tool to retrieve a list of currently released bart schedules. use when you need schedule versioning info.

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.

Get Bart Stations

Stub action for bart stations retrieval.

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.

Download Gtfs Static Schedule Feed

Tool to download the static gtfs feed (google transit.zip). use when needing the latest gtfs schedule data.

Get Bart Schedule Arrive

Tool to retrieve schedule information based on a specified arrival time. use when planning trips arriving by a given time.

Get Bart 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.

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.

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')

10 actions available