{"name":"io.github.nasa/earthdata-mcp","slug":"nasa-earthdata-mcp","title":"NASA Earthdata MCP","description":"Discover, verify, and access NASA Earth science datasets via the Common Metadata Repository (CMR)","url":"https://mcp.market/server/nasa-earthdata-mcp","rating":null,"grade":"C","score":64,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T22:55:38.920Z","last_ok_at":"2026-09-20T22:55:38.920Z","latency_ms":208},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://cmr.earthdata.nasa.gov/mcp/v1"}],"packages":[],"tools":[{"name":"get_citations","description":"Discover citation records directly associated with a collection, or look up a citation by identifier (e.g. DOI). Use this tool to evaluate citation relevance for a collection.\n\nKey fields in each returned item:\n- concept_id: CMR citation concept ID\n- name: The title or name of the citation\n- identifier: The primary DOI or identifier\n- abstract: Abstract text\n- citation_metadata: Nested metadata including Year, Publisher, and Author list","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"collection_concept_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"identifier":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"provider":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"limit":{"default":10,"description":"Maximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter.","type":"integer"},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Pagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor."},"fields":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null}},"additionalProperties":false}},{"name":"get_collections","description":"Search NASA CMR collections and return up to 10 lightweight normalized results.\n\nKey return fields in each item:\n- concept_id: CMR collection concept ID\n- native_id: native ID of the collection record\n- revision_id: revision ID of the collection metadata\n- provider_id: provider ID of the collection\n- short_name: collection short name\n- entry_title: collection title\n- time_start / time_end: temporal coverage bounds\n- processing_level_id: processing level (e.g., L3, L4)\n- doi: digital object identifier\n- collection_data_type: data type (e.g., SCIENCE_QUALITY, NEAR_REAL_TIME)\n- temporal_resolution / spatial_resolution: extracted resolution strings\n- related_urls: links to landing pages, documentation, and tools\n\nUnfiltered searches are supported when you need broad exploration.\n\nIMPORTANT — relevance and coverage: A keyword-only search returns all collections whose metadata mentions those terms, regardless of whether they actually hold data for the user's region or time period. Collection declared extents are often global or multi-decadal, so a collection appearing in results does not mean it has granules for a specific area or date. When the user's question involves a time period or geographic region, include temporal_start_date/temporal_end_date and/or spatial_wkt_geometry to restrict results to collections that overlap that window. Follow up with get_granules (with the same filters) to confirm actual data availability.\n\nIMPORTANT — keyword AND logic: CMR treats each space-separated keyword as an independent term and requires ALL of them to appear somewhere in a collection's metadata (title, summary, science keywords, instruments, platforms, etc.). Words do not need to appear in the same field or adjacent to each other. Because every term must match, adding more words makes the search STRICTER, not broader — the opposite of typical web search engines. Prefer 2–4 precise scientific terms. If a search returns 0 results, try removing the least essential word before broadening other filters. Phrase search (exact word sequence) is available by wrapping the value in escaped double quotes, but you cannot mix a phrase with additional standalone keywords.\n\nKey parameters:\n- keyword: free-text keyword search over collection metadata (AND logic; see above)\n- concept_id: exact collection concept ID\n- short_name: collection short name\n- provider: data provider short name\n- temporal_start_date / temporal_end_date: restrict to collections whose declared range overlaps this window; set when the user specifies a time period\n- spatial_wkt_geometry: restrict to collections whose declared extent intersects this area; set when the user specifies a geographic region\n\nIteration & Refinement:\n- Results are strictly capped at 10 items to optimize context window usage.\n- If total_hits exceeds 10 and you lack the necessary results, do not attempt to page. Refine your search by adding tighter spatial, temporal, or keyword constraints.\n\nTips:\n- Use scientific terms (variables, instruments, platforms) for better keyword relevance\n- Keep keyword queries to 2–4 precise terms; more words = stricter filter\n- If 0 results, drop the least essential keyword and retry before broadening other filters\n- Combine keyword + temporal + spatial filters for highest precision\n- Use short_name when you already know the target product","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keyword":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Free-text keyword search. Case insensitive. IMPORTANT — CMR uses AND logic: each space-separated word is matched independently and ALL words must appear somewhere in a collection's indexed fields (title, summary, short name, GCMD science keywords, platform and instrument names, project names, processing level, archive centers, additional attributes, etc.). Words do NOT need to appear in the same field or as a contiguous phrase. Because every word must match, adding more words makes the search STRICTER, not broader — the opposite of typical web search engines. Prefer 2–4 precise terms over long queries. Example: 'soil moisture' (2 terms, broad) vs 'soil moisture SMAP L3' (4 terms, narrow). Phrase search: wrap the entire value in escaped double quotes to require an exact phrase (e.g., '\\\"sea surface temperature\\\"'). Only a single phrase is supported; you cannot mix a phrase with additional standalone words. Wildcards supported: * (zero or more chars), ? (any single char). Use scientific terms: geophysical variable names ('sea surface temperature', 'soil moisture'), instrument names (MODIS, ASCAT, VIIRS, AIRS, Landsat, etc.), or platform names (Terra, Aqua, SMAP, Sentinel-1, etc.). For known product short names use the short_name parameter instead."},"concept_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Exact CMR concept ID (format: C<number>-<PROVIDER>, e.g., C2036882064-POCLOUD). Use for direct lookup of a known collection."},"short_name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Collection short name (e.g., MOD11A1, SPL3SMP, MUR-JPL-L4-GLOB-v4.1). Exact match by default; wildcards * and ? are supported."},"provider":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Data provider short name (e.g., PODAAC, NSIDC_ECS, GES_DISC, ORNL_DAAC, LAADS, GHRC_DAAC, ASDC). Restricts results to collections from that provider. WARNING: NASA DAACs are actively migrating assets to the cloud under new provider IDs (e.g., LPDAAC_ECS → LPCLOUD, PODAAC → POCLOUD). If you know the exact short_name of a product, do NOT include the provider parameter — a stale provider ID will silently return 0 results. Use provider only when the user explicitly filters by archive center."},"temporal_start_date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Start of temporal filter in ISO 8601 format (e.g., 2020-01-01T00:00:00Z). Restricts results to collections whose declared temporal range overlaps this window. Set this whenever the user specifies a time period — omitting it returns collections regardless of when their data was collected."},"temporal_end_date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"End of temporal filter in ISO 8601 format (e.g., 2020-12-31T23:59:59Z). Restricts results to collections whose declared temporal range overlaps this window. Set this whenever the user specifies a time period — omitting it returns collections regardless of when their data was collected."},"spatial_wkt_geometry":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Spatial filter as WKT geometry. Supported types: POLYGON((lon lat, ...)), POINT(lon lat), or LINESTRING(lon lat, ...).Restricts results to collections whose declared extent intersects this area. CMR returns any collection that touches this shape, so precise geometries are preferred to prevent false positives. Set this whenever the user specifies a geographic region — omitting it returns collections with global or unspecified coverage."},"platform":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null},"instrument":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null},"processing_level_id":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null},"has_granules":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"description":"When True, filters to collections that have actual granule data. Prevents returning metadata-only shells."},"limit":{"default":10,"description":"Maximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter.","type":"integer"},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Pagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor."},"fields":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null}},"additionalProperties":false}},{"name":"get_granules","description":"Search NASA CMR granules for a specific parent collection and return up to 10 lightweight normalized results.\n\nKey return fields in each item:\n- concept_id: CMR granule concept ID\n- native_id: native ID of the granule record\n- revision_id: revision ID of the granule metadata\n- provider_id: provider ID of the granule\n- granule_ur: primary granule identifier\n- time_start / time_end: temporal coverage bounds\n- access_urls: actionable data access URLs\n- cloud_cover: cloud cover percentage\n- day_night_flag: DAY, NIGHT, BOTH, or UNSPECIFIED\n- size_mb: file size in megabytes\n- data_format: file format (e.g., NetCDF-4, GeoTIFF)\n- bounding_box: [West, South, East, North] Minimum Bounding Rectangle (MBR) footprint. Note: for swath data or irregular polygons, this bounding box fully encloses the data but may contain empty space at the corners.\n\nIMPORTANT — data availability checks: Without temporal and/or spatial filters, results represent ALL granules ever archived in the collection, which may span decades and the entire globe. total_hits without filters tells you the full archive size, NOT whether data exists for a specific area or time period. To verify availability for a specific region and/or period, apply the corresponding spatial or temporal filters. Single-filter queries (e.g., temporal-only) are completely valid and should be used when the user only specifies one constraint, but combining both provides the most precise availability answer.\n\nKey parameters:\n- collection_concept_id: required parent collection concept ID\n- temporal_start_date / temporal_end_date: filter to granules overlapping this time window — always set when the user specifies a time period\n- spatial_wkt_geometry: filter to granules intersecting this area — always set when the user specifies a geographic region\n- cloud_cover_min / cloud_cover_max: filter optical imagery by cloud cover percentage (0–100). Only set for optical/visible imagery collections (Landsat, MODIS, VIIRS, Sentinel-2 via CMR). Do NOT set for non-optical data (SAR, altimetry, model output, etc.)\n\nIteration & Refinement:\n- Results are strictly capped at 10 items to optimize context window usage.\n- If total_hits exceeds 10 and you lack the necessary results, do not attempt to page. Refine your query by adding tighter spatial or temporal constraints.\n\nTips:\n- For the most precise availability check, provide both temporal and spatial filters if the user specifies both; otherwise, apply whichever constraint they provided\n- total_hits in the response reflects the filtered count — zero means no data for that combination\n- When users ask for \"clear\" or \"cloud-free\" imagery, set cloud_cover_max to a low value (e.g., 10 or 20)","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"collection_concept_id":{"description":"Parent collection concept ID (format: C<number>-<PROVIDER>, e.g., C2723758340-GES_DISC). Required to scope granule search.","type":"string"},"temporal_start_date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Start of temporal filter in ISO 8601 format (e.g., 2024-01-01T00:00:00Z). Finds granules whose temporal extent overlaps this window. Set this whenever the user specifies a time period — omitting it returns granules from the entire collection archive regardless of date."},"temporal_end_date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"End of temporal filter in ISO 8601 format (e.g., 2024-01-31T23:59:59Z). Finds granules whose temporal extent overlaps this window. Set this whenever the user specifies a time period — omitting it returns granules from the entire collection archive regardless of date."},"spatial_wkt_geometry":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Spatial filter as WKT geometry. Supported types: POLYGON((lon lat, ...)), POINT(lon lat), or LINESTRING(lon lat, ...).Finds granules with spatial extent intersecting this area. CMR returns any granule that touches this shape, so precise geometries are preferred to prevent false positives. Set this whenever the user specifies a geographic region — omitting it returns granules from the entire globe regardless of location."},"cloud_cover_min":{"anyOf":[{"maximum":100,"minimum":0,"type":"number"},{"type":"null"}],"default":null,"description":"Minimum cloud cover percentage (0–100, inclusive). Use with cloud_cover_max to filter optical/visible imagery granules by cloud cover. Only applicable to collections that report cloud cover (e.g., Landsat, MODIS, etc). Omit for non-optical data (SAR, altimetry, etc.)."},"cloud_cover_max":{"anyOf":[{"maximum":100,"minimum":0,"type":"number"},{"type":"null"}],"default":null,"description":"Maximum cloud cover percentage (0–100, inclusive). Use with cloud_cover_min to filter optical/visible imagery granules by cloud cover. For example, set cloud_cover_max=20 to find mostly clear scenes. Only applicable to collections that report cloud cover (e.g., Landsat, MODIS, etc). Omit for non-optical data (SAR, altimetry, etc.)."},"day_night_flag":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Filter granules by day/night acquisition flag. Values: 'DAY', 'NIGHT', 'UNSPECIFIED'."},"sort_key":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Sort key for granule results. e.g., '-start_date' (newest first), 'start_date' (oldest first). CMR default is relevance score. For ongoing or near-real-time (NRT) missions where the user wants the most recent data, always use '-start_date' — CMR's default relevance scoring may return historical data first if sort_key is not explicitly set."},"limit":{"default":10,"description":"Maximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter.","type":"integer"},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Pagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor."},"fields":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null}},"required":["collection_concept_id"],"additionalProperties":false}},{"name":"get_keywords","description":"Discover official Earthdata vocabulary (like 'ATMOSPHERIC WATER VAPOR') directly from NASA's Keyword Management System (KMS). Use this to find the exact preferred labels to construct successful get_collections searches.\n\nKey fields in each returned item:\n- prefLabel: The preferred label to use in searches\n- uuid: The KMS concept UUID\n- definition: Context and expanded acronyms\n- scheme: The vocabulary scheme (e.g. sciencekeywords, platforms)","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string"},"scheme":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"limit":{"default":10,"description":"Maximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter.","type":"integer"},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Pagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor."},"fields":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null}},"required":["query"],"additionalProperties":false}},{"name":"get_services","description":"Search NASA CMR services for a specific parent collection and return all associated normalized UMM-S records.\n\nKey fields in each returned item:\n- concept_id: CMR service concept ID\n- native_id: native ID of the service record\n- revision_id: revision ID of the service metadata\n- provider_id: provider ID of the service\n- name: service name\n- type: service type (e.g., OPeNDAP, WCS, Harmony, WMS, WMTS, ESI, EGI - No Processing)\n- version: service version string\n- description: human-readable service description\n- url: Primary endpoint URL information\n- service_options: supported output formats, projections, subset types, and interpolation methods\n- operation_metadata: operation names (e.g., GetCapabilities, GetMap) and distributed computing platform\n\nKey parameters:\n- collection_concept_id: required parent collection concept ID\n\nIteration & Refinement:\n- All services associated with the collection are fetched in a single request. Paging is not supported.\n\nNote: A collection may be associated with multiple services of different types. Check type to distinguish between data access services (e.g., OPeNDAP, WCS) and discovery/visualization services (e.g., WMS, WMTS).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"collection_concept_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"keyword":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"limit":{"default":10,"description":"Maximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter.","type":"integer"},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Pagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor."},"fields":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null}},"additionalProperties":false}},{"name":"get_tools","description":"Search NASA CMR tools for a specific parent collection and return all associated normalized UMM-T records.\n\nKey fields in each returned item:\n- concept_id: CMR tool concept ID\n- native_id: native ID of the tool record\n- revision_id: revision ID of the tool metadata\n- provider_id: provider ID of the tool\n- name: tool name\n- type: tool type (e.g., Downloadable Tool, Web User Interface, Web Portal, Model)\n- version: tool version string\n- description: human-readable tool description\n- url: Primary URL for directly accessing the tool\n- supported_input_formats: file formats the tool can read (e.g., HDF5, NETCDF-4, GeoTIFF)\n- supported_output_formats: file formats the tool can produce\n- supported_operating_systems: OS compatibility (name and version)\n- supported_browsers: browser compatibility (name and version)\n- supported_software_languages: programming language compatibility\n- tool_keywords: Earth science keyword taxonomy for the tool\n- organizations: providers, developers, or publishers of the tool\n- potential_action: smart handoff definition for parameterized deep links (e.g., 'Open in Giovanni')\n\nKey parameters:\n- collection_concept_id: required parent collection concept ID\n\nIteration & Refinement:\n- All tools associated with the collection are fetched in a single request. Paging is not supported.\n\nNote: A collection may be associated with multiple tools of different types. Check type to distinguish between downloadable tools, web user interfaces, and web portals.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"collection_concept_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"keyword":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"limit":{"default":10,"description":"Maximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter.","type":"integer"},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Pagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor."},"fields":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null}},"additionalProperties":false}},{"name":"get_variables","description":"Discover scientific variables and measurements associated with a collection, or look up variables by keyword. Use this tool to understand dataset variables, dimensions, and data processing parameters (such as scale, offset, and fill values) before downloading or analyzing data.\n\nKey fields in each returned item:\n- concept_id: CMR variable concept ID\n- name: Variable short name\n- long_name: Variable long name\n- definition: Variable definition\n- data_type: Data type of the variable\n- units: Units of measurement\n- scale: Scale factor\n- offset: Offset value\n- fill_values: Values indicating missing or invalid data\n- valid_ranges: Valid data ranges\n- dimensions: Variable dimensions","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"collection_concept_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"keyword":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"limit":{"default":10,"description":"Maximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter.","type":"integer"},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Pagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor."},"fields":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null}},"additionalProperties":false}}],"scan":{"score":64,"grade":"C","scanned_at":"2026-09-19T20:15:00.536Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:15:00.523Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 622ms"]},"poisoning":{"score":13,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"poison.long-description","severity":"low","component":"poisoning","title":"Unusually long tool description (over 2,000 characters)","evidence":"tool get_collections: …Search NASA CMR collections and return up to 10 lightweight normalized results. Key return fields in each item: - concept_id: CMR collection concept ID - native_id: native ID of the collection record - revision_id: revision ID of the collection metadata - provider_id: provider ID of the collection - short_name: collection short name - entry_title: collection title - time_start / time_end: temporal coverage bounds - processing_level_id: processing level (e.g., L3, L4) - doi: digital object identifier - collection_data_type: data type (e.g., SCIENCE_QUALITY, NEAR_REAL_TIME) - temporal_resolution / spatial_resolution: extracted resolution strings - related_urls: links to landing pages, documentation, and tools Unfiltered searches are supported when you need broad exploration. IMPORTANT — relevance and coverage: A keyword-only search returns all collections whose metadata mentions those terms, regardless of whether they actually hold data for the user's region or time period. Collection declared extents are often global or multi-decadal, so a collection appearing in results does not mean it has granules for a specific area or date. When the user's question involves a time period or geographic region, include temporal_start_date/temporal_end_date and/or spatial_wkt_geometry to restrict results to collections that overlap that window. Follow up with get_granules (with the same filters) to confirm actual data availability. IMPORTANT — keyword AND logic: CMR treats each space-separated keyword as an independent term and requires ALL of them to appear somewhere in a collection's metadata (title, summary, science keywords, instruments, platforms, etc.). Words do not need to appear in the same field or adjacent to each other. Because every term must match, adding more words makes the search STRICTER, not broader — the opposite of typical web search engines. Prefer 2–4 precise scientific terms. If a search returns 0 results, try removing the least essential word before broadening other filters. Phrase search (exact word sequence) is available by wrapping the value in escaped double quotes, but you cannot mix a phrase with additional standalone keywords. Key parameters: - keyword: free-text keyword search over collection metadata (AND logic; see above) - concept_id: exact collection concept ID - short_name: collection short name - provider: data provider short name - temporal_start_date / temporal_end_date: restrict to collections whose declared range overlaps this window; set when the user specifies a time period - spatial_wkt_geometry: restrict to collections whose declared extent intersects this area; set when the user specifies a geographic region Iteration & Refinement: - Results are strictly capped at 10 items to optimize context window usage. - If total_hits exceeds 10 and you lack the necessary results, do not attempt to page. Refine your search by adding tighter spatial, temporal, or keyword constraints. Tips: - Use scientific terms (variables, instruments, platforms) for better keyword relevance - Keep keyword queries to 2–4 precise terms; more words = stricter filter - If 0 results, drop the least essential keyword and retry before broadening other filters - Combine keyword + temporal + spatial filters for highest precision - Use short_name when you already know the target product…"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://cmr.earthdata.nasa.gov/mcp/v1","reachable":true,"authRequired":false,"latencyMs":622,"serverInfo":{"name":"earthdata-mcp","version":"dev"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://cmr.earthdata.nasa.gov/search/favicon.ico","source":"registry","width":32,"height":32},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}