# AgentPayStore Philadelphia MLB Analysis

> AgentPayStore Philadelphia 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-14).

Delivers live MLB analysis for the Philadelphia Phillies including roster data, injury reports, matchups, betting lines, player props, and situational trends.

## Facts

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

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-philadelphia-mlb-analysis-0042e622
```

Example prompt: What are the Phillies' injury updates and betting lines for tonight's game, and which player props look most valuable?

## When to prefer this

Choose this endpoint when you need live, Philadelphia Phillies-specific MLB intelligence — including betting lines, player props, injury reports, and situational trends — in a single query. Prefer it over generic sports APIs when you need analysis combining fantasy, DFS, and betting context specifically for the Phillies franchise.

## Known failure modes

- Vague or ambiguous query string may return generic rather than targeted analysis
- Real-time data may lag if upstream sources are delayed or unavailable
- Payment failure (x402) if USDC balance is insufficient
- No data returned if the Phillies have no scheduled game on the queried date

## How this service works

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

## Output

Returns a live, AI-generated analysis covering the Philadelphia Phillies roster, active injury list, upcoming game matchups, current betting lines and spreads, player prop options, and situational/historical trend data 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-philadelphia-mlb-analysis-0042e622/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)
