<!-- Agent Datasets docs · re_get_hazard_profile · canonical: https://www.agentdatasets.com/docs/tools/re_get_hazard_profile · rendered from https://www.agentdatasets.com -->

# re_get_hazard_profile

Fetch one county's latest FEMA National Risk Index hazard profile.

| Field | Value |
| --- | --- |
| Category | Real Estate (`re`) |
| Exposure | public |
| MCP tool | `re_get_hazard_profile` |
| Documentation | https://www.agentdatasets.com/docs/tools/re_get_hazard_profile |

## Description

Fetch one county's latest FEMA National Risk Index hazard profile.

The shared scalar envelope returns county and release identity,
composite risk/EAL/social-vulnerability/resilience values, population
and property values, and up to 18 deterministically ordered
`data.hazards` rows with codes, names, risk values, and expected annual
loss values. `eal_total`, `building_value`, and `agriculture_value` are USD.
Decimal values serialize as strings at their persisted column precision.
Absent values remain null, `meta.source` is `fema-nri`, `meta.as_of` is the
release date at midnight UTC, and `pagination` is null.

Use this for a point-in-time county risk profile. Use `re_get_series`
instead for time-series market metrics such as house prices, rents, or
permits. Example: call with `fips_or_geo_key="48201"` for Harris County,
Texas; `county_48201` returns the same payload. `bad_parameter` means the
address is not one of the two county forms, `unknown_entity` means no
matching county or profile is held, and `out_of_coverage` means the
county is known but has no FEMA NRI profile.

## Parameters

Input schema advertised to MCP clients and mirrored by the REST query string.

| Parameter | In | Type | Required | Default | Constraints | Description |
| --- | --- | --- | --- | --- | --- | --- |
| fips_or_geo_key | input | `string` | yes | — | — | A 5-digit U.S. county FIPS such as '48201', or a county geo_key such as 'county_48201'. County addresses only: tract FIPS and non-county geo_keys are rejected. The newest FEMA NRI release for the county is returned. |

## Provenance

- `fema-nri` — Federal Emergency Management Agency, National Risk Index county and census-tract profiles with composite risk, expected annual loss, social vulnerability, community resilience, and 18 hazard-specific scores and ratings (U.S. Government work, public domain (17 U.S.C. § 105)). See https://www.agentdatasets.com/docs/attribution.md

Dataset registry: `hazards_nri_profiles`.
