FEMA Disasters

Federal disaster declarations, emergencies, and assistance data

Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Federal disaster declarations, emergencies, and assistance data

    Server tool list (5)

    Raw names from tools/list. Only developers need these.

    get_disaster_declarationsGet 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_detailGet 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).
    get_public_assistanceGet 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).
    get_individual_assistanceGet 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).
    get_hazard_mitigation_grantsGet 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).