# MBTA Vehicles by Route

> MBTA Vehicles by Route 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-15).

Returns live vehicle positions, bearings, and current status for all vehicles on a specified Boston MBTA transit route

## Facts

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

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-vehicles-by-route-da8384fd -d '<json body>'
```

Example prompt: Can you show me the live positions and status of all vehicles currently running on the MBTA Red Line?

## When to prefer this

Use this endpoint when you need real-time Boston MBTA vehicle tracking data for a specific route — positions, bearings, and statuses of all active vehicles on that route. Prefer this over general transit APIs when the user is specifically asking about MBTA (Boston) transit and needs live location data rather than schedules or stop information.

## Known failure modes

- Invalid or unrecognized route identifier returns empty results or error
- MBTA API upstream outage causes stale or unavailable data
- Missing required 'route' query parameter results in a bad request error
- Route with no active vehicles returns an empty list

## How this service works

Live vehicle positions, bearing and current status for a Boston MBTA route; param route (e.g. Red). Query: ?route= Returns JSON.

## Output

A JSON array of vehicle objects for the specified MBTA route, each containing the vehicle's current GPS position (latitude/longitude), bearing (direction of travel), and operational status (e.g. in transit, stopped).

## More

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