Analytics · MODEL CONTEXT PROTOCOL
dune-analytics-mcp
A mcp server that bridges Dune Analytics data to AI agents.
WHAT IT CONNECTS
dune-analytics-mcp 为 AI Agent 提供什么
- **Tools**:
- `get_latest_result`: Fetch the latest results of a Dune query by ID.
- `run_query`: Execute a Dune query by ID and retrieve results.
- **CSV Output**: All results are returned as CSV-formatted strings for easy processing.
- Python 3.10+
- A valid Dune Analytics API key (get one from [Dune Analytics](https://dune.com/settings/api))
- **Clone the Repository**:
- **Set Up Environment Variables**:
- **Development Mode**:
- **Install for Claude Desktop**:
- **`get_latest_result(query_id)`**
- **Description**: Retrieves the latest results of a specified Dune query.
- **Input**: `query_id` (int) - The ID of the Dune query.
- **Output**: CSV-formatted string of the query results.
- **Example**:
- **`run_query(query_id)`**
- **Description**: Executes a Dune query and returns the results.
- **Input**: `query_id` (int) - The ID of the Dune query to run.
- **Output**: CSV-formatted string of the query results.
- **Example**:
- "Get latest results for dune query 1215383"
- "Run dune query 1215383"
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。