mcpbeat

FEMA Disasters MCP Server

com.olyport/fema
answering

FEMA Disasters is answering right now. Last checked moments ago. It exposes 5 tools.

Federal disaster declarations, emergencies, and assistance data

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
533 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add fema --transport http https://mcp.olyport.com/fema/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fema": {
      "url": "https://mcp.olyport.com/fema/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fema]
url = "https://mcp.olyport.com/fema/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "fema": {
      "url": "https://mcp.olyport.com/fema/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fema": {
      "url": "https://mcp.olyport.com/fema/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

disaster
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 includes the disaster number, title, declaration date, and affected area. Args: state: Two-letter US state abbreviation (e.g. 'CA', 'TX', 'FL'). year: Filter by fiscal year of the declaration (e.g. 2023). disaster_type: Declaration type code: 'DR' (major disaster), 'EM' (emergency), or 'FM' (fire management assistance). limit: Maximum number of records to return (default 25, max 1000).
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 disaster numbers from get_disaster_declarations results. Args: disaster_number: The FEMA disaster number (e.g. 4737, 3604).
hazard
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 infrastructure improvements. Args: state: Two-letter US state abbreviation (e.g. 'CA', 'TX'). limit: Maximum number of records to return (default 25, max 1000).
individual
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 assistance. Data is aggregated at the county level per disaster. Args: disaster_number: FEMA disaster number to filter by (e.g. 4737). state: Two-letter US state abbreviation (e.g. 'CA', 'TX'). limit: Maximum number of records to return (default 25, max 1000).
public
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 infrastructure. Filter by disaster number or state. Args: disaster_number: FEMA disaster number to filter by (e.g. 4737). state: Two-letter US state abbreviation (e.g. 'CA', 'TX'). limit: Maximum number of records to return (default 25, max 1000).

Endpoints

URLTransportStateLatencyChecked
https://mcp.olyport.com/fema/mcp streamable-http answering 564 ms 0 min ago

FEMA Disasters — questions

Answers built from our own checks of this server.

What can FEMA Disasters do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_disaster_declarations, get_disaster_detail, get_hazard_mitigation_grants, get_individual_assistance, get_public_assistance. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is FEMA Disasters working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 533 ms. The bar chart above shows every period we have measured.
How do I connect FEMA Disasters?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does FEMA Disasters need an API key?
No. FEMA Disasters completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is FEMA Disasters?
It answers our handshake in 533 ms on average, which is faster than 20% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.