Skip to main content
Glama

NASA MCP Server

jpl_sentry

Assess and monitor Near-Earth Object (NEO) impact risks by analyzing data on object designation, size, date range, probability, and Palermo Scale values via NASA's MCP Server.

Instructions

JPL Sentry - NEO Earth impact risk assessment data

Input Schema

NameRequiredDescriptionDefault
allNoGet all virtual impactors data
date_maxNoEnd date (YYYY-MM-DD)
date_minNoStart date (YYYY-MM-DD)
desNoObject designation (e.g., '2011 AG5' or '29075')
h_maxNoMaximum absolute magnitude (size filter)
ip_minNoMinimum impact probability
limitNoMaximum number of results to return
ps_minNoMinimum Palermo Scale value
removedNoGet objects removed from Sentry monitoring
spkNoObject SPK-ID

Input Schema (JSON Schema)

{ "properties": { "all": { "description": "Get all virtual impactors data", "type": "boolean" }, "date_max": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "date_min": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "des": { "description": "Object designation (e.g., '2011 AG5' or '29075')", "type": "string" }, "h_max": { "description": "Maximum absolute magnitude (size filter)", "type": "number" }, "ip_min": { "description": "Minimum impact probability", "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "number" }, "ps_min": { "description": "Minimum Palermo Scale value", "type": "string" }, "removed": { "description": "Get objects removed from Sentry monitoring", "type": "boolean" }, "spk": { "description": "Object SPK-ID", "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