NIFC Wildfire Data
Active wildfire incidents from the National Interagency Fire Center
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Active wildfire incidents from the National Interagency Fire Center
Server tool list (3)
Raw names from tools/list. Only developers need these.
| 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). |
| 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. |
| 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. |