search_granules
ActiveTool of Nasa Cmr
declared in 0.1.0
List the individual data files (granules) of a NASA collection — newest first, with timestamps, file size, and direct download URLs. Filter by time range or bounding box. Keyless.
Parameters schema
{
"type": "object",
"required": [
"concept_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 10, max 25)."
},
"concept_id": {
"type": "string",
"description": "CMR collection concept ID, e.g. \"C1748058432-LPCLOUD\". Get IDs from search_collections."
},
"bounding_box": {
"type": "string",
"description": "Spatial filter \"minLon,minLat,maxLon,maxLat\"."
},
"temporal_end": {
"type": "string",
"description": "End of temporal filter, YYYY-MM-DD."
},
"temporal_start": {
"type": "string",
"description": "Start of temporal filter, YYYY-MM-DD. Granules overlapping the range match."
}
}
}Parent server
Nasa Cmr
https://github.com/pipeworx-io/mcp-nasa-cmr
1/7 registries