# AgentPayStore MLB New York Franchise Live Analysis

> AgentPayStore MLB New York Franchise 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).

Delivers live MLB analysis for the New York franchise including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/new-york/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-new-york-franchise-live-analysis-3ae64e2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A8-CLejyMT8LIKZ2bbwS_

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-new-york-franchise-live-analysis-3ae64e2f
```

Example prompt: What are the current injury report and betting lines for the New York Yankees' game tonight, and are there any notable player props I should know about?

## When to prefer this

Choose this endpoint when you need real-time, comprehensive MLB intelligence specifically for a New York franchise (Yankees or Mets), combining roster, injury, betting, and situational data in a single query. Prefer this over generic sports APIs when you need integrated betting lines and player props alongside traditional game data, especially for time-sensitive pre-game or in-season decisions.

## Known failure modes

- Vague or out-of-scope query returns generic or empty response
- Off-season queries may return limited or stale data
- Player not on New York roster returns no result
- Ambiguity between Yankees and Mets may yield incorrect franchise data
- Service unavailable during API downtime returns error

## How this service works

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

## Output

Returns a natural language or structured analysis covering the New York MLB franchise's current roster status, injury updates, upcoming matchup analysis, current sportsbook betting lines, individual player props, and relevant situational or statistical trends.

## 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-new-york-franchise-live-analysis-3ae64e2f/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)
