search_nasa_images
ActiveTool of Nasa
Search the NASA Image and Video Library for images/videos of any subject — planets, missions, astronauts, launches, galaxies, etc. PREFER for "NASA photos of Jupiter", "images of the Apollo 11 mission", "pictures of a nebula". Returns title, description, date, NASA ID, media type, and a thumbnail URL. Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (default 10, max 50)."
},
"query": {
"type": "string",
"description": "Search terms, e.g. \"jupiter\", \"apollo 11\", \"crab nebula\"."
},
"media_type": {
"type": "string",
"description": "Optional filter: \"image\", \"video\", or \"audio\"."
}
}
}Parent server
Nasa
https://github.com/pipeworx-io/mcp-nasa
1/7 registries