ericshenus

us-property-hazard-risk (MCP server)

Community ericshenus
Updated

MCP server that assesses natural hazard exposure, flood, wildfire, earthquake, coastal proximity for a single US property address

us-property-hazard-risk (MCP server)

A remote MCP server that assesses naturalhazard exposure — flood, wildfire, earthquake, and coastal proximity — for asingle US property address, using only free, keyless public data. No APIkeys, no database, no map. Works from Claude, ChatGPT, or any otherMCP-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 coastaldistance, and a deterministic 0–100 hazard_score / hazard_tier with up to5 hazard_drivers. If a data source is unavailable, that field is reportedas unknown rather than assumed zero-risk.

Data sources

Local dev

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:

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):

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.

MCP Server · Populars

MCP Server · New

    Cassette-Editor

    Oh My Cassette: Chat Your Raw Clips Into a Finished Cut

    你的随身 AI 剪辑搭档 | Pocket AI co-editor for video montage — AI video editing plugin & MCP server for Claude Code, Codex, Hermes & OpenCode

    Community Cassette-Editor
    trendsmcp-ai

    Trends MCP

    MCP server for live trend data. Query Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News sentiment, Web Traffic, App Downloads, Steam, npm and more. Works with Claude, Cursor, VS Code, GitHub Copilot, ChatGPT, Windsurf, Cline, Raycast and any MCP-compatible.

    Community trendsmcp-ai
    jacob-bd

    Gemini Notebook (formerly Google NotebookLM) CLI & MCP Server

    Programmatic access to Gemini Notebook - via command-line interface (CLI), Model Context Protocol (MCP) server, and AI agent skills.

    Community jacob-bd
    PxyUp

    Fitter — web data for AI agents

    New way for collect information from the API's/Websites

    Community PxyUp
    kayhendriksen

    foehn

    Download MeteoSwiss Open Government Data — weather stations, radar, hail, forecasts and climate series — via Python API, CLI, or MCP server, as DataFrames, Parquet, xarray Datasets or Zarr stores

    Community kayhendriksen