# AgentPayStore Detroit Tigers MLB Analysis

> AgentPayStore Detroit Tigers 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).

Returns live Detroit Tigers MLB analysis covering roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/detroit/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-detroit-tigers-mlb-analysis-3b049c08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OO_v-Mp8LKovNt37PzYZb

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-detroit-tigers-mlb-analysis-3b049c08
```

Example prompt: What are the current betting lines and player props for tonight's Detroit Tigers game, and are there any key injuries I should know about?

## When to prefer this

Choose this endpoint when you specifically need Detroit Tigers MLB data including live roster, injuries, betting lines, player props, or situational trends. Prefer this over generic sports APIs when you need an opinionated, AI-synthesized analysis rather than raw stats, and when you want betting-relevant context alongside team data in a single query.

## Known failure modes

- Vague or ambiguous query may return generalized rather than specific analysis
- Data may lag real-time events by minutes during live games
- No Detroit Tigers game scheduled may result in limited matchup data
- Payment failure via x402 protocol returns 402 status with no content
- Query outside MLB scope may return unhelpful or empty response

## How this service works

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

## Output

A natural language or structured analysis covering Detroit Tigers roster status, current injury updates, upcoming game matchups, live or recent betting lines, individual player prop lines, and situational statistical trends relevant to the queried topic.

## 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-detroit-tigers-mlb-analysis-3b049c08/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)
