get_climate_intel
ActiveTool of cloud.dchub/mcp-server
Use when a user wants seismic + climate intel for a lat/lon — the layer that drives data-center structural bracing cost (seismic) and cooling design (cooling degree-days, extreme temps). Grounded STRICTLY in USGS ASCE 7 (seismic) + NOAA climate normals via ACIS; every value traces to a federal source and missing data is declared unavailable, never estimated. Example: get_climate_intel lat=33.45 lon=-112.07. Returns {seismic_hazard_usgs:{status, peak_ground_acceleration_g, ss, s1, seismic_design_category, hazard_class}, climate_normals_noaa:{status, reference_station:{id,name,distance_km}, cooling_design_metrics:{cooling_degree_days_annual, extreme_max_dry_bulb_f, extreme_max_wet_bulb_f (null if source lacks it), data_vintage}}, overall_climate_summary, data_availability, sources}. radius_km (optional, default 25) snaps to the nearest NOAA station; beyond it climate returns unavailable_exceeds_radius. Seismic is US (ASCE 7); non-US → seismic unavailable. For natural-hazard ratings use get_disaster_risk; for one blended verdict use get_composite_site_score.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"lat": {
"type": "number",
"description": "Site latitude in decimal degrees (-90 to 90, required), e.g. 33.45"
},
"lng": {
"type": "number",
"description": "Alias for lon — either name works"
},
"lon": {
"type": "number",
"description": "Site longitude in decimal degrees (-180 to 180, required), e.g. -112.07"
},
"latitude": {
"type": "number",
"description": "Alias for lat — either name works"
},
"longitude": {
"type": "number",
"description": "Alias for lon — either name works"
},
"radius_km": {
"type": "number",
"description": "Max distance (km) to snap to the nearest NOAA station (optional, default 25)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
cloud.dchub/mcp-server
https://github.com/azmartone67/dchub-backend
1/7 registries