# AgentPayStore Pittsburgh Pirates MLB Analysis

> AgentPayStore Pittsburgh Pirates MLB 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).

Delivers live Pittsburgh Pirates MLB analysis including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/pittsburgh/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-pittsburgh-pirates-mlb-analysis-af056670
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S-K30zmkwIFNrakZsoq-r

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-pittsburgh-pirates-mlb-analysis-af056670
```

Example prompt: What are the current injury updates, starting lineup, and best player props for the Pittsburgh Pirates game tonight, along with the betting lines?

## When to prefer this

Choose this endpoint when you need Pittsburgh Pirates-specific MLB intelligence — particularly for sports betting research, fantasy baseball decisions, or game previews — rather than a general MLB data feed. It combines roster, injury, matchup, lines, and props in a single call, making it more efficient than assembling data from multiple sports data APIs.

## Known failure modes

- Vague or ambiguous query yields incomplete or generic response
- No game scheduled on queried date returns empty or irrelevant matchup data
- Late-breaking roster changes may not yet be reflected if data feed is delayed
- Payment failure via x402 protocol prevents query execution
- Query unrelated to the Pittsburgh Pirates franchise returns off-topic or null results

## How this service works

Live MLB analysis for the Pittsburgh franchise: roster, injuries, matchups, betting lines, player props and situational trends.

## Output

Returns a natural language or structured response covering Pittsburgh Pirates roster updates, current injury status, upcoming matchup analysis, live or recent betting lines, player prop options, and situational/historical performance trends relevant to the queried context.

## 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-pittsburgh-pirates-mlb-analysis-af056670/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)
