# AgentPayStore Toronto Blue Jays MLB Analysis

> AgentPayStore Toronto Blue Jays 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-13).

Delivers live MLB analysis for the Toronto Blue Jays including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/toronto/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-toronto-blue-jays-mlb-analysis-d0ab9a68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_92-yldvFzpkQBxXtxPmcD

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-toronto-blue-jays-mlb-analysis-d0ab9a68
```

Example prompt: What are the pitching matchup, betting lines, and any key injury updates for the Toronto Blue Jays game tonight?

## When to prefer this

Use this endpoint when you specifically need live, current-day Toronto Blue Jays MLB analysis including betting context, injury reports, and player-level props. Prefer this over generic sports databases when you need all these data types combined in a single query with natural language input. Choose team-specific sibling endpoints for other franchises.

## Known failure modes

- Vague or ambiguous query may return generic information rather than targeted analysis
- No game scheduled — endpoint may return limited data on off-days
- Real-time data lag if queried before official lineups are posted
- Payment failure (402) if USDC balance is insufficient
- Query about a non-Toronto MLB team returns irrelevant or no data

## How this service works

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

## Output

Returns a natural language or structured analysis covering Toronto Blue Jays roster status, current injuries, upcoming game matchups, live betting lines (moneyline, spread, over/under), player prop markets, 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-toronto-blue-jays-mlb-analysis-d0ab9a68/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)
