NIFC Wildfire Data
com.olyport/wildfireActive wildfire incidents from the National Interagency Fire Center
Tools · 3
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 perimeter data for active or recent wildfires. Returns perimeter boundaries and associated metadata. Useful for understanding the geographic extent of fires. Args: fire_…
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"
}
}
}