The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Property Hazard MCP listing page.
A remote MCP server that assesses natural hazard exposure — flood, wildfire, earthquake, and coastal proximity — for a single US property address, using only free, keyless public data. No API keys, no database, no map. Works from Claude, ChatGPT, or any other MCP-compatible host.
assess_property_hazard(address: str)Validates and geocodes the address, then returns flood zone (FEMA NFHL),
wildfire hazard score, seismic PGA (USGS, ASCE 7-22), fault and coastal
distance, and a deterministic 0–100 hazard_score / hazard_tier with up to
5 hazard_drivers. If a data source is unavailable, that field is reported
as unknown rather than assumed zero-risk.
Starts a streamable-HTTP MCP server on http://localhost:8000/mcp:
Runs via Docker Compose (docker-compose.yml):
flood_available: false)MIT — see LICENSE.