# AgentPayStore Kansas City MLB Analysis

> AgentPayStore Kansas City 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).

Provides live MLB analysis for the Kansas City Royals including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/kansas-city/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-kansas-city-mlb-analysis-a29d9724
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0smLqXuBrkjmfHVzjuVuT

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-kansas-city-mlb-analysis-a29d9724
```

Example prompt: What are the current betting lines, injury updates, and top player props for the Kansas City Royals game today?

## When to prefer this

Choose this endpoint when you need Kansas City Royals-specific MLB intelligence including live betting lines, injury reports, player props, and situational trends. Prefer over generic sports APIs when you want integrated analysis combining fantasy, betting, and roster context for the Royals specifically.

## Known failure modes

- Vague or off-topic query may return low-relevance analysis
- Data may lag real-time game-day events by minutes
- No response if Kansas City franchise data is unavailable for requested date
- Payment failure (x402) if USDC balance is insufficient

## How this service works

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

## Output

Returns a natural language or structured analysis covering Kansas City Royals roster status, current injuries, upcoming game matchups, live or recent betting lines, player prop options, and situational performance 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-kansas-city-mlb-analysis-a29d9724/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)
