bart_stations

Pack: bart · Endpoint: https://gateway.pipeworx.io/bart/mcp

List all 50 BART San Francisco Bay Area train stations with 4-letter code, full name, city, street address, and coordinates. Optional filter matches station name or city (e.g. “Oakland”, “Berkeley”, “airport”). Use to find the station code for departures, trips, or fares. Example: bart_stations({ filter: “San Francisco” })

Parameters

NameTypeRequiredDescription
filterstringnoOptional name or city filter, e.g. “Oakland”, “airport”, “Mission”
_apiKeystringnoOptional: your own BART API key (defaults to the BART public key)

Example call

curl -X POST https://gateway.pipeworx.io/bart/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bart_stations","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "bart": {
      "url": "https://gateway.pipeworx.io/bart/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026