# NIFC Wildfire Data MCP server

Active wildfire incidents from the National Interagency Fire Center

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

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

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

## Tools
- get_active_fires - Get current active wildfire incidents from NIFC.

    Returns data on active wildfires including name, location, size, and
    containment status. Data is updated frequently during fire season.

    Args:
        state: Two-letter US state abbreviation to filter by (e.g. 'CA', 'OR').
        min_acres: Minimum fire size in acres to include (e.g. 100 for fires over 100 acres).
        limit: Maximum number of fires to return (default 50).
     Endpoint: https://mcp.olyport.com/wildfire/mcp
- get_fire_perimeters - Get fire perimeter data for active or recent wildfires.

    Returns perimeter boundaries and associated metadata. Useful for
    understanding the geographic extent of fires.

    Args:
        fire_name: Name of a specific fire to look up (case-insensitive partial match).
        state: Two-letter US state abbreviation to filter by.
     Endpoint: https://mcp.olyport.com/wildfire/mcp
- get_fire_stats - Get wildfire statistics summary including total fires and acres burned.

    Returns aggregate statistics from active incident data. When no year is
    specified, returns current year statistics.

    Args:
        year: Year to get statistics for (e.g. 2025). Defaults to current year.
     Endpoint: https://mcp.olyport.com/wildfire/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
