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.
wildfirenasa-firmsfire-detectionweatherair-pollutionmonitoringgeospatialpythonother
Installation & Configuration
{
"wildfire-mcp-server": {
"command": "python",
"args": [
"wildfire_mcp_server.py"
],
"env": {
"NASA_FIRMS_API_KEY": "your_nasa_firms_key",
"OPENWEATHERMAP_API_KEY": "your_openweathermap_key"
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/11
Updated
2026/6/12