mcpserver.lol
registry/fema-mcp-server
Connection check verified live · 27h ago

fema-mcp-server

Query FEMA disaster declarations, public assistance grants, housing aid, and NFIP claims.

Tools 8
GitHub stars 1
Installs / wk 289
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

8 tools

Read from the running server on 27h ago.

fema_dataframe_describe read-only canvas_id*
List tables and column schemas on a DataCanvas staged by fema_search_nfip. Call this before fema_dataframe_query to discover the exact table name, column names, and DuckDB data typ…
fema_dataframe_query read-only query*canvas_id*
Run a read-only SQL SELECT against a DataCanvas table staged by fema_search_nfip. Enables aggregation, GROUP BY, SUM/COUNT, time-series, and filtered analysis over the full NFIP cl…
fema_get_disaster read-only disaster_number*
Fetch all designated-area rows for a specific FEMA disaster by disaster number (e.g., 4781). Returns every county/municipality designated under the declaration along with programs…
fema_get_housing_assistance read-only typelimitstateoffsetdisaster_number*
Retrieve Individual Assistance (IA) housing data for a disaster by disaster number. Returns owner and/or renter breakdowns by county and ZIP code — valid registrations, total appro…
fema_get_public_assistance read-only limitstatecountyoffsetdisaster_number
Retrieve Public Assistance (PA) funded project records for a disaster or state — shows where federal recovery money was obligated. Returns applicant, damage category, project size…
fema_query_dataset read-only limitfilteroffsetselectdataset*orderby
Generic OData query against any OpenFEMA v2 dataset — the escape hatch for datasets the convenience tools do not cover (e.g., FimaNfipPolicies, IndividualAssistanceHousingRegistran…
fema_search_disasters read-only limitstatecountyoffsetdate_todate_from +2
Search federal disaster declarations by state, incident type, declaration type, date range, and county. Returns deduplicated declaration-level summaries — each disaster number appe…
fema_search_nfip read-only limitstate*year_tozip_codecanvas_idyear_from +1
Search National Flood Insurance Program (NFIP) claims data by state, county, ZIP code, and year range. Returns claim counts, amounts paid on building and contents, flood zones, and…