datalayer_earthdata-mcp-server

MCP-Mirror/datalayer_earthdata-mcp-server

3.1

If you are the rightful owner of datalayer_earthdata-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Earthdata MCP Server is a Model Context Protocol server implementation for interacting with NASA Earth Data.

Tools

Functions exposed to the LLM to take actions

search_earth_datasets

Search for datasets on NASA Earthdata.

Args:
search_keywords: Keywords to search for in the dataset titles.
count: Number of datasets to return.
temporal: (Optional) Temporal range in the format (date_from, date_to).
bounding_box: (Optional) Bounding box in the format (lower_left_lon, lower_left_lat, upper_right_lon, upper_right_lat).
    
Returns:
list
    List of dataset abstracts.

search_earth_datagranules

Search for data granules on NASA Earthdata.

Args:
short_name: Short name of the dataset.
count: Number of data granules to return.
temporal: (Optional) Temporal range in the format (date_from, date_to).
bounding_box: (Optional) Bounding box in the format (lower_left_lon, lower_left_lat, upper_right_lon, upper_right_lat).
    
Returns:
list
    List of data granules.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources