Dune Analytics MCP Server
@kukapay
关于 Dune Analytics MCP Server
A mcp server that bridges Dune Analytics data to AI agents.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dune-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/dune-analytics-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Dune Analytics MCP Server?
A Model Context Protocol server that bridges Dune Analytics data to AI agents, providing tools to fetch and execute Dune queries. It is designed for developers building AI-powered analytics applications.
How to use Dune Analytics MCP Server?
Install via Smithery or clone the repo, set the DUNE_API_KEY environment variable, then run with mcp dev main.py for development or mcp install main.py --name "Dune Analytics" for Claude Desktop. Use the tools get_latest_result(query_id) and run_query(query_id) to retrieve CSV-formatted results.
Key features of Dune Analytics MCP Server
- Two tools:
get_latest_resultandrun_query - Results returned as CSV‑formatted strings
- Requires Python 3.10 or higher
- Integration via a Dune Analytics API key
- Installable via Smithery or manual setup
Use cases of Dune Analytics MCP Server
- Fetch latest results from a Dune dashboard inside an AI agent
- Execute a Dune query on demand from a conversational interface
- Automate blockchain data analysis through AI‑powered workflows
FAQ from Dune Analytics MCP Server
What Python version is required?
Python 3.10 or higher is required.
How do I get a Dune Analytics API key?
Obtain a free API key from the Dune Analytics settings page at https://dune.com/settings/api.
What tools does the server provide?
The server offers two tools: get_latest_result(query_id) and run_query(query_id).
How are results returned?
All results are returned as CSV‑formatted strings for easy processing.
How do I install it for Claude Desktop?
Run mcp install main.py --name "Dune Analytics" after setting up the environment variables.
数据与分析 分类下的更多 MCP 服务器
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
评论