Dune Query MCP
A modern bridge connecting Dune Analytics data to intelligent agents through Model Control Protocol (MCP).
Overview
DuneLink enables seamless integration of blockchain data analytics into your AI applications. By leveraging Dune Analytics' powerful query capabilities with the Model Control Protocol, this service allows LLMs and other AI systems to access on-chain data through simple, natural language interactions.
Core Capabilities
Data Retrieval Tools
Tool
Description
Use Case
get_latest_result
Retrieves pre-computed query results
Quick access to existing data
run_query
Executes a query on-demand
Real-time data analysis
Architecture
dunelink/
βββ app/ # Application core
β βββ __init__.py # Flask & MCP setup
β βββ routes/ # API endpoint definitions
β β βββ dune_routes/ # Dune Analytics routes
β β βββ templates/ # Web interface
β βββ templates/ # Web interface
βββ config/ # Configuration files
βββ logs/ # Runtime logs
βββ flask_app.py # Web server entry point
βββ run.py # MCP server entry point
βββ requirements.txt # Dependencies
For the set up guide and advance configuration etc., please visit Dune Query MCP Github Repository .
Last updated