Skip to main content
Glama

NASA MCP Server

nasa_mars_rover

Access high-resolution images from Mars rovers (Curiosity, Opportunity, Spirit, Perseverance) using rover name, Martian sol, Earth date, or camera. Explore visual data from NASA’s MCP Server for research or discovery purposes.

Instructions

NASA Mars Rover Photos - images from Mars rovers

Input Schema

NameRequiredDescriptionDefault
cameraNoCamera name
earth_dateNoEarth date of the photos (YYYY-MM-DD)
pageNoPage number for pagination
roverYesName of the rover (curiosity, opportunity, spirit, perseverance)
solNoMartian sol (day) of the photos

Input Schema (JSON Schema)

{ "properties": { "camera": { "description": "Camera name", "type": "string" }, "earth_date": { "description": "Earth date of the photos (YYYY-MM-DD)", "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "rover": { "description": "Name of the rover (curiosity, opportunity, spirit, perseverance)", "type": "string" }, "sol": { "description": "Martian sol (day) of the photos", "type": "number" } }, "required": [ "rover" ], "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