Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Fema MCP Server
Fema MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:18:30 PM

Fema MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "fema-mcp-server": {
      "command": "bunx",
      "args": [
        "@cyanheads/fema-mcp-server@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@cyanheads/fema-mcp-server

Query FEMA disaster declarations, public assistance grants, housing aid, and NFIP flood insurance claims via MCP. STDIO or Streamable HTTP.

8 Tools β€’ 1 Opt-in Tool β€’ 1 Resource

Version License Docker MCP SDK npm TypeScript Bun

Install in Claude Desktop Install in Cursor Install in VS Code

Framework

Public Hosted Server: https://fema.caseyjhand.com/mcp


Tools

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:

ToolDescription
fema_search_disastersSearch federal disaster declarations by state, incident type, declaration type, date range, and county
fema_get_disasterFetch all designated-area records for a specific disaster by disaster number
fema_get_public_assistancePublic assistance funded projects for a disaster or state β€” where federal recovery money went
fema_get_housing_assistanceIndividual assistance housing data for a disaster β€” owner and renter breakdowns by county/ZIP
fema_search_nfipNFIP flood insurance claims for a state, county, or ZIP, with optional DataCanvas spillover for SQL analytics
fema_dataframe_describeList columns and row counts for DataCanvas tables staged by fema_search_nfip
fema_dataframe_queryRun a SELECT query against a DataCanvas table staged by fema_search_nfip
fema_dataframe_dropRemove a staged DataCanvas table or view (disabled unless explicitly enabled)
fema_query_datasetGeneric OData query against any OpenFEMA v2 dataset β€” escape hatch for datasets the convenience tools don't cover

fema_search_disasters

The primary entry point β€” "what disasters were declared in Texas in 2025?"

  • Filter by state (2-letter code), incident type (Hurricane, Flood, Wildfire, etc.), declaration type (DR/EM/FM), date range, and county
  • Returns deduplicated declaration-level summaries β€” one row per declaration, not per designated area
  • Includes disaster number (the join key for PA and housing tools), title, state, incident type, declaration/incident dates, programs declared (IA/PA/HM), and designatedAreaCount
  • Paginated via limit / offset

fema_get_disaster

Fetch all designated-area records for a specific FEMA disaster number.

  • Returns every county/municipality row for the declaration with programs activated, incident period, and FIPS codes
  • Use after fema_search_disasters to drill into a specific event; the disaster number chains to PA and housing tools
  • DisasterDeclarationsSummaries returns one row per designated area β€” a single declaration can span dozens of counties

fema_get_public_assistance

Retrieve PA funded project details β€” where federal recovery money went after a disaster.

  • Filter by disaster_number, state, or county; at least one of disaster_number or state is required
  • Returns applicant, damage category, project size/status, federal share obligated, and total obligated
  • Useful for journalists, researchers, and oversight analysts tracking federal grant flows

fema_get_housing_assistance

Individual assistance housing data for a disaster, broken down by county and ZIP.

  • Returns owner and renter breakdowns via type param (owners/renters/both)
  • Fields include valid registrations, total inspected, total damage, approved IHP amounts, repair/rental/other-needs amounts, and max grants
  • Covers HousingAssistanceOwners and HousingAssistanceRenters datasets in a single call

fema_search_nfip

NFIP flood insurance claims with optional DuckDB-backed SQL analytics for large result sets.

  • Requires at minimum a state filter β€” unfiltered NFIP Claims is 2.7M rows
  • Additional filters: county_code, zip_code, year_from, year_to; pagination via limit
  • When CANVAS_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 handle
  • Use fema_dataframe_describe to inspect the schema, then fema_dataframe_query for aggregation, grouping, and time-series analysis without re-fetching

fema_dataframe_describe / fema_dataframe_query / fema_dataframe_drop

In-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 query
  • fema_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=true
  • Workflow: fema_search_nfip (with canvas enabled) β†’ fema_dataframe_describe β†’ fema_dataframe_query
  • SQL queries are read-only β€” writes, DDL, and DROP statements are rejected by the framework SQL gate. The gated drop tool only removes staged canvas data and never changes FEMA source data.

fema_query_dataset

Generic OData query against any OpenFEMA v2 dataset β€” the escape hatch for datasets the convenience tools don't cover.

  • Accepts raw $filter, $select, $orderby, limit, and offset params
  • Dataset name must match an actual OpenFEMA endpoint (e.g. FimaNfipPolicies, IndividualAssistanceHousingRegistrantsLargeDisasters)
  • Validates that the API returns JSON (Content-Type check) and surfaces structured error codes on 400 responses

Resources and prompts

TypeNameDescription
Resourcefema://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.

Features

Built on @cyanheads/mcp-ts-core:

  • Declarative tool, resource, and prompt definitions β€” single file per primitive, framework handles registration and validation
  • Unified error handling β€” handlers throw, framework catches, classifies, and formats
  • Pluggable auth: none, jwt, oauth
  • Swappable storage backends: in-memory, filesystem, Supabase, Cloudflare KV/R2/D1
  • Structured logging with optional OpenTelemetry tracing
  • STDIO and Streamable HTTP transports

FEMA/OpenFEMA-specific:

  • Typed OpenFEMA REST client with OData parameter building (%24-encoded to satisfy Akamai's Drupal layer), response parsing, and structured error classification (JSON 400 vs HTML 404)
  • Automatic deduplication of DisasterDeclarationsSummaries β€” one row per designated area collapsed to declaration-level summaries with designatedAreaCount
  • NFIP Claims guard: state filter is required to prevent unbounded 2.7M-row fetches
  • DataCanvas spillover for NFIP analytics β€” large NFIP result sets materialize as DuckDB tables queryable via SQL without re-fetching
  • No API keys required β€” OpenFEMA is a free, public API

Agent-friendly output:

  • Disaster number is the explicit join key across all datasets β€” every tool that touches a disaster surfaces it prominently so agents can chain calls without re-searching
  • Typed error contracts on every tool β€” invalid_state, no_results, missing_filter, unknown_dataset, invalid_filter, canvas_unavailable β€” with recovery hints telling agents the concrete next step
  • designatedAreaCount on search results so agents know whether to drill in with fema_get_disaster without having to fetch the full record first

Getting started

Public Hosted Instance

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Metabase logoMetabase

    Lets AI clients search, explore, query, and visualize data in a Metabase instance.

    πŸ’» Developer Tools0 views
    Compare vs Metabase β†’
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Fema MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "fema-mcp-server": { "command": "npx", "args": ["-y", "fema-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFema MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/fema-mcp-server?style=directory)](https://allmcps.com/mcp/fema-mcp-server)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Fema MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code