Dune Analytics MCP Server
@ekailabs
关于 Dune Analytics MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dune-mcp-server": {
"command": "bun",
"args": [
"dev"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Dune Analytics MCP Server?
A Model Context Protocol (MCP) server that bridges Dune Analytics data to AI agents, providing access to DEX metrics, EigenLayer operators and AVS stats, and token balances on Solana using Dune’s preset and echo endpoints.
How to use Dune Analytics MCP Server?
Clone the repository, install dependencies (Bun or npm), set the DUNE_API_KEY environment variable, then run the server with bun dev or npm run dev. Add the server configuration to Claude for Desktop’s claude_desktop_config.json to start using the tools via natural language.
Key features of Dune Analytics MCP Server
get_dex_pair_metrics: Retrieve metadata and stats for a token pair on a chainget_token_pairs_liquidity: Find the token pair with highest USD liquidity on a chainget_svm_token_balances: Get token balances for a Solana wallet addressget_eigenlayer_avs_metrics: Get statistics for a specific AVSget_eigenlayer_operator_metrics: Get statistics for all operators in a specific AVS- All results returned in structured JSON format
Use cases of Dune Analytics MCP Server
- Query DEX pair metrics on Ethereum, Arbitrum, or other supported chains
- Identify the highest-liquidity token pair on a given blockchain
- Check token balances of a Solana wallet
- Analyze AVS staking and operator distribution for EigenLayer
- Integrate Dune Analytics data into AI agent workflows via natural language
FAQ from Dune Analytics MCP Server
What runtime and dependencies are required?
Node.js 16+ or Bun 1.0+ is required, along with a valid Dune Analytics API key.
Where does the server fetch data from?
All data is retrieved from Dune Analytics’ API using its preset and echo endpoints.
How is the server configured for use with Claude for Desktop?
Add an entry to claude_desktop_config.json (MacOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%/Claude/) specifying the bun command and the absolute path to src/index.ts with the stdio argument.
数据与分析 分类下的更多 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
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
Data Visualization MCP Server
isaacwassermanBright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
评论