Skip to main content
Glama

NASA MCP Server

nasa_eonet

Track and analyze natural events like wildfires and volcanoes using NASA's Earth Observatory data. Retrieve event details by category, status, and time range for informed decision-making.

Instructions

Earth Observatory Natural Event Tracker - natural events data

Input Schema

NameRequiredDescriptionDefault
categoryNoEvent category (wildfires, volcanoes, etc.)
daysNoNumber of days to look back
limitNoMaximum number of events to return
sourceNoData source
statusNoEvent status (open, closed)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Event category (wildfires, volcanoes, etc.)", "type": "string" }, "days": { "description": "Number of days to look back", "type": "number" }, "limit": { "description": "Maximum number of events to return", "type": "number" }, "source": { "description": "Data source", "type": "string" }, "status": { "description": "Event status (open, closed)", "type": "string" } }, "type": "object" }

Other Tools from NASA MCP Server

Related Tools

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/ProgramComputer/NASA-MCP-server'

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