geojson
Pack: nasa-eonet · Endpoint: https://gateway.pipeworx.io/nasa-eonet/mcp
Same as events but returns GeoJSON FeatureCollection (good for direct map rendering).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
status | string | no | |
days | number | no | |
category | string | no | |
bbox | string | no | |
limit | number | no |
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":"geojson","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.