monitor-supply-chain-stress
Use this skill when the user asks about broad shipping stress, carrier-market pressure, or whether supply chains look disrupted before drilling into a specific chokepoint or route. The endpoint returns a composite stress score and the carrier/index inputs behind it.
Authentication
Server-to-server callers (agents, scripts, SDKs) MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer ... is for MCP/OAuth or Clerk JWTs - not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://worldmonitor.app/api/supply-chain/v1/get-shipping-stress
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
jmespath | query | no | JMESPath, <= 1024 chars | Server-side projection, e.g. {score: stressScore, level: stressLevel, carriers: carriers[].{name: name, changePct: changePct}} |
Response shape
{
"carriers": [
{
"symbol": "BDRY",
"name": "Breakwave Dry Bulk Shipping ETF",
"price": 12.34,
"changePct": 3.2,
"carrierType": "etf",
"sparkl…