# MBTA Alerts by Route

> MBTA Alerts by Route is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns active service alerts (delays, closures, detours) for a specified Boston MBTA transit route

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mbta-alerts-by-route
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mbta-alerts-by-route-43eeefdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UsvjVwo5QJ8Yhy4BM3_Eb

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-alerts-by-route-43eeefdf -d '<json body>'
```

Example prompt: Are there any active delays, closures, or detours on the MBTA Red Line right now?

## When to prefer this

Use this endpoint when you need real-time MBTA service alert data for a specific Boston transit route — ideal for commuter apps, travel planning agents, or any workflow that needs to check whether a particular MBTA line is running normally before routing a user.

## Known failure modes

- Missing or invalid route parameter returns an error or empty result
- Route name typo (e.g. 'red' vs 'Red') may return no results if case-sensitive
- No alerts returns an empty array — does not mean the API failed
- Network timeout or service unavailability returns a non-200 HTTP status
- Unknown route identifiers (e.g. bus route numbers) may not be supported

## How this service works

Active service alerts (delays, closures, detours) for a Boston MBTA route; param route (e.g. Red). Query: ?route= Returns JSON.

## Output

A JSON object containing active service alerts for the specified MBTA route, including information about delays, closures, and detours currently affecting that line.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mbta-alerts-by-route-43eeefdf/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)
