You're viewing a demo portfolio

Join the waitlist
PRSM

bart_trip_planner

Active

Tool of Bart

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Bart

https://github.com/pipeworx-io/mcp-bart

2/7 registries
View full server →