events
ActiveTool of Nasa Eonet
declared in 0.1.0
List natural events (active / closed) with category, geometry, and source links.
Parameters schema
{
"type": "object",
"examples": [
{
"days": 30,
"limit": 50,
"status": "open"
},
{
"bbox": "-120,40,-110,35",
"days": 60,
"status": "all",
"category": "wildfires,severeStorms"
}
],
"properties": {
"bbox": {
"type": "string",
"description": "Bounding box: \"min_lon,max_lat,max_lon,min_lat\" (note non-standard order)"
},
"days": {
"type": "number",
"description": "Lookback window in days (default 30, default 30 for closed)"
},
"limit": {
"type": "number",
"description": "Max results"
},
"source": {
"type": "string",
"description": "Comma-sep source ids (see list_sources)"
},
"status": {
"type": "string",
"description": "open (default) | closed | all"
},
"category": {
"type": "string",
"description": "Comma-sep category ids (e.g. \"wildfires,severeStorms\")"
},
"magnitude_id": {
"type": "string",
"description": "Filter by magnitude id (e.g. \"ac\" for acres)"
},
"magnitude_max": {
"type": "number",
"description": "Maximum magnitude"
},
"magnitude_min": {
"type": "number",
"description": "Minimum magnitude"
}
}
}Parent server
Nasa Eonet
https://github.com/pipeworx-io/mcp-nasa-eonet
1/7 registries