Query FEMA disaster declarations, public assistance grants, housing aid, and NFIP claims.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Query FEMA disaster declarations, public assistance grants, housing aid, and NFIP flood insurance claims via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://fema.caseyjhand.com/mcp
Eight tools are advertised by default. Setting FEMA_ENABLE_CANVAS_DROP=true adds a ninth, destructive DataCanvas cleanup tool. Together they cover the OpenFEMA data surface β convenience tools for the headline datasets, SQL analytics over large NFIP result sets via DuckDB canvas, and a generic escape hatch for datasets the convenience tools don't cover:
| Tool | Description |
|---|---|
fema_search_disasters | Search federal disaster declarations by state, incident type, declaration type, date range, and county |
fema_get_disaster | Fetch all designated-area records for a specific disaster by disaster number |
fema_get_public_assistance | Public assistance funded projects for a disaster or state β where federal recovery money went |
fema_get_housing_assistance | Individual assistance housing data for a disaster β owner and renter breakdowns by county/ZIP |
fema_search_nfip | NFIP flood insurance claims for a state, county, or ZIP, with optional DataCanvas spillover for SQL analytics |
fema_dataframe_describe | List columns and row counts for DataCanvas tables staged by fema_search_nfip |
fema_dataframe_query | Run a SELECT query against a DataCanvas table staged by fema_search_nfip |
fema_dataframe_drop | Remove a staged DataCanvas table or view (disabled unless explicitly enabled) |
fema_query_dataset | Generic OData query against any OpenFEMA v2 dataset β escape hatch for datasets the convenience tools don't cover |
fema_search_disastersThe primary entry point β "what disasters were declared in Texas in 2025?"
DR/EM/FM), date range, and countydesignatedAreaCountlimit / offsetfema_get_disasterFetch all designated-area records for a specific FEMA disaster number.
fema_search_disasters to drill into a specific event; the disaster number chains to PA and housing toolsDisasterDeclarationsSummaries returns one row per designated area β a single declaration can span dozens of countiesfema_get_public_assistanceRetrieve PA funded project details β where federal recovery money went after a disaster.
disaster_number, state, or county; at least one of disaster_number or state is requiredfema_get_housing_assistanceIndividual assistance housing data for a disaster, broken down by county and ZIP.
type param (owners/renters/both)HousingAssistanceOwners and HousingAssistanceRenters datasets in a single callfema_search_nfipNFIP flood insurance claims with optional DuckDB-backed SQL analytics for large result sets.
state filter β unfiltered NFIP Claims is 2.7M rowscounty_code, zip_code, year_from, year_to; pagination via limitCANVAS_PROVIDER_TYPE=duckdb is set and results exceed the inline cap, the full result set spills to a DataCanvas table and returns a canvas_id handlefema_dataframe_describe to inspect the schema, then fema_dataframe_query for aggregation, grouping, and time-series analysis without re-fetchingfema_dataframe_describe / fema_dataframe_query / fema_dataframe_dropIn-conversation SQL analytics over NFIP Claims data staged by fema_search_nfip on a DuckDB-backed DataCanvas.
fema_dataframe_describe: lists columns, types, and row count for a canvas table β use before writing a queryfema_dataframe_query: runs a single SELECT statement against the staged table; standard DuckDB SQL (GROUP BY, SUM, window functions, time-series)fema_dataframe_drop: removes one staged table or view; disabled by default and enabled with FEMA_ENABLE_CANVAS_DROP=truefema_search_nfip (with canvas enabled) β fema_dataframe_describe β fema_dataframe_queryfema_query_datasetGeneric OData query against any OpenFEMA v2 dataset β the escape hatch for datasets the convenience tools don't cover.
$filter, $select, $orderby, limit, and offset paramsFimaNfipPolicies, IndividualAssistanceHousingRegistrantsLargeDisasters)| Type | Name | Description |
|---|---|---|
| Resource | fema://disaster/{disasterNumber} | Summary for a specific FEMA disaster declaration β title, state, incident type, programs, incident period |
All resource data is also reachable via tools. Use fema_get_disaster for the same data with pagination and full designated-area detail.
Built on @cyanheads/mcp-ts-core:
none, jwt, oauthin-memory, filesystem, Supabase, Cloudflare KV/R2/D1FEMA/OpenFEMA-specific:
%24-encoded to satisfy Akamai's Drupal layer), response parsing, and structured error classification (JSON 400 vs HTML 404)DisasterDeclarationsSummaries β one row per designated area collapsed to declaration-level summaries with designatedAreaCountstate filter is required to prevent unbounded 2.7M-row fetchesAgent-friendly output:
invalid_state, no_results, missing_filter, unknown_dataset, invalid_filter, canvas_unavailable β with recovery hints telling agents the concrete next stepdesignatedAreaCount on search results so agents know whether to drill in with fema_get_disaster without having to fetch the full record firstNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/fema-mcp-server)<a href="https://allmcps.com/mcp/fema-mcp-server"><img src="https://allmcps.com/api/badge/fema-mcp-server?style=directory" alt="Fema MCP Server on AllMCPs" /></a>