Dune Analytics MCP Server bridges Dune Analytics data to AI agents, providing tools to fetch and execute Dune queries with CSV-formatted results for easy processing.
Fetch the latest results of a Dune query by ID.
Execute a Dune query by ID and retrieve results.
{
"command": "python",
"args": ["main.py"],
"env": {
"DUNE_API_KEY": "your_dune_api_key_here"
}
}