get_apod
ActiveTool of Nasa
declared in 0.1.0
Get the NASA Astronomy Picture of the Day with explanation. Optionally specify a date. Example: get_apod({ date: "2024-01-15", _apiKey: "DEMO_KEY" })
Parameters schema
{
"type": "object",
"examples": [
{
"date": "2024-01-15",
"_apiKey": "your-nasa-api-key"
},
{
"_apiKey": "your-nasa-api-key"
}
],
"required": [],
"properties": {
"date": {
"type": "string",
"description": "Date in YYYY-MM-DD format (optional, defaults to today). Range: 1995-06-16 to today."
},
"_apiKey": {
"type": "string",
"description": "NASA API key (optional, defaults to DEMO_KEY — get a free key at api.nasa.gov)"
}
}
}Parent server
Nasa
https://github.com/pipeworx-io/mcp-nasa
1/7 registries