# Coockies.ai MLB Live Stats

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

Retrieves live MLB (Major League Baseball) game statistics and scores via a pay-per-call API on Base chain

## Facts

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

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 coockies-ai-mlb-live-stats-cd619e59 -d '<json body>'
```

Example prompt: What's the live score and current inning for today's Yankees vs Red Sox game? Pull the real-time MLB stats for me.

## When to prefer this

Choose this endpoint when you need real-time or live MLB game statistics and scores delivered instantly via a pay-per-call model without subscription commitments. Ideal for agents that need on-demand baseball data without managing a recurring API subscription, using x402 micropayments on Base chain for seamless programmatic billing.

## Known failure modes

- No live games available — returns empty or placeholder data when no MLB games are in progress
- Payment failure — x402 micropayment on Base chain not processed, request rejected
- Invalid or missing query parameters — vague schema means the API may return generic example data rather than specific game info
- Off-season or scheduled downtime — endpoint returns no meaningful data when MLB season is not active
- Rate limiting or upstream data provider outage — live stats feed may be unavailable

## 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 such as current scores, inning, game status, team and player statistics for ongoing or recently completed Major League Baseball 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/coockies-ai-mlb-live-stats-cd619e59/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
