Analytics · MODEL CONTEXT PROTOCOL

dune-analytics-mcp

A mcp server that bridges Dune Analytics data to AI agents.

WHAT IT CONNECTS

What dune-analytics-mcp gives an 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

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.