bart_trip_planner
ActiveTool of Bart
Plan a BART trip between two Bay Area stations — the next trains from origin to destination with departure and arrival times, trip duration, legs (line, transfer stations, bikes), and the fare (Clipper and discount prices). Covers trips like SF to Oakland, Embarcadero to SFO airport, Berkeley to Millbrae. Stations accept 4-letter codes or names. Example: bart_trip_planner({ from: "Embarcadero", to: "SFIA" })
Parameters schema
{
"type": "object",
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Destination station — code or name, e.g. \"SFIA\" or \"SFO airport\""
},
"from": {
"type": "string",
"description": "Origin station — code or name, e.g. \"EMBR\" or \"Embarcadero\""
},
"trips": {
"type": "number",
"description": "How many upcoming trips to return, 1-4 (default 4)"
},
"_apiKey": {
"type": "string",
"description": "Optional: your own BART API key (defaults to the BART public key)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bart
https://github.com/pipeworx-io/mcp-bart
2/7 registries