Earthdata MCP Server
🪐 ✨ Earthdata MCP 服务器
Earthdata MCP 服务器是一个模型上下文协议(MCP) 服务器实现,提供与NASA 地球数据交互的工具。它能够高效地发现和检索数据集,以进行地理空间分析。
以下演示使用此 MCP 服务器在 NASA Earthdata 上搜索数据集和数据颗粒,使用jupyter-earth-mcp-server在 Jupyter 中下载数据,并使用jupyter-mcp-server进行进一步分析。
与 Claude Desktop 一起使用
要将其与 Claude Desktop 一起使用,请将以下内容添加到您的claude_desktop_config.json中。
{
"mcpServers": {
"earthdata": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"datalayer/earthdata-mcp-server:latest"
]
}
}
}如果您使用的是 Linux,请使用以下命令启动 Claude。
make claude-linuxRelated MCP server: Jupyter Earth MCP Server
工具
该服务器提供 2 种工具。
search_earth_datasets
在 NASA Earthdata 上搜索数据集。
输入:
search_keywords(str):在数据集标题中搜索的关键字。
count(int):要返回的数据集的数量。
时间(元组):(可选)格式为(date_from,date_to)的时间范围。
bounding_box(元组):(可选)格式为(lower_left_lon、lower_left_lat、upper_right_lon、upper_right_lat)的边界框。
返回:数据集摘要列表。
search_earth_datagranules
在 NASA Earthdata 上搜索数据颗粒。
输入:
short_name(str):数据集的简称。
count(int):要返回的数据颗粒数量。
时间(元组):(可选)格式为(date_from,date_to)的时间范围。
bounding_box(元组):(可选)格式为(lower_left_lon、lower_left_lat、upper_right_lon、upper_right_lat)的边界框。
返回:数据颗粒列表。
提示
sealevel_rise_dataset搜索与全球海平面上升相关的数据集。
输入:
start_year(int):考虑的开始年份。end_year(int):考虑的结束年份。
返回:提示格式正确。
ask_datasets_format询问数据集的格式。
返回:提示格式正确。
建筑
# or run `docker build -t datalayer/earthdata-mcp-server .`
make build-docker如果您愿意,您可以拉取预先构建的图像。
make pull-dockerThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceA Model Context Protocol server that provides a standardized interface for AI models to interact with NASA's vast array of data sources including APOD, Mars Rover photos, satellite imagery, and space weather data.239892ISC
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server implementation that provides geospatial analysis tools in Jupyter notebooks, particularly for downloading NASA Earth data granules.6BSD 3-Clause
- AlicenseAqualityBmaintenanceA Model Context Protocol server that connects Large Language Models to the GeoServer REST API, enabling AI assistants to query and manipulate geospatial data through natural language.987MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server for retrieving land cover, soil type, and temporal land use data for any geographical coordinates using the National Land Cover Database and FAO soil classifications.MIT
Related MCP Connectors
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/datalayer/earthdata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server