Skip to main content
Glama

NASA MCP Server

nasa_neo

Access detailed information about asteroids and Near Earth Objects using start and end dates. Identify specific asteroids by their ID to track and analyze space data.

Instructions

Near Earth Object Web Service - information about asteroids

Input Schema

NameRequiredDescriptionDefault
asteroid_idNoID of a specific asteroid
end_dateYesEnd date for asteroid search (YYYY-MM-DD)
start_dateYesStart date for asteroid search (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "asteroid_id": { "description": "ID of a specific asteroid", "type": "string" }, "end_date": { "description": "End date for asteroid search (YYYY-MM-DD)", "type": "string" }, "start_date": { "description": "Start date for asteroid search (YYYY-MM-DD)", "type": "string" } }, "required": [ "start_date", "end_date" ], "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