dune-mcp-skill

Execute SQL queries and retrieve blockchain data via the Dune MCP API.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill dune-mcp-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dune-mcp-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/dune-mcp-skill
Command: npx skills add https://github.com/holon-run/uxc --skill dune-mcp-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies accessing and analyzing blockchain data on Dune, enabling users to discover tables, run SQL queries, retrieve results, and generate visualizations without complex manual setup.

Core Features & Use Cases

  • Blockchain Data Discovery: Find relevant tables using natural language queries or contract addresses.
  • SQL Query Execution: Create and execute custom SQL queries against Dune's data.
  • Result Retrieval & Visualization: Fetch query results and generate charts for data analysis.
  • Use Case: A data analyst needs to find the daily trading volume for a specific token on the Base blockchain. They can use this Skill to search for the relevant table, construct a SQL query, execute it, and then visualize the results.

Quick Start

Use the dune-mcp-skill to search for tables related to 'uniswap swaps' on the 'base' blockchain.

Frequently Asked Questions about dune-mcp-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run SQL queries on Dune blockchain data?

You can run SQL queries on Dune blockchain data by using this Skill to create and execute custom queries through the MCP API. It enables direct SQL execution, schema inspection, and result retrieval without complex manual setup.

What is blockchain data discovery and how does it work with contract addresses?

Blockchain data discovery is finding relevant tables using natural language queries or contract addresses. This Skill leverages schema inspection to map contract addresses to Dune's database tables for targeted analysis.

Can I visualize Dune query results directly within my environment?

Yes, you can visualize Dune query results directly. This Skill supports result retrieval and generates charts, allowing you to fetch query outputs and create data visualizations for blockchain analysis.

Does this Skill require explicit authentication to access the Dune API?

Yes, accessing the Dune API requires explicit authentication. The Skill supports explicit authentication mechanisms to ensure safe and efficient access to blockchain data.

Are there limitations or precautions when executing Dune SQL queries?

Yes, a key limitation is credit consumption. The Skill implements guarded credit-consuming operations to prevent unintended resource usage during SQL query execution, ensuring safe and efficient data access.