# Stratalize MLB Scores

> Stratalize MLB Scores is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns live MLB game scores, teams, and game status for a rolling 14-day window (past 7 and next 7 days) sourced from TheSportsDB

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/sports-mlb-scores
- 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/stratalize-mlb-scores-f5fdf5e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WGxHhWVIa4wYS2L_RYaak

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 stratalize-mlb-scores-f5fdf5e8
```

Example prompt: What are the MLB scores for today, June 10th — show me which games are live or final and what the current or final scores are?

## When to prefer this

Use this endpoint when you need MLB game scores, results, or upcoming game status within a 14-day window and want a signed, independently verifiable receipt with each response. Prefer this over generic sports APIs when auditability and attestation of the data source matters, or when operating in a pay-per-call x402 agentic workflow.

## Known failure modes

- Date out of 14-day window returns empty results or error
- Invalid date format (not YYYY-MM-DD) causes validation failure
- No games scheduled on the requested date returns empty list
- Upstream TheSportsDB data unavailable causes service error
- Payment failure (insufficient USDC) blocks the call

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Live MLB game scores and results for the past 7 days and next 7 days. Returns teams, scores, and game status. Source: TheSportsDB

## Output

Returns a list of MLB games within a 14-day rolling window (past 7 and next 7 days from today), each with home and away team names, current or final score, and game status (e.g. live, final, scheduled). Results are sourced from TheSportsDB and include an independently verifiable signed receipt via trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "date": {
   "type": "string",
   "description": "Optional game date YYYY-MM-DD (defaults to live window)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-mlb-scores-f5fdf5e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
