MCP server that assesses natural hazard exposure, flood, wildfire, earthquake, coastal proximity for a single US property address
claude mcp add us-property-hazard-risk -- python -m -r{
"mcpServers": {
"us-property-hazard-risk": {
"command": "python",
"args": ["-m", "venv"]
}
}
}Resumen de MCP Servers
# us-property-hazard-risk (MCP server)
A remote [MCP](https://modelcontextprotocol.io) 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.
## Tool
### `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.
## Data sources
- [US Census Bureau Geocoder](https://geocoding.geo.census.gov) — address validation + geocoding
- [FEMA NFHL](https://hazards.fema.gov) — flood zone
- [USGS Design Maps](https://earthquake.usgs.gov) — seismic PGA
- Static reference points (haversine) — fault + coastal proximity
## Local dev
```bash
python -m venv venv
venv/Scripts/pip install -r requirements.txt # venv/bin/pip on macOS/Linux
cd src
../venv/Scripts/python server.py # ../venv/bin/python on macOS/Linux
```
Starts a streamable-HTTP MCP server on `http://localhost:8000/mcp`:
```bash
curl -X POST http://localhost:8000/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"assess_property_hazard","arguments":{"address":"1600 Pennsylvania Ave NW, Washington, DC 20500"}}}'
```
## Deployment
Runs via Docker Compose (`docker-compose.yml`):
```bash
docker compose up -d --build
```
## Known limitations
- US addresses only
- FEMA NFHL is occasionally unreachable from some networks (`flood_available: false`)
- Wildfire scoring is a coarse coordinate-zone heuristic, not parcel-level
## License
MIT — see `LICENSE`.
Lo que la gente pregunta sobre us-property-hazard-risk
¿Qué es ericshenus/us-property-hazard-risk?
+
ericshenus/us-property-hazard-risk es mcp servers para el ecosistema de Claude AI. MCP server that assesses natural hazard exposure, flood, wildfire, earthquake, coastal proximity for a single US property address Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala us-property-hazard-risk?
+
Puedes instalar us-property-hazard-risk clonando el repositorio (https://github.com/ericshenus/us-property-hazard-risk) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar ericshenus/us-property-hazard-risk?
+
ericshenus/us-property-hazard-risk aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene ericshenus/us-property-hazard-risk?
+
ericshenus/us-property-hazard-risk es mantenido por ericshenus. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a us-property-hazard-risk?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega us-property-hazard-risk en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/ericshenus-us-property-hazard-risk)<a href="https://claudewave.com/repo/ericshenus-us-property-hazard-risk"><img src="https://claudewave.com/api/badge/ericshenus-us-property-hazard-risk" alt="Featured on ClaudeWave: ericshenus/us-property-hazard-risk" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!