dune-analytics-mcp

dune-analytics-mcp

3.5

If you are the rightful owner of dune-analytics-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.

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

The Dune Analytics MCP Server is designed to facilitate the integration of Dune Analytics data with AI agents. It provides a seamless way to execute and retrieve results from Dune queries, making it easier for developers and data scientists to leverage blockchain data in their applications. The server supports fetching the latest results of a query and executing queries on demand, with all results returned in CSV format for straightforward processing. This server is particularly useful for those who need to automate data retrieval and analysis from Dune Analytics, enabling more efficient workflows and data-driven decision-making.

Features

  • Tools: Includes 'get_latest_result' and 'run_query' for interacting with Dune queries.
  • CSV Output: All results are returned as CSV-formatted strings for easy processing.

Tools

  1. get_latest_result

    Fetch the latest results of a Dune query by ID.

  2. run_query

    Execute a Dune query by ID and retrieve results.