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 — Natural hazard events tracked by NASA EONET (the Earth Observatory Natural Event Tracker): wildfires, severe storms, volcanoes, floods, icebergs, landslides, dust and haze. Filter by open or closed status, lookback days, category id, bounding box, reporting source, and magnitude range. Returns each event id, title, category, date-stamped geometry (point or polygon), and links to the reporting agency, answering where wildfires, storms, or eruptions are active now and where they occurred recently.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