Earthdata MCP Server provides a bridge between AI assistants and NASA's Earthdata platform, enabling search and retrieval of Earth science datasets and data granules. Built with FastMCP, it exposes two main tools: search_earth_datasets for discovering datasets based on keywords, temporal ranges, and geographic boundaries, and search_earth_datagranules for retrieving specific data granules by dataset short name. This implementation is particularly valuable for researchers, scientists, and analysts who need to access NASA Earth observation data directly through conversational AI interfaces without switching to specialized data portals.
Search for datasets on NASA Earthdata. Input: search_keywords (str): Keywords to search for in the dataset titles, count (int): Number of datasets to return, temporal (tuple): (Optional) Temporal range in the format (date_from, date_to), bounding_box (tuple): (Optional) Bounding box in the format (lower_left_lon, lower_left_lat, upper_right_lon, upper_right_lat). Returns: List of dataset abstracts.
Search for data granules on NASA Earthdata. Input: short_name (str): Short name of the dataset, count (int): Number of data granules to return, temporal (tuple): (Optional) Temporal range in the format (date_from, date_to), bounding_box (tuple): (Optional) Bounding box in the format (lower_left_lon, lower_left_lat, upper_right_lon, upper_right_lat). Returns: List of data granules.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!