# AgentPayStore MLB General Live Analysis

> AgentPayStore MLB General Live Analysis is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Provides live MLB analysis including Statcast metrics, park factors, bullpen usage, starting pitcher data, betting lines, and player props for any team or game.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-mlb-general-live-analysis-b37101c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s9VixpYTolV4lTB09Q_9L

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 agentpaystore-mlb-general-live-analysis-b37101c3
```

Example prompt: Can you pull the live MLB analysis for tonight's games — I want Statcast metrics, park factors, bullpen usage, and the best player props available right now?

## When to prefer this

Choose this endpoint when you need a broad, cross-team MLB analysis covering multiple dimensions (Statcast, betting, pitching, bullpen) in a single call rather than franchise-specific endpoints. Best for users covering the full daily slate, DFS research, or league-wide betting analysis.

## Known failure modes

- No live game data available if queried during off-season or before games are scheduled
- Betting lines may not be available in all jurisdictions or for all markets
- Stale data if upstream sports data sources have a lag
- Incomplete prop data for lower-profile games or minor matchups
- Query too vague may return generic rather than targeted analysis

## How this service works

Live MLB analysis: Statcast metrics, park factors, bullpen usage, starting pitchers, betting lines and player props.

## Output

Returns a natural language or structured analysis covering Statcast metrics (exit velocity, launch angle, spin rate, etc.), park factor adjustments, bullpen usage and fatigue data, starting pitcher information, current betting lines, and player prop values for MLB games — delivered in response to a natural language query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agent": {
   "type": "string"
  },
  "analysis": {
   "type": "string"
  }
 }
}
```

## More

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