# AgentPayStore Houston MLB Live Analysis

> AgentPayStore Houston 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).

Returns live MLB analysis for the Houston Astros including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/houston/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-houston-mlb-live-analysis-6e9f1a7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kTdwkRL8XMisljdEapGI6

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-houston-mlb-live-analysis-6e9f1a7b
```

Example prompt: What are the current injury report and betting lines for the Houston Astros tonight, and are there any strong player prop angles based on recent situational trends?

## When to prefer this

Choose this endpoint when you need Houston Astros-specific MLB intelligence combining live roster, injury, betting, and prop data in a single call. Prefer it over generic sports APIs when you want opinionated analysis rather than raw stats, or when you need betting-line and prop context alongside team status.

## Known failure modes

- Vague or missing query in the reply field may yield incomplete or irrelevant results
- Off-season periods may return limited or stale data
- Payment failure (402) if USDC balance is insufficient
- Service may not cover historical games outside a recent window
- Response quality depends on query specificity

## How this service works

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

## Output

A natural-language or structured analysis response covering Houston Astros roster status, current injuries, upcoming or live game matchups, sportsbook betting lines, individual player props, and situational/contextual trends relevant to the query.

## 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-houston-mlb-live-analysis-6e9f1a7b/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)
