Climate Data Store (CDS) MCP Server
@albertdow
关于 Climate Data Store (CDS) MCP Server
An MCP server for working with ECWMF data catalogues
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Climate Data Store (CDS) MCP Server?
A Model Context Protocol (MCP) server that gives LLMs an interface to retrieve Copernicus Climate Data Store (CDS) catalogue data and job statuses via the datapi API. It is designed for developers who want to integrate climate data access into AI assistants running on MCP-compatible hosts like Claude Desktop.
How to use Climate Data Store (CDS) MCP Server?
Clone the repository, install dependencies with uv add "mcp[cli]" datapi python-dotenv, then create a .env file with DATAPI_URL and DATAPI_KEY. Test in dev mode with mcp dev datapi_server.py, or integrate with Claude Desktop using mcp install datapi_server.py --name "DatapiServer" -f .env or by adding the server configuration to claude_desktop_config.json.
Key features of Climate Data Store (CDS) MCP Server
- Provides five tools:
get_jobs,download_job_result,get_all_collections,get_collection_by_id, andsubmit_job. - Environment variable support via
.envfor API credentials. - Designed for MCP hosts (Claude Desktop, MCP Inspector).
- Built on the
datapiPython library from ECMWF. - Requires Python 3.13 or higher.
Use cases of Climate Data Store (CDS) MCP Server
- Retrieve all available collection IDs from the CDS catalogue.
- Submit a download request for a specific climate dataset.
- Check the status of submitted jobs and filter by status.
- Download job results using a job ID.
- Integrate climate data retrieval directly into a conversational AI assistant.
FAQ from Climate Data Store (CDS) MCP Server
What are the prerequisites for running this server?
Python 3.13 or higher, a valid CDS API key (obtained from the Copernicus Climate Data Store), and an MCP host/client (tested on Claude Desktop and MCP Inspector).
How do I set up the CDS API key?
Create a .env file in the project root with DATAPI_URL=<your_url> and DATAPI_KEY=<your_key>. Details on obtaining the key are available at the CDS API setup page.
What tools does the server provide?
It provides get_jobs, download_job_result, get_all_collections, get_collection_by_id, and submit_job.
How do I integrate this server with Claude Desktop?
Run mcp install datapi_server.py --name "DatapiServer" -f .env from the project directory, or manually add the server configuration to claude_desktop_config.json with the appropriate uv command and environment variables.
What is the underlying API used by this server?
The server uses the datapi API from ECMWF (European Centre for Medium-Range Weather Forecasts), documented at https://ecmwf-projects.github.io/datapi/.
数据与分析 分类下的更多 MCP 服务器
Salesforce MCP Server
tsmztechSalesforce MCP Server
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
评论