Dune Query MCP
A modern bridge connecting Dune Analytics data to intelligent agents through Model Control Protocol (MCP).
Overview
Core Capabilities
Data Retrieval Tools
Tool
Description
Use Case
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 # DependenciesLast updated