Dune Analytics MCP
Runs and retrieves results from Dune Analytics queries for on-chain data, delivered as CSV strings.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
This community MCP server interfaces with Dune Analytics to run blockchain queries and retrieve on-chain data as CSV. The maintainer 'kukapay' appears to be a solo developer with limited public track record, creating moderate bus factor risk. The server requires a Dune API key stored in environment variables, which grants access to your Dune account and query execution capabilities. Permissions are reasonably scoped to read-only data retrieval from Dune's API, though the API key itself may have broader account access depending on Dune's permission model. Supply chain uses npm distribution via Smithery CLI but lacks clear versioning or dependency pinning information. The repository is open source with basic documentation, though transparency could be improved with more detailed changelogs and security practices. No known security incidents. Suitable for non-sensitive blockchain data analysis with awareness of API key exposure risks.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREEOn-chain data is public; query results travel outbound. Small input-axis risk from labels.
Green flags
- Read-only data retrieval with scoped blockchain analytics use case
- Open source repository with visible code for inspection
- Uses established Dune Analytics API rather than custom infrastructure
- No known security incidents or malicious activity
Red flags
- Solo maintainer 'kukapay' with limited public development history
- API key grants potentially broad access to Dune Analytics account
- No visible dependency pinning or security audit information
- Sparse commit history and minimal community engagement
Permissions requested
Install
npx -y @smithery/cli install @kukapay/dune-analytics-mcp --client claude
DUNE_API_KEYReview
Install this if you already live in Dune Analytics and want Claude to pull query results without the export dance. Skip it if you're not doing blockchain research or don't have a Dune account with saved queries ready to go.
Good at
- Direct access to Dune's blockchain data without leaving Claude, which beats manual exports for iterative analysis.
- CSV output format is immediately usable by Claude for parsing, summarising, or feeding into further reasoning.
- Works with your existing Dune queries, so you're not rewriting SQL or debugging through an LLM.
- Clean single-purpose tool with no feature bloat or unnecessary abstractions.
Watch out
- Requires a paid Dune Analytics plan with API access, which is a non-trivial monthly cost.
- Only works with pre-saved Dune queries, not ad-hoc SQL, so you need to set up queries in the web UI first.
- Large result sets come back as long CSV strings that can overwhelm Claude's context window.
- Query execution time is entirely dependent on Dune's API, which can be slow for complex queries.
Use cases
- on-chain analytics
- protocol research
- wallet tracking
- DeFi dashboards
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.