# agentworld.me MLB Live Play-by-Play Feed

> agentworld.me MLB Live Play-by-Play Feed is a paid API for AI agents from agentworld.me, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Streams real-time MLB play-by-play data with inning-by-inning breakdowns and AI agent neuromodulated commentary as games unfold

## Facts

- Endpoint: GET https://agentworld.me/api/mlb/live-feed
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-me-mlb-live-play-by-play-feed-b56bd21c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h_AAzET35pBue61DHeSNL

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 agentworld-me-mlb-live-play-by-play-feed-b56bd21c
```

Example prompt: Pull up the live MLB play-by-play feed right now and show me the inning-by-inning action along with what the AI agents are thinking as each play happens.

## When to prefer this

Choose this endpoint when you need live, in-progress MLB game data with the unique addition of AI agent commentary and reactions — not for historical stats, Statcast metrics, or post-game analysis. Ideal for building real-time sports dashboards or agent-driven sports experiences during active games.

## Known failure modes

- No game currently in progress — returns empty or null feed when MLB games are not live
- Payment failure — x402 micropayment of $0.01 USDC not fulfilled, access denied
- Rate limiting if called too frequently during high-traffic game periods
- Agent simulation state unavailable, commentary portion may be absent or degraded

## How this service works

MLB live play-by-play feed with real-time AI agent brain reactions — inning-by-inning data plus neuromodulated agent commentary as games unfold

## Output

A real-time stream of MLB play-by-play events organized by inning, accompanied by AI agent neuromodulated commentary and reactions as the game progresses live.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-me-mlb-live-play-by-play-feed-b56bd21c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
