mcp-datapi
0
The Climate Data Store MCP Server is designed to provide an interface for accessing climate data from the CDS catalog. It includes tools for job management and integrates with existing MCP Host/Client platforms, such as Claude Desktop.
Overview
A Model Context Protocol (MCP) server implementation that offers an interface to access CDS catalogue data and job statuses through the underlying datapi
API. Features include tools for job management and data collection retrieval, as well as environment variable support via .env
files.
Features
- Provides tools for job management and data collection retrieval from the CDS catalogue.
- Supports
.env
files for environment variables.
Prerequisites
- Python 3.13 or higher.
- CDS API Key.
- Compatible with MCP Host/Client.
Installation
- Clone the repository.
- Install dependencies using
uv
. - Configure CDS API key in a
.env
file.
Usage
- Test the server locally with MCP Inspector.
- Integrate with Claude Desktop.