search_collections

Pack: nasa-cmr · Endpoint: https://gateway.pipeworx.io/nasa-cmr/mcp

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

NameTypeRequiredDescription
keywordstringnoFree-text keyword, e.g. “aerosol”, “sea surface temperature”, “land cover”.
platformstringnoPlatform (satellite/mission) name, e.g. “Terra”, “Landsat-9”, “Sentinel-1A”, “Suomi-NPP”.
instrumentstringnoInstrument name, e.g. “MODIS”, “OLI”, “VIIRS”, “ASTER”.
temporal_startstringnoStart of temporal filter, YYYY-MM-DD. Collections overlapping the range match.
temporal_endstringnoEnd of temporal filter, YYYY-MM-DD.
bounding_boxstringnoSpatial filter “minLon,minLat,maxLon,maxLat”, e.g. “-125,32,-114,42” for California.
limitnumbernoMax results (default 10, max 25).

Example call

curl -X POST https://gateway.pipeworx.io/nasa-cmr/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_collections","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nasa-cmr": {
      "url": "https://gateway.pipeworx.io/nasa-cmr/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026