# RiskPulse Supply Chain Risk Analyzer

> RiskPulse Supply Chain Risk Analyzer is a paid API for AI agents from riskpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns concentration risk, disruption scenarios, and a diversification strategy for a product or country's supply chain worldwide.

## Facts

- Endpoint: GET https://riskpulse.theaslangroupllc.com/api/risk/supply
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-supply-chain-risk-analyzer-5898d257
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tCCUk-EkWpo0cbTyRnf8k

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 riskpulse-supply-chain-risk-analyzer-5898d257
```

Example prompt: What's the supply chain concentration risk for rare earth minerals sourced from China — give me the disruption scenarios and a diversification strategy to reduce our exposure?

## When to prefer this

Choose this endpoint when you need structured supply chain risk intelligence including concentration risk scores, disruption scenario modeling, and actionable diversification recommendations for a specific product or sourcing country. Prefer it over generic country risk endpoints when the focus is on supply chain and sourcing exposure rather than political or travel risk.

## Known failure modes

- Unknown or unrecognized product name returns empty or low-confidence results
- Country code or name not found returns 404 or error response
- Missing required query parameter returns 400 bad request
- Payment not completed or insufficient USDC returns 402 payment required
- Service temporarily unavailable returns 503

## How this service works

Supply chain risk, sourcing concentration risk, disruption exposure for a product or country worldwide. Returns concentration risk, disruption scenarios, and a diversification strategy.

## Output

Returns a structured analysis including sourcing concentration risk score, identified disruption scenarios (e.g. geopolitical, natural disaster, regulatory), and a recommended diversification strategy to reduce dependency and exposure for the given product or country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "country": {
   "type": "string",
   "description": "Country"
  },
  "product": {
   "type": "string",
   "description": "Product or component"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-supply-chain-risk-analyzer-5898d257/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from riskpulse.theaslangroupllc.com](https://www.zero.xyz/host/riskpulse.theaslangroupllc.com/llms.txt)
