Open Data

FEMA Disasters MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

FEMA OpenFEMA API providing disaster declarations, flood insurance claims, housing assistance data, and National Risk Index scores since 1953. OData-style queries with $filter, $select, $top, $skip, $orderby.

3 tools
Agent guide included
No auth required
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for FEMA Disasters — workflow patterns, data models, and gotchas for your AI agent.

FEMA OpenFEMA API

Federal disaster data since 1953. No authentication required.

Data Model

  • DisasterDeclarationsSummaries — Every presidential disaster declaration with type, state, dates, and programs.
  • FemaWebDisasterSummaries — Aggregated disaster stats including individual/public assistance totals.
  • Web summaries — aggregated disaster summary data including total costs, affected populations, and program totals across disaster declarations.
  • HousingAssistanceOwners — Individual homeowner assistance amounts by disaster and county.
  • NfipClaims — National Flood Insurance Program claims with payment amounts.
  • NationalRiskIndex — County-level risk scores for 18 natural hazards.

Query Syntax (OData)

  • $filter — e.g. state eq 'California' and fyDeclared eq 2024
  • $select — choose fields: $select=disasterNumber,state,declarationDate
  • $top / $skip — pagination (default 1000, max 10000)
  • $orderby — e.g. declarationDate desc
  • $inlinecount=allpages — include total count in response

Gotchas

  • Default page size is 1000 records; max 10000 per request.
  • Date fields are ISO 8601 strings (e.g. "2024-01-15T00:00:00.000z").
  • Disaster types: DR (Major Disaster), EM (Emergency), FM (Fire Management), FS (Fire Suppression).
  • designatedArea can be "Statewide" or a specific county name.

Tools in this Server (3)

Fema Get Assistance

Get FEMA housing assistance data for homeowners affected by a disaster. Requires disaster_number — find it using fema_get_disasters. Returns approved ...

Fema Get Disasters

Get FEMA disaster declarations (presidential declarations since 1953). Pass disaster_number to retrieve a specific disaster's full details. Omit to li...

Fema Get Summaries

Get FEMA web disaster summaries with aggregated statistics for each disaster. Includes total individual assistance (IA) and public assistance (PA) amo...

Frequently Asked Questions

What is the FEMA Disasters MCP server?

FEMA OpenFEMA API providing disaster declarations, flood insurance claims, housing assistance data, and National Risk Index scores since 1953. OData-style queries with $filter, $select, $top, $skip, $orderby. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect FEMA Disasters to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/fema-disasters. Authentication is handled automatically.

How many tools does FEMA Disasters provide?

FEMA Disasters provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does FEMA Disasters require?

FEMA Disasters uses open data APIs — no authentication required.

Setup Instructions

Connect FEMA Disasters to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/fema-disasters

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with FEMA Disasters?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

FEMA Disasters MCP Server & Skill — 3 Tools