search_collections
ActiveTool of Nasa Cmr
Search NASA's Common Metadata Repository for Earth-science dataset collections by keyword, platform (satellite/mission), instrument, time range, or bounding box. ~10k collections covering MODIS, Landsat, Sentinel, VIIRS, GPM, and every NASA DAAC. Sorted by usage. Keyless.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 10, max 25)."
},
"keyword": {
"type": "string",
"description": "Free-text keyword, e.g. \"aerosol\", \"sea surface temperature\", \"land cover\"."
},
"platform": {
"type": "string",
"description": "Platform (satellite/mission) name, e.g. \"Terra\", \"Landsat-9\", \"Sentinel-1A\", \"Suomi-NPP\"."
},
"instrument": {
"type": "string",
"description": "Instrument name, e.g. \"MODIS\", \"OLI\", \"VIIRS\", \"ASTER\"."
},
"bounding_box": {
"type": "string",
"description": "Spatial filter \"minLon,minLat,maxLon,maxLat\", e.g. \"-125,32,-114,42\" for California."
},
"temporal_end": {
"type": "string",
"description": "End of temporal filter, YYYY-MM-DD."
},
"temporal_start": {
"type": "string",
"description": "Start of temporal filter, YYYY-MM-DD. Collections overlapping the range match."
}
}
}Parent server
Nasa Cmr
https://github.com/pipeworx-io/mcp-nasa-cmr
1/7 registries