Skip to main content
Glama

NASA MCP Server

nasa_earth

Access Landsat satellite imagery for specific locations and dates. Retrieve high-resolution Earth images by providing latitude, longitude, and optional dimensions or cloud coverage analysis.

Instructions

Earth - Landsat satellite imagery

Input Schema

NameRequiredDescriptionDefault
cloud_scoreNoCalculate the percentage of the image covered by clouds
dateNoDate of imagery (YYYY-MM-DD format). If not specified, most recent imagery is used
dimNoWidth and height of image in degrees (0.025 to 0.5)
latYesLatitude of the imagery location
lonYesLongitude of the imagery location

Input Schema (JSON Schema)

{ "properties": { "cloud_score": { "description": "Calculate the percentage of the image covered by clouds", "type": "boolean" }, "date": { "description": "Date of imagery (YYYY-MM-DD format). If not specified, most recent imagery is used", "type": "string" }, "dim": { "description": "Width and height of image in degrees (0.025 to 0.5)", "type": "number" }, "lat": { "description": "Latitude of the imagery location", "type": "number" }, "lon": { "description": "Longitude of the imagery location", "type": "number" } }, "required": [ "lon", "lat" ], "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