# ESPN MLB Scoreboard

> ESPN MLB Scoreboard 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 current MLB game matchups, first-pitch times, and game status for all games today

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/espn-mlb-scoreboard
- 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/espn-mlb-scoreboard-9262302b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BsrpZWP4SBhTlDpv4un2R

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 espn-mlb-scoreboard-9262302b -d '<json body>'
```

Example prompt: What MLB games are scheduled for today — show me the matchups, first-pitch times, and whether they've started yet?

## When to prefer this

Use this endpoint when you need a quick, no-parameter snapshot of today's MLB games — matchups, start times, and status — sourced from ESPN's live scoreboard. Prefer this over general sports APIs when you specifically need MLB data in a simple JSON format without authentication or complex query parameters.

## Known failure modes

- No games scheduled on the current date returns an empty array
- ESPN upstream data unavailable returns a server error
- Malformed JSON response if ESPN feed is temporarily disrupted

## How this service works

Current MLB games with matchup, first-pitch time and status. No params. Returns JSON.

## Output

A JSON array of current MLB games, each with the home and away team matchup, the scheduled first-pitch time, and the current game status (e.g. scheduled, in progress, final).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/espn-mlb-scoreboard-9262302b/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)
