Back to Home
ess-dive icon

essdive-mcp

Verified Safe

by ess-dive

Overview

An MCP server for querying ESS-DIVE and ESS-DeepDive environmental data, facilitating dataset search, retrieval, identifier conversion, and file-level metadata analysis for language models.

Installation

Run Command
uv run python src/essdive_mcp/main.py --token YOUR_ESS_DIVE_TOKEN_HERE

Environment Variables

  • ESSDIVE_API_TOKEN

Security Notes

The server handles API tokens securely by accepting them via command-line arguments or environment variables, avoiding hardcoding. It uses standard and robust HTTP clients (httpx, requests) for network communication. File parsing for FLMD uses Python's `csv` module with explicit sanitization, reducing injection risks. No `eval` or `exec` functions are used, and no obvious malicious patterns or obfuscation are present.

Similar Servers

Stats

Interest Score10
Security Score9
Cost ClassMedium
Avg Tokens800
Stars1
Forks0
Last Update2025-12-19

Tags

ESS-DIVEEnvironmental DataAPI IntegrationData RetrievalModel Context Protocol