# BlackBobs.ai MLB Live Stats

> BlackBobs.ai MLB Live Stats is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.114529/call, status unknown (last checked 2026-09-14).

Retrieves live MLB game statistics and scores for ongoing or recently completed baseball games

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/mlb-live-stats
- Price: $0.114529/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-mlb-live-stats-17b29b24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WolRMxheY5jAPMX5n3VMa

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 blackbobs-ai-mlb-live-stats-17b29b24 -d '<json body>'
```

Example prompt: What are the live scores and stats for tonight's MLB games — specifically the Dodgers vs Yankees matchup?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time MLB game scores and statistics, especially for live game monitoring during the baseball season. Prefer this over historical stats endpoints when the user is asking about games currently in progress or games played today.

## Known failure modes

- No live games currently in progress — returns empty or null data during off-season or off-hours
- Invalid or unrecognized game/team identifiers return error or empty result
- Rate limiting or payment failure via x402 protocol blocks the request
- Network latency may cause slightly stale data during fast-moving game moments

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing live MLB game data including current scores, inning information, team and player statistics, and game status for active or recently completed games.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-mlb-live-stats-17b29b24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
