aliafsahnoudeh/wildfire-mcp-server
Platform-specific configuration:
{
"mcpServers": {
"wildfire-mcp-server": {
"command": "npx",
"args": [
"-y",
"wildfire-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server for detecting, monitoring, and analyzing potential wildfires globally using multiple data sources including NASA FIRMS, OpenWeatherMap, and Google Earth Engine.
This MCP server provides AI assistants with tools to detect and analyze wildfire activity anywhere in the world by integrating real-time satellite data, weather forecasts, air pollution metrics, and geographical information. It's designed to help identify potential wildfires and assess their environmental impact.
Configure API keys (if required):
get_potential_wildfiresGet potential wildfires for a specific date using NASA FIRMS data.
Parameters:
date (str, optional): Date in YYYY-MM-DD format. Defaults to current date.frp (float): Fire Radiative Power threshold (default: 1)bright_ti4 (float): Brightness temperature threshold (default: 50)in_iran (bool): If True, filters fires to only show those within Iran's borders (useful for Iran-specific monitoring)bounding_box (BoundingBox, optional): Custom bounding box to limit search area to any geographic regionget_addressGet the address for given coordinates.
Parameters:
latitude (float): Latitude of the locationlongitude Loading reviews...