Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

FEMA Disasters

com.olyport/fema

Federal disaster declarations, emergencies, and assistance data

Uptime
11.1%
27 probes
Response
788ms
last probe
Tools
5
callable

Tools · 5

get_disaster_declarations

Get FEMA disaster declarations filtered by state, year, or type. Returns federal disaster declarations including major disasters, emergencies, and fire management assistance. Each record incl…

get_disaster_detail

Get detailed information about a specific FEMA disaster declaration. Returns comprehensive data for a single disaster including all declared programs, incident dates, and affected areas. Use …

get_public_assistance

Get FEMA Public Assistance (PA) grant data for disaster recovery. Returns PA grant obligations that fund debris removal, emergency protective measures, and permanent restoration of infrastruc…

get_individual_assistance

Get FEMA Individual and Households Program (IHP) assistance data. Returns aggregated data on individual assistance provided to disaster survivors including housing assistance and other needs …

get_hazard_mitigation_grants

Get FEMA Hazard Mitigation Grant Program (HMGP) data. Returns data on grants awarded to reduce future disaster losses through mitigation projects such as property acquisition, elevation, and …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fema_disasters": {
      "url": "https://mcp.olyport.com/fema/mcp",
      "transport": "streamable-http"
    }
  }
}