mcp-datapi
If you are the rightful owner of mcp-datapi and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation that provides the LLM an interface to retrieve CDS catalogue data and job statuses.
The Climate Data Store (CDS) MCP Server is a specialized server implementation designed to interface with the Climate Data Store's catalogue and job management system. It leverages the Model Context Protocol (MCP) to facilitate seamless data retrieval and job status monitoring. The server utilizes the `datapi` API, which is well-documented and provides robust access to climate data resources. This server is particularly useful for applications requiring integration with climate data services, offering tools to manage jobs, download results, and access collection information. The server supports environment variable configuration through a `.env` file, ensuring secure and flexible deployment.
Features
- get_jobs: find the jobs available, optionally add a filter based on status. Returns a list of job ids.
- download_job_result: downloads the job result using job id.
- get_all_collections: gets all available collection ids in the catalogue.
- get_collection_by_id: fetches information for a specified collection.
- submit_job: submits a download request.