# AgentPayStore Tampa Bay MLB Live Analysis

> AgentPayStore Tampa Bay 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-14).

Provides live MLB analysis for the Tampa Bay Rays including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/tampa-bay/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-tampa-bay-mlb-live-analysis-49da0281
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uMVFla6_UJgYyPXpGI9Bh

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-tampa-bay-mlb-live-analysis-49da0281
```

Example prompt: What are the current betting lines and top player props for the Tampa Bay Rays game today, and are there any key injuries affecting the lineup?

## When to prefer this

Choose this endpoint when you need Tampa Bay Rays-specific MLB intelligence — injury updates, betting lines, player props, or matchup breakdowns — in real time. Prefer it over general sports APIs when you need opinionated, analysis-ready output rather than raw stats, and when the user's question is clearly about the Rays franchise.

## Known failure modes

- Vague or ambiguous query may return generic analysis rather than targeted insight
- Data may lag real-time game developments by minutes
- No game scheduled for the queried date returns empty or error response
- Query outside MLB scope (e.g. NBA or NFL) may return irrelevant or no data
- Payment failure via x402 protocol blocks the response

## How this service works

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

## Output

Returns a natural language or structured analysis covering Tampa Bay Rays roster status, current injuries, upcoming matchup details, live betting lines, player prop options, and relevant situational or historical trends — tailored to the query posed.

## 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-tampa-bay-mlb-live-analysis-49da0281/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)
