# SupplyChainPulse

> SupplyChainPulse is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Delivers a full global supply chain intelligence report combining shipping rates, BLS PPI, NY Fed GSCPI, and an AI-generated procurement brief with a 0–10 stress score

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_supply_lonestaroracle_xyz
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/supplychainpulse-47c6c458
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pQm6rsDZsreof2AE5-vxQ

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 supplychainpulse-47c6c458
```

Example prompt: Can you pull the latest SupplyChainPulse report and tell me whether global supply chains are improving or deteriorating right now — include the stress score, shipping rates, and the AI procurement brief?

## When to prefer this

Choose this endpoint when you need a single aggregated, AI-interpreted supply chain intelligence snapshot that combines multiple authoritative data sources (shipping rates, GSCPI, PPI) into one scored, narrated brief — rather than querying each data source individually or needing real-time tick-level freight pricing.

## Known failure modes

- Payment failure or insufficient USDC balance returns 402 with payment-required details
- Upstream data source unavailability (BLS, NY Fed, shipping rate feeds) may return partial or stale data
- Rate limiting or quota exhaustion may return 429
- Malformed request returns 400

## How this service works

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

## Output

Returns a structured supply chain intelligence report including dry bulk and container shipping rates, NY Fed Global Supply Chain Pressure Index (GSCPI), BLS Producer Price Index (PPI) data, a directional momentum label (improving/stable/deteriorating), a numeric stress score from 0 to 10, and an AI-generated procurement strategy brief summarizing current conditions.

## 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/supplychainpulse-47c6c458/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
