climate_risk_score
ActiveTool of io.github.digitalweb33333-creator/x402-endpoints
Derived climate risk score from Open-Meteo CMIP6 projections — a composite heat/drought/extreme-rain risk score (0-100) by coordinate and scenario, comparing a baseline to a future horizon. Worldwide. Derived/heuristic, not an official rating; the underlying CMIP6 HighResMIP dataset is a single high-emissions pathway and does not differentiate SSP scenarios. Price: $0.05 per call (x402 payment, USDC on Base mainnet). Derived climate risk score by coordinate from Open-Meteo CMIP6 (HighResMIP) projections. Returns a composite 0-100 heat/drought/extreme-rain risk score and rating, per-hazard subscores and indicators, baseline-vs-future comparison and an explicit methodology. Deterministic. Derived/heuristic, NOT an official or regulatory rating; the underlying dataset is a single high-emissions pathway and does not differentiate SSP scenarios. For property due-diligence, ESG, parametric-insurance and siting agents. Input: lat/lon (+scenario, horizon).
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude, e.g. 48.85"
},
"lon": {
"type": "number",
"description": "Longitude, e.g. 2.35"
},
"horizon": {
"type": "integer",
"description": "Future target year [2030-2050], e.g. 2050"
},
"scenario": {
"type": "string",
"description": "Emission scenario label: ssp245 | ssp585 (informational, see methodology)"
}
}
}Parent server
io.github.digitalweb33333-creator/x402-endpoints
https://github.com/digitalweb33333-creator/x402-endpoints
1/7 registries