Skip to main content
Glama

NASA MCP Server

jpl_fireball

Track and analyze atmospheric impact events by retrieving fireball data within specified date ranges using NASA's MCP Server. Input start and end dates to explore recorded events.

Instructions

Fireball data - atmospheric impact events

Input Schema

NameRequiredDescriptionDefault
date_maxNoEnd date (YYYY-MM-DD)
date_minNoStart date (YYYY-MM-DD)
limitNoMaximum number of results to return

Input Schema (JSON Schema)

{ "properties": { "date_max": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "date_min": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "number" } }, "type": "object" }

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