MCPServers
NASA Earthdata - MCP server logo

NASA Earthdata

8
0

Summary

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.

Available Actions(2)

search_earth_datasets

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_earth_datagranules

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.

Last Updated: April 18, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ