# FEMA Disasters MCP server

Federal disaster declarations, emergencies, and assistance data

## Links
- Registry page: https://www.getdrio.com/mcp/com-olyport-fema
- Website: https://olyport.com

## Install
- Endpoint: https://mcp.olyport.com/fema/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.olyport.com/fema/mcp

## Tools
- 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).
     Endpoint: https://mcp.olyport.com/fema/mcp
- 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).
     Endpoint: https://mcp.olyport.com/fema/mcp
- 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).
     Endpoint: https://mcp.olyport.com/fema/mcp
- 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).
     Endpoint: https://mcp.olyport.com/fema/mcp
- 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).
     Endpoint: https://mcp.olyport.com/fema/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.olyport
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 2, 2026
- Source: https://registry.modelcontextprotocol.io
