Skip to main content
Glama

NASA MCP Server

jpl_cad

Analyze asteroid and comet close approaches to planets within specified date ranges and distances using customizable search parameters, aiding planetary safety and research.

Instructions

Asteroid and comet close approaches to the planets in the past and future

Input Schema

NameRequiredDescriptionDefault
bodyNoBody to find close approaches to (e.g., Earth, Mars, ALL). Default: Earth
date_maxNoEnd date for search (YYYY-MM-DD). Default: +60 days
date_minNoStart date for search (YYYY-MM-DD). Default: now
desNoObject designation (e.g., '2000 SG344' or '433')
dist_maxNoMaximum approach distance (e.g., 0.05, 10LD). Default: 0.05 au
dist_minNoMinimum approach distance. Default: none
fullnameNoInclude full object name in result. Default: false
neoNoLimit to NEOs. Default: true
sortNoSort field: date, dist, dist-min, v-inf, v-rel, h, object. Default: date
spkNoObject SPK-ID (e.g., '2000433')

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Body to find close approaches to (e.g., Earth, Mars, ALL). Default: Earth", "type": "string" }, "date_max": { "description": "End date for search (YYYY-MM-DD). Default: +60 days", "type": "string" }, "date_min": { "description": "Start date for search (YYYY-MM-DD). Default: now", "type": "string" }, "des": { "description": "Object designation (e.g., '2000 SG344' or '433')", "type": "string" }, "dist_max": { "description": "Maximum approach distance (e.g., 0.05, 10LD). Default: 0.05 au", "type": "string" }, "dist_min": { "description": "Minimum approach distance. Default: none", "type": "string" }, "fullname": { "description": "Include full object name in result. Default: false", "type": "boolean" }, "neo": { "description": "Limit to NEOs. Default: true", "type": "boolean" }, "sort": { "description": "Sort field: date, dist, dist-min, v-inf, v-rel, h, object. Default: date", "type": "string" }, "spk": { "description": "Object SPK-ID (e.g., '2000433')", "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