# MBTA Stop Live Predictions

> MBTA Stop Live Predictions is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns live arrival and departure predictions for a specified Boston MBTA transit stop

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mbta-predictions-by-stop
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mbta-stop-live-predictions-1c223f85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mmphQc-pEqRo-ruD1YP20

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mbta-stop-live-predictions-1c223f85 -d '<json body>'
```

Example prompt: What are the next train arrivals and departures at South Station right now? The MBTA stop ID is place-sstat.

## When to prefer this

Use this endpoint when you need real-time or near-real-time arrival and departure predictions for a specific Boston MBTA stop and have the MBTA stop ID (e.g., place-sstat for South Station). Prefer this over static schedule lookups when live transit data is required.

## Known failure modes

- Invalid or unknown stop ID returns an error or empty predictions array
- Stop with no upcoming service returns empty predictions
- MBTA API outage may result in stale or missing data
- Missing stop parameter returns a bad request error

## How this service works

Live arrival/departure predictions for a Boston MBTA stop; param stop (e.g. place-sstat). Query: ?stop= Returns JSON.

## Output

A JSON object containing live arrival and departure predictions for the specified MBTA stop, including scheduled times, routes, and real-time estimates.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mbta-stop-live-predictions-1c223f85/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
