Skip to main content
Glama

NASA MCP Server

nasa_cmr

Search NASA's Common Metadata Repository to access data collections using keywords, pagination, and sorting options for precise results. Ideal for retrieving satellite imagery, Mars Rover photos, and space weather data.

Instructions

NASA Common Metadata Repository - search for NASA data collections

Input Schema

NameRequiredDescriptionDefault
keywordYesSearch keyword
limitNoMaximum number of results to return
pageNoPage number for pagination
sort_keyNoField to sort results by

Input Schema (JSON Schema)

{ "properties": { "keyword": { "description": "Search keyword", "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" }, "sort_key": { "description": "Field to sort results by", "type": "string" } }, "required": [ "keyword" ], "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