dune-analytics-mcp
Dune Analytics MCP 서버
Dune Analytics 데이터를 AI 에이전트에 연결하는 MCP 서버입니다.
특징
도구 :
get_latest_result: ID로 Dune 쿼리의 최신 결과를 가져옵니다.run_query: ID로 Dune 쿼리를 실행하고 결과를 검색합니다.
CSV 출력 : 모든 결과는 쉽게 처리할 수 있도록 CSV 형식의 문자열로 반환됩니다.
Related MCP server: blocklens-mcp-server
필수 조건
파이썬 3.10+
유효한 Dune Analytics API 키( Dune Analytics 에서 하나 받음)
설치
저장소 복제 :
지엑스피1
환경 변수 설정 : 프로젝트 루트에
.env파일을 만듭니다.DUNE_API_KEY=your_api_key_here또는 시스템 환경 변수로 설정합니다.
export DUNE_API_KEY="your_api_key_here"
용법
서버 실행
개발 모드 :
mcp dev main.py이렇게 하면 개발을 위해 핫 리로딩이 시작됩니다.
Claude Desktop에 설치 :
mcp install main.py --name "Dune Analytics"Claude Desktop과 함께 사용할 서비스로 서버를 설치합니다.
도구 사용
get_latest_result(query_id)설명 : 지정된 Dune 쿼리의 최신 결과를 검색합니다.
입력 :
query_id(int) - Dune 쿼리의 ID입니다.출력 : 쿼리 결과의 CSV 형식 문자열입니다.
예 :
get_latest_result(query_id=4853921)
run_query(query_id)설명 : Dune 쿼리를 실행하고 결과를 반환합니다.
입력 :
query_id(정수) - 실행할 Dune 쿼리의 ID입니다.출력 : 쿼리 결과의 CSV 형식 문자열입니다.
예 :
run_query(query_id=1215383)
Claude Desktop의 예제 명령
"dune 쿼리 1215383에 대한 최신 결과를 얻으세요"
"dune 쿼리 1215383 실행"
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceDune MCP Server connects your AI assistant to Dune Analytics, the leading platform for blockchain data. Execute SQL queries across Ethereum, Solana, and 20+ chains to analyze DEX trades, token transfers, NFT sales, and wallet activity. Manage saved queries, upload custom datasets, and access curate19MIT

blocklens-mcp-serverofficial
AlicenseAqualityDmaintenanceMCP server for Blocklens Bitcoin on-chain analytics, providing AI agents access to 127 on-chain metrics and chart rendering.1560MIT- AlicenseNot gradedqualityDmaintenanceThis project implements a Model Context Protocol (MCP) server that combines the power of Dune Analytics and Blockscout APIs, providing comprehensive blockchain data analysis capabilities for LLM agents and MCP clients.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides DeFi data tools (crypto prices, whale concentration, funding rates) for AI agents via the x402 protocol.121MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server exposing the Backtest360 engine API as tools for AI agents.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/dune-analytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server