Skip to main content
Glama

NASA MCP Server

jpl_scout

Retrieve NEOCP orbits, ephemerides, and impact risk data for specified objects. Customize output with summaries, plots, and file types like observational or critical data using this NASA MCP Server tool.

Instructions

Scout - NEOCP orbits, ephemerides, and impact risk data

Input Schema

NameRequiredDescriptionDefault
fileNoType of data file to return (summary, ephem, obs, crit, all)
limitNoLimit number of results
orbit_idNoScout internal orbit ID
plotNoInclude plots in the response
summaryNoInclude summary data in the response
tdesNoObject temporary designation (e.g., P21Eolo)

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "Type of data file to return (summary, ephem, obs, crit, all)", "enum": [ "summary", "ephem", "obs", "crit", "all" ], "type": "string" }, "limit": { "description": "Limit number of results", "type": "number" }, "orbit_id": { "description": "Scout internal orbit ID", "type": "string" }, "plot": { "description": "Include plots in the response", "type": "boolean" }, "summary": { "description": "Include summary data in the response", "type": "boolean" }, "tdes": { "description": "Object temporary designation (e.g., P21Eolo)", "type": "string" } }, "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