Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

BART Real-Time Transit

io.github.srivastsh/bart-mcp

Real-time BART departures, trip planning, fares, stations, and advisories.

Uptime
100.0%
1 direct probes · 30d
Response
250ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

bart_stations

List all BART stations with abbreviation codes and locations. Use this to look up station codes needed by other tools.

bart_station_lookup

Search BART stations by name, city, address, or 4-letter station code.

bart_departures

Get real-time departures from a BART station. Args: - station: 4-letter abbreviation (e.g. EMBR, 24TH) - direction: Optional 'n' or 's'

bart_trip

Plan a trip between two BART stations. Returns schedule, fares, and transfer info.

bart_advisories

Get current BART service advisories, delays, and elevator/escalator status.

bart_status_summary

Summarize current BART service status from advisories and real-time alert data.

bart_fare

Get fare between two BART stations.

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