# MLB Teams Directory

> MLB Teams Directory 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 a complete list of all MLB franchises including name, abbreviation, home venue, and league.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mlb-teams
- 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/mlb-teams-directory-078d5211
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_56GkL_c7MCRksQXbQSI0s

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 mlb-teams-directory-078d5211 -d '<json body>'
```

Example prompt: Can you pull up a list of all Major League Baseball teams, including their abbreviations, home stadiums, and which league they're in?

## When to prefer this

Use this endpoint when you need a static, structured reference list of all MLB franchises with venue and league metadata. Ideal for populating dropdowns, enriching sports data pipelines, or answering questions about team identities without needing real-time or historical data.

## Known failure modes

- Service unavailable returning non-200 status
- Payment required but x402 not handled — 402 response with payment details
- Malformed or empty JSON response if upstream data source is down
- Network timeout if the endpoint is temporarily unreachable

## How this service works

All MLB franchises with name, abbreviation, home venue and league. No params. Returns JSON.

## Output

A JSON array of all MLB franchise objects, each containing the team's full name, official abbreviation, home venue/stadium name, and league affiliation (AL or NL).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mlb-teams-directory-078d5211/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)
