Skip to main content
Glama
pipeworx-io

mcp-nasa-eonet

by pipeworx-io

@pipeworx/nasa-eonet

NASA EONET MCP — Earth Observatory Natural Event Tracker. Wildfires, storms, volcanoes, icebergs, dust + haze, severe storms, snow, manmade events. Auto-curated from official sources. No auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • events(status?, days?, source?, category?, bbox?, limit?, magnitude_id?, magnitude_min?, magnitude_max?) — events list

  • get_event(event_id) — single event detail

  • geojson(status?, days?, category?, bbox?, limit?) — events as GeoJSON FeatureCollection

  • list_categories() — category reference

  • list_sources() — official data sources EONET aggregates

  • list_layers(category?) — visualization layer reference

Related MCP server: mcp-gdacs

Data source

https://eonet.gsfc.nasa.gov/api/v3/ — public NASA Goddard service.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "nasa-eonet": {
      "url": "https://gateway.pipeworx.io/nasa-eonet/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Nasa Eonet data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying global disaster alerts from GDACS including earthquakes, tropical cyclones, floods, volcanoes, droughts, and wildfires. Supports listing events, getting details, and retrieving GeoJSON or RSS feeds.
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides access to the USGS Earthquake Catalog for querying earthquake events via the FDSNWS API, enabling natural language questions about earthquake data.
    11
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables macro/geopolitical event detection by wrapping the GDELT 2.0 API, providing tools for searching events, trending actors, and sentiment timeseries from global news.
    1

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-nasa-eonet'

If you have feedback or need assistance with the MCP directory API, please join our Discord server