BART Real-Time Transit
io.github.srivastsh/bart-mcpReal-time BART departures, trip planning, fares, stations, and advisories.
Tools · 7
List all BART stations with abbreviation codes and locations. Use this to look up station codes needed by other tools.
Search BART stations by name, city, address, or 4-letter station code.
Get real-time departures from a BART station. Args: - station: 4-letter abbreviation (e.g. EMBR, 24TH) - direction: Optional 'n' or 's'
Plan a trip between two BART stations. Returns schedule, fares, and transfer info.
Get current BART service advisories, delays, and elevator/escalator status.
Summarize current BART service status from advisories and real-time alert data.
Get fare between two BART stations.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bart_real-time_transit": {
"url": "https://bart-mcp.srivastsh.workers.dev/mcp",
"transport": "streamable-http"
}
}
}