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

NIFC Wildfire Data

com.olyport/wildfire

Active wildfire incidents from the National Interagency Fire Center

Uptime
11.1%
27 probes
Response
478ms
last probe
Tools
3
callable

Tools · 3

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. A…

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_…

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. …

How to use

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

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