Back to MCP Directory
Dune Analytics
Model Context Protocol moderate risk

Dune Analytics

This MCP server provides AI agents with access to Dune Analytics data via API, enabling data retrieval and query execution.

Connections & Capabilities

Connects To

GitHub

Capabilities

readexec

Quickstart

Install

npx -y @smithery/cli install @kukapay/dune-analytics-mcp --client claude

Exposed MCP Tools (2)

safe
get_latest_result

Retrieves the latest results of a specified Dune query by its ID.

Read-only operation; retrieves data without modifying anything.

safe
run_query

Executes a Dune query by its ID and returns the results.

Read-only operation; executes a query and retrieves data without modifying anything.

Safety Assessment

This MCP server is relatively safe due to its read-only nature and reliance on API key authentication. However, users should ensure the API key is securely stored and that data retrieved from Dune Analytics is properly validated before use. Rate limiting should be implemented to prevent abuse.

  • Read-only access to data via API.
  • No direct write or delete operations on the Dune Analytics platform.
  • API key authentication adds a layer of security.
  • Results are returned as CSV, limiting potential code execution risks.
  • Requires a valid Dune Analytics API key, which needs to be securely managed.
  • Potential for information disclosure if the API key is compromised.
  • Over-reliance on data without validation could lead to flawed analysis.
  • Rate limiting not explicitly documented, potential for abuse.