Skip to main content
Glama

NASA MCP Server

jpl_sbdb

Search for asteroid and comet data, including close approach details, using the Small-Body Database via NASA’s MCP Server to access space-related information.

Instructions

Small-Body Database (SBDB) - asteroid and comet data

Input Schema

NameRequiredDescriptionDefault
cadNoInclude close approach data
sstrYesSearch string (e.g., asteroid name, number, or designation)

Input Schema (JSON Schema)

{ "properties": { "cad": { "description": "Include close approach data", "type": "boolean" }, "sstr": { "description": "Search string (e.g., asteroid name, number, or designation)", "type": "string" } }, "required": [ "sstr" ], "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