bart_departures
Pack: bart · Endpoint: https://gateway.pipeworx.io/bart/mcp
Real-time BART San Francisco Bay Area train departures for a station — next train departure times in minutes, per destination, with platform, direction, train length (cars), line color, delay, and bikes allowed. Station accepts a 4-letter BART code (“EMBR”, “SFIA”) or a station name (“Embarcadero”, “Downtown Berkeley”, “SFO”). Answers “when is the next BART train”. Example: bart_departures({ station: “Embarcadero” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
station | string | yes | BART station — 4-letter code like “EMBR”, “MONT”, “SFIA”, or a name like “Embarcadero”, “Powell”, “Downtown Berkeley” |
_apiKey | string | no | Optional: 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_departures","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.