NIFC Wildfire Data
Active wildfire incidents from the National Interagency Fire Center
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Active wildfire incidents from the National Interagency Fire Center
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |