events
Pack: nasa-eonet · Endpoint: https://gateway.pipeworx.io/nasa-eonet/mcp
List natural events (active / closed) with category, geometry, and source links.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
status | string | no | open (default) | closed | all |
days | number | no | Lookback window in days (default 30, default 30 for closed) |
source | string | no | Comma-sep source ids (see list_sources) |
category | string | no | Comma-sep category ids (e.g. “wildfires,severeStorms”) |
bbox | string | no | Bounding box: “min_lon,max_lat,max_lon,min_lat” (note non-standard order) |
limit | number | no | Max results |
magnitude_id | string | no | Filter by magnitude id (e.g. “ac” for acres) |
magnitude_min | number | no | Minimum magnitude |
magnitude_max | number | no | Maximum magnitude |
Example call
curl -X POST https://gateway.pipeworx.io/nasa-eonet/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"events","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"nasa-eonet": {
"url": "https://gateway.pipeworx.io/nasa-eonet/mcp"
}
}
}
See Getting Started for client-specific install steps.