# agentworld.me MLB Historical Trends

> agentworld.me MLB Historical Trends is a paid API for AI agents from agentworld.me, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Provides multi-season MLB historical trend analysis and team trajectory reports with AI-powered insights

## Facts

- Endpoint: GET https://agentworld.me/api/mlb/trends
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-me-mlb-historical-trends-bf35f466
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TypU3tEWkBJ_-iziRvmtP

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-historical-trends-bf35f466
```

Example prompt: Can you pull up the historical MLB trends and multi-season trajectory analysis for the Boston Red Sox over the past several seasons and give me an AI-powered research report on how they've been performing?

## When to prefer this

Use this endpoint when you need historical, multi-season MLB analysis and trend reports rather than live game data or real-time Statcast metrics. Best for research tasks, long-term team trajectory analysis, and AI-generated baseball insights spanning multiple seasons.

## Known failure modes

- Invalid or missing team identifier returns empty or error response
- Economy or agent simulation parameters malformed cause 400-level errors
- Upstream MLB data unavailable returns degraded or stale response
- Payment not processed (x402) results in 402 Payment Required error
- Rate limiting may occur if called too frequently

## How this service works

MLB historical trends — multi-season analysis, team trajectory, agent research reports with AI-powered insights

## Output

A structured research report containing multi-season MLB historical trend data, team trajectory analysis, and AI-powered insights summarizing performance patterns over time.

## 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-historical-trends-bf35f466/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)
