# Lone Star Oracle Agricultural Commodity Report

> Lone Star Oracle Agricultural Commodity Report is a paid API for AI agents from agri.lonestaroracle.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a full agricultural commodity market report with an AI-generated summary covering prices, trends, and market conditions

## Facts

- Endpoint: GET https://agri.lonestaroracle.xyz/report
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agri-lonestaroracle-xyz-c1712aa6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Upu0l2o_1fex1pFrP0bSz

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 agri-lonestaroracle-xyz-c1712aa6
```

Example prompt: Can you pull a full agricultural commodity report right now — I want current prices, market trends, and the AI-generated summary for major crops like corn, soybeans, and wheat?

## When to prefer this

Use this endpoint when you need a single, comprehensive view of agricultural commodity markets with both raw data and an AI-generated interpretive summary — particularly useful for farmers, traders, or analysts who want a synthesized market overview rather than raw price feeds alone.

## Known failure modes

- Payment not received or insufficient USDC (402 error)
- External data feed unavailable causing incomplete report
- Rate limiting if called too frequently
- Stale data if commodity feeds have not updated recently

## How this service works

Full agricultural commodity report with AI summary

## Output

A comprehensive agricultural commodity report including current prices, supply/demand trends, and an AI-generated narrative summary interpreting market conditions across major agricultural commodities.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "name": "AgriPulse — Agricultural Commodity Intelligence",
 "tags": [
  "agriculture",
  "commodities",
  "corn",
  "soybeans",
  "wheat",
  "coffee"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "trading",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Agricultural commodity prices and signals: corn, soybeans, wheat, cotton, coffee, sugar, live cattle. AI-synthesized market brief."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agri-lonestaroracle-xyz-c1712aa6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agri.lonestaroracle.xyz](https://www.zero.xyz/host/agri.lonestaroracle.xyz/llms.txt)
