get_mars_photos
ActiveTool of Nasa
declared in 0.1.0
Get photos taken by Mars rovers (Curiosity, Opportunity, Spirit). Filter by Martian sol and camera. Example: get_mars_photos({ sol: 1000, camera: "FHAZ", _apiKey: "DEMO_KEY" })
Parameters schema
{
"type": "object",
"examples": [
{
"sol": 1000,
"camera": "FHAZ",
"_apiKey": "your-nasa-api-key"
},
{
"sol": 3000,
"_apiKey": "your-nasa-api-key"
}
],
"required": [],
"properties": {
"sol": {
"type": "number",
"description": "Martian sol (day) to retrieve photos from, e.g. 1000 (default: 1000)"
},
"camera": {
"type": "string",
"description": "Camera abbreviation: \"FHAZ\" (front hazard), \"RHAZ\" (rear hazard), \"MAST\" (mast), \"CHEMCAM\", \"MAHLI\", \"MARDI\", \"NAVCAM\" (optional)"
},
"_apiKey": {
"type": "string",
"description": "NASA API key (optional, defaults to DEMO_KEY)"
}
}
}Parent server
Nasa
https://github.com/pipeworx-io/mcp-nasa
1/7 registries