# MBTA Boston Route Stops

> MBTA Boston Route Stops 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 all stops served by a given MBTA subway, bus, or commuter-rail route, including stop name, municipality, address, and coordinates.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mbta-boston-route-stops
- 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-boston-route-stops-5d37f24f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9GI5QZAT8ItxK5bAx6hgs

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-route-stops-5d37f24f -d '<json body>'
```

Example prompt: Can you get me the full list of stops on the MBTA Red Line, including their names, addresses, and coordinates?

## When to prefer this

Use this endpoint when you need a complete list of stops for a specific MBTA route in the Boston metro area, including their geographic coordinates and addresses. Ideal for transit routing applications, trip planning, geospatial mapping of MBTA routes, or any workflow that needs to enumerate and locate stops along a given subway, bus, or commuter-rail line.

## Known failure modes

- Invalid or unrecognized route ID returns empty or error response
- Missing 'q' parameter results in a bad request
- Route IDs must match MBTA naming conventions (e.g. Green-B not GreenB); incorrect casing or format may return no results
- Upstream MBTA data unavailability may cause errors or stale data

## How this service works

Boston (MBTA) all stops served by a subway/bus/commuter-rail route — name, municipality, address and coordinates. Param q = route id (e.g. Red, Orange, Green-B, 1). Query: ?q= Returns JSON.

## Output

A JSON array of all stops served by the specified MBTA route, each containing the stop name, municipality, street address, and geographic coordinates (latitude/longitude).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mbta-boston-route-stops-5d37f24f/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)
