# Stratalize Climate Risk Score

> Stratalize Climate Risk Score is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a cryptographically signed ML climate risk score with hazard context for a given location, supporting underwriting and resilience planning.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/climate-risk-score
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-climate-risk-score-86877f19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6edCavh4b-PmjwCLL7146

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 stratalize-climate-risk-score-86877f19
```

Example prompt: What's the climate risk score for our new warehouse site at 1200 Harbor Blvd, Long Beach, CA — I need the hazard breakdown and a verifiable signed report for our underwriting team.

## When to prefer this

Choose this endpoint when you need a cryptographically signed, independently verifiable physical climate risk score for a specific location — especially for regulated underwriting, M&A due diligence, or resilience planning where auditability of the risk assessment is required. Prefer this over generic weather or flood APIs when you need a composite hazard score with ML-backed context and a trust receipt.

## Known failure modes

- Invalid or unrecognizable location string returns an error or low-confidence result
- Location outside supported geographies may return no data
- Payment failure (USDC x402) prevents endpoint access
- Ambiguous location (e.g. city name without state) may produce imprecise scoring
- Network timeout if the ML scoring model is under load

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a real estate or operations team scores physical climate exposure for a site, geography, or portfolio. Returns a climate risk score with supporting hazard context for underwriting and resilience planning

## Output

A climate risk score for the queried location, accompanied by supporting hazard context (e.g. flood, wildfire, heat, storm exposure), an ML-DSA-65 cryptographic signature for independent verification, and a cryptographic receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "location": {
   "type": "string",
   "description": "Request parameter: location"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-climate-risk-score-86877f19/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
