NASA-MCP

get_epic_imagery_by_date

Retrieve Earth imagery captured by the EPIC camera for a specific date in YYYY-MM-DD format. Choose between natural or enhanced collection types to access detailed views of the planet.

Instructions

Get images from the EPIC (Earth Polychromatic Imaging Camera) for a specific date.

Args: date: Date in YYYY-MM-DD format. collection: Collection type. Options: natural, enhanced.

Input Schema

NameRequiredDescriptionDefault
collectionNonatural
dateYes

Input Schema (JSON Schema)

{ "properties": { "collection": { "default": "natural", "title": "Collection", "type": "string" }, "date": { "title": "Date", "type": "string" } }, "required": [ "date" ], "title": "get_epic_imagery_by_dateArguments", "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/AnCode666/nasa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server