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
前提条件
Python 3.10以上
有効な Dune Analytics API キー ( Dune Analyticsから取得)
インストール
リポジトリのクローンを作成します:
git clone https://github.com/kukapay/dune-analytics-mcp.git cd dune-analytics-mcp環境変数の設定: プロジェクト ルートに
.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(int) - 実行する Dune クエリの ID。出力: クエリ結果の CSV 形式の文字列。
例:
run_query(query_id=1215383)
Claude Desktopのコマンド例
「砂丘クエリ1215383の最新結果を取得」
「デューンクエリ1215383を実行」
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
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