# MBTA Stops by Route

> MBTA Stops 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-14).

Returns all Boston MBTA stops served by a given route, including coordinates and municipality for each stop.

## Facts

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

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-stops-by-route-45878163 -d '<json body>'
```

Example prompt: Can you get me all the stops on the MBTA Red Line — I need each station's name, coordinates, and which town it's in.

## When to prefer this

Use this endpoint when you need a complete list of stops — with coordinates and municipality — for a specific MBTA route. Ideal for transit apps, mapping tools, route planning, or any workflow that needs to geocode or display Boston transit stops. Prefer this over scraping the MBTA website or using the full MBTA API when you only need stop-level data for one route.

## Known failure modes

- Invalid or unrecognized route parameter returns an error or empty result
- Missing route parameter causes a bad request response
- Route identifiers are case-sensitive or format-sensitive (e.g. 'red' vs 'Red') and may fail if not matched exactly
- Network or upstream MBTA data unavailability may result in a 5xx error

## How this service works

All Boston MBTA stops served by a given route with coordinates and municipality; param route (e.g. Red). Query: ?route= Returns JSON.

## Output

A JSON array of stops for the specified MBTA route, each containing the stop name, geographic coordinates (latitude and longitude), and the municipality the stop is located in.

## More

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