# Lone Star Oracle Supply Chain Report

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

Returns a comprehensive AI-summarized supply chain report covering shipping, freight, and manufacturing data for a given query.

## Facts

- Endpoint: GET https://supply.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/supply-lonestaroracle-xyz-f2bd3d9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YkAke8iW5Og9-4pB3FauM

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 supply-lonestaroracle-xyz-f2bd3d9e
```

Example prompt: Can you pull me a full supply chain report for semiconductor components — I need shipping status, freight conditions, and a manufacturing overview with an AI summary of what's going on right now?

## When to prefer this

Use this endpoint when you need a unified, AI-summarized view of the full supply chain — shipping, freight, and manufacturing — in a single call rather than querying multiple logistics APIs separately. Best when the user wants a narrative intelligence report, not just raw tracking data.

## Known failure modes

- Invalid or unsupported query parameter returns 400 Bad Request
- Payment not included or insufficient USDC results in 402 Payment Required
- Service temporarily unavailable returns 503
- No data found for the specified supply chain query returns empty or 404 response
- Rate limit exceeded returns 429

## How this service works

Full supply chain report — shipping rates, BLS PPI, NY Fed GSCPI, AI summary

## Output

A comprehensive supply chain report including current shipping status, freight conditions, manufacturing data, and an AI-generated narrative summary synthesizing all of the above into actionable intelligence.

## Example request

```json
{
 "query": "semiconductor components shipping and manufacturing",
 "method": "GET"
}
```

## Request schema (JSON Schema)

```json
{
 "name": "SupplyChainPulse — Supply Chain Intelligence",
 "tags": [
  "supply-chain",
  "shipping",
  "freight",
  "logistics",
  "ppi",
  "manufacturing"
 ],
 "type": "object",
 "version": "2.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": "Global supply chain stress intelligence. Shipping rates (dry bulk + container), NY Fed GSCPI, BLS PPI, directional momentum (improving/stable/deteriorating). Stress score 0-10 with AI procurement brief."
}
```

## More

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