# MLB Schedule by Date

> MLB Schedule by Date 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 MLB games scheduled for a given date, including teams, game status, and venue information

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mlb-schedule
- 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-schedule-by-date-ddb1d067
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J7QZKSuy5TilNYbViFzkt

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-schedule-by-date-ddb1d067 -d '<json body>'
```

Example prompt: What MLB games are scheduled for July 15, 2025? I want to see the teams playing, game status, and venues.

## When to prefer this

Use this endpoint when you need a quick, structured JSON lookup of MLB games for a specific calendar date, including team matchups, venues, and game statuses. Prefer this over scraping sports sites or using general search when you need machine-readable baseball schedule data for a known date.

## Known failure modes

- Missing or malformed date parameter returns an error
- Date in wrong format (not YYYY-MM-DD) may return an error or empty result
- No games scheduled for the given date returns an empty games list
- Future dates beyond the published schedule may return no results
- Off-season dates may return no games

## How this service works

MLB games for a date with teams, status and venue. Param date = YYYY-MM-DD. Query: ?date= Returns JSON.

## Output

A JSON object listing all MLB games for the requested date, including home and away team names, game status (e.g. scheduled, in-progress, final), and venue name for each game.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mlb-schedule-by-date-ddb1d067/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)
