Skip to main content
Glama

NASA MCP Server

nasa_apod

Retrieve NASA's Astronomy Picture of the Day (APOD) by specifying a date, date range, or random count, including video thumbnails, using the NASA MCP Server.

Instructions

Fetch NASA's Astronomy Picture of the Day

Input Schema

NameRequiredDescriptionDefault
countNoCount of random APODs to retrieve
dateYesThe date of the APOD image to retrieve (YYYY-MM-DD)
end_dateNoEnd date for date range search (YYYY-MM-DD)
start_dateNoStart date for date range search (YYYY-MM-DD)
thumbsNoReturn URL of thumbnail for video content

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Count of random APODs to retrieve", "type": "number" }, "date": { "description": "The date of the APOD image to retrieve (YYYY-MM-DD)", "type": "string" }, "end_date": { "description": "End date for date range search (YYYY-MM-DD)", "type": "string" }, "start_date": { "description": "Start date for date range search (YYYY-MM-DD)", "type": "string" }, "thumbs": { "description": "Return URL of thumbnail for video content", "type": "boolean" } }, "required": [ "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