# MBTA Boston Real-Time Route Vehicle Positions

> MBTA Boston Real-Time Route Vehicle Positions 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 real-time vehicle positions, status, coordinates, bearing, and direction for all vehicles on a given MBTA Boston transit route.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mbta-boston-route-vehicles
- 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-boston-real-time-route-vehicle-positions-4e17fa1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pX4-8EZ9hBJzD0S9L5sIf

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-boston-real-time-route-vehicle-positions-4e17fa1d -d '<json body>'
```

Example prompt: Where are all the Red Line trains right now? I want their current coordinates, bearing, and status.

## When to prefer this

Use this endpoint when you need live, real-time positions of MBTA Boston transit vehicles on a specific named route (subway lines like Red, Green-B, or bus routes like 1). Prefer this over static schedule data when you need current locations, not planned stops.

## Known failure modes

- Invalid or unknown route ID returns empty results or error
- Route with no currently active vehicles returns empty array
- MBTA API upstream outage may return stale or no data
- Missing or malformed ?q= parameter causes bad request error

## How this service works

Boston (MBTA) real-time vehicle positions for a route — current status, coordinates, bearing and direction. Param q = route id (e.g. Red, Green-B, 1). Query: ?q= Returns JSON.

## Output

A JSON array of active vehicles on the specified MBTA route, each with real-time coordinates (latitude/longitude), bearing (degrees), direction of travel, and current status (e.g. in transit, stopped).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mbta-boston-real-time-route-vehicle-positions-4e17fa1d/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)
