# AgentPayStore St. Louis MLB Live Analysis

> AgentPayStore St. Louis MLB 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 St. Louis franchise including roster status, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/st-louis/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-st-louis-mlb-live-analysis-59c10919
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kDh2xmR3qlZb6fogdPKo8

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-st-louis-mlb-live-analysis-59c10919
```

Example prompt: Pull up the latest Cardinals analysis for tonight's game — I want the starting lineup, any injury news, and the best player props available right now.

## When to prefer this

Choose this endpoint when you need real-time, Cardinals-specific MLB intelligence — particularly roster status, injury reports, betting lines, and player props — rather than a generic sports data API. It is purpose-built for the St. Louis franchise and best suited for agents handling sports betting research, fantasy baseball decisions, or Cardinals-focused game previews. Prefer it over general sports APIs when you need a single query to surface integrated analysis combining roster, matchup, and market data in one call.

## Known failure modes

- Query too vague — endpoint may return generic info if the question lacks specificity
- No game scheduled — if queried on an off-day, injury/lineup data may be stale or unavailable
- Payment failure — x402 micropayment of $0.15 USDC must succeed before response is returned
- Upstream data lag — live betting lines or injury updates may be delayed if source feeds are slow
- Unsupported query type — questions outside Cardinals MLB scope may return empty or error responses

## How this service works

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

## Output

Returns a natural-language or structured analysis covering the St. Louis Cardinals' current roster, active injury list, upcoming matchup details, live or near-live betting lines, player prop offerings, and relevant situational/historical trends for the franchise.

## 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-st-louis-mlb-live-analysis-59c10919/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)
