ess-dive/essdive-mcp
If you are the rightful owner of essdive-mcp 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.
An MCP server for querying the ESS-DIVE API, enabling language models to access and retrieve environmental dataset information.
search-datasets
Search for datasets in the ESS-DIVE repository with various filters.
get-dataset
Get detailed information about a specific dataset using its identifier.
ESS-DIVE MCP Server
An MCP (Model Context Protocol) server for querying the ESS-DIVE (Environmental System Science Data Infrastructure for a Virtual Ecosystem) API.
Overview
This project implements a Model Context Protocol server that allows language models to search and retrieve information from the ESS-DIVE repository. The server provides access to dataset search functionality and detailed dataset information through the ESS-DIVE API.
Features
- Search for datasets with various filtering options
- Retrieve detailed information about specific datasets
- Access dataset metadata, creators, keywords, and file listings
- Results formatted in human-readable text or markdown
Installation
Install from Source
- Clone this repository
- Navigate to the project directory
- Install using uv:
uv init
uv add .
Usage
Run the Server
python main.py
Command Line Options
--name
: Set the name of the MCP server (default:essdive-server
)--api-token
: Provide an ESS-DIVE API token for authentication (optional)
Environment Variables
ESSDIVE_API_TOKEN
: Alternative way to provide the ESS-DIVE API token
Using with Claude Desktop
- Run the server
- In Claude Desktop, connect to the running server
- Use the available tools and resources:
- Search for datasets by keywords, authors, or content
- Retrieve detailed information about specific datasets
Available Tools
search-datasets
Search for datasets in the ESS-DIVE repository.
Parameters:
query
: Search query textcreator
: Filter by dataset creatorprovider_name
: Filter by dataset project/provideris_public
: If true, only return public packagesdate_published
: Filter by publication datekeywords
: Search for datasets with specific keywordsrow_start
: The row number to start on (for pagination)page_size
: Number of results per page (max 100)format
: Format of the results (summary, detailed, raw)
get-dataset
Get detailed information about a specific dataset.
Parameters:
id
: ESS-DIVE dataset identifier
Available Resources
essdive://search
- Search for datasetsessdive://dataset-info?id=<dataset-id>
- Get detailed information about a specific dataset
License
MIT