check-chokepoint-status
Use this skill when the user asks about the current state of a maritime chokepoint — disruption, congestion, active warnings, or affected trade routes. World Monitor tracks the canonical chokepoint registry with live AIS vessel-transit intelligence and per-chokepoint disruption scoring.
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-chokepoint-status
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
jmespath | query | no | JMESPath expression, ≤ 1024 chars | Server-side projection of the response, e.g. chokepoints[?disruptionScore > \50`].{name: name, score: disruptionScore}` |
Response shape
{
"chokepoints": [
{
"id": "hormuz",
"name": "Strait of Hormuz",
"lat": 26.57,
"lon": 56.25,
"disruptionScore": 42,
"stat…