# MBTA Routes by Type

> MBTA Routes by Type 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 Boston MBTA transit routes filtered by mode type (tram, subway, rail, or bus)

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mbta-routes
- 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-routes-by-type-15c5a095
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_en6nu1pymxmxsTFlG1JEL

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-routes-by-type-15c5a095 -d '<json body>'
```

Example prompt: Can you pull all the subway routes (type 1) for the Boston MBTA so I can see which lines are available?

## When to prefer this

Use this endpoint when you specifically need Boston MBTA route listings filtered by transit mode — ideal for transit planning apps, trip routing, or any query about what routes exist within a given MBTA service type. Prefer this over generic transit APIs when the query is Boston/MBTA-specific.

## Known failure modes

- Invalid or missing type parameter returns empty results or an error
- Type value outside 0-3 may return no routes
- Service may be unavailable if MBTA data source is down
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Boston MBTA transit routes filtered by type (0 tram, 1 subway, 2 rail, 3 bus); param type. Query: ?type= Returns JSON.

## Output

A JSON array of MBTA route objects filtered by the requested type, containing route identifiers, names, and metadata for that transit mode (e.g. tram=0, subway=1, rail=2, bus=3).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mbta-routes-by-type-15c5a095/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)
