MCP server exposing 6 tools for nasa-eonet.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nasa-eonet/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
events — List natural events (active / closed) with category, geometry, and source links.get_event — Fetch a single event by EONET id.geojson — Same as events but returns GeoJSON FeatureCollection (good for direct map rendering).list_categories — Return all EONET event category definitions (id, title, description, layers) used to filter the events and geojson tools.list_sources — Return all official data sources (id, title, homepage URL) that EONET aggregates natural-event records from.list_layers — Visualization layer reference (mapping the events to imagery layers).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nasa-eonet/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io