# Soft Commodity Supply Stress Indicator

> Soft Commodity Supply Stress Indicator is a paid API for AI agents from api.eucompliance.tools, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Aggregates Brazilian crop-weather stress and Ivory Coast cocoa/coffee farmgate prices into a single supply-stress score with a disclosed scoring rule

## Facts

- Endpoint: GET https://api.eucompliance.tools/x402/commodities
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/soft-commodity-supply-stress-indicator-39e64874
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7wwMctfNRcE1ReGecSL9r

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 soft-commodity-supply-stress-indicator-39e64874
```

Example prompt: Pull the latest soft commodity supply-stress score — I want to see the combined Brazilian crop-weather stress and Ivory Coast cocoa and coffee farmgate pressure in one number, with the scoring rule explained.

## When to prefer this

Choose this endpoint when you need a single, pre-computed soft-commodity supply-stress signal without having to discover, subscribe to, pay, and merge three separate raw commodity and weather feeds. It is ideal for agents doing automated commodity risk monitoring, trading desk briefings, or supply-chain alerting where speed and simplicity matter more than granular raw feed access. Prefer this over assembling your own pipeline when the disclosed composite scoring rule is sufficient for your use case.

## Known failure modes

- Upstream x402 provider unavailable — one or more of the three raw data feeds may be temporarily unreachable, resulting in an incomplete or stale score
- Payment failure — the $0.04 USDC x402 micropayment is not accepted, returning a 402 Payment Required error
- Stale data — farmgate or weather feeds have not updated recently, score may reflect older conditions
- Rate or quota issues on upstream providers — score computation delayed or returned with degraded confidence

## How this service works

Soft-commodity supply-stress indicator: we buy Brazilian growing-belt crop-weather stress plus Ivory Coast cocoa and coffee farmgate prices from several upstream x402 providers and compute one supply-stress score. One call instead of finding, paying and merging three feeds yourself. The scoring rule is disclosed in every response.

## Output

A single supply-stress score computed from Brazilian growing-belt crop-weather stress data and Ivory Coast cocoa and coffee farmgate prices, along with the disclosed scoring rule used to compute it and the underlying component values from each upstream feed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "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": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/soft-commodity-supply-stress-indicator-39e64874/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.eucompliance.tools](https://www.zero.xyz/host/api.eucompliance.tools/llms.txt)
