Dune Analytics MCP ServerServer

ekailabs
GitHub
BlockchainData PlatformsAnalytics

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that connects AI agents with Dune Analytics data, providing access to DEX metrics, EigenLayer statistics, and token balances on Solana.

📝 JSON Entries

{
  "mcpServers": [
    {
      "dune": {
        "env": {
          "DUNE_API_KEY": "your_api_key_here"
        },
        "args": [
          "/ABSOLUTE/PATH/TO/dune-mcp-server/src/index.ts",
          "stdio"
        ],
        "command": "bun"
      }
    }
  ]
}

🛠️ Tools

get_dex_pair_metricsget_token_pairs_liquidityget_svm_token_balancesget_eigenlayer_avs_metricsget_eigenlayer_operator_metrics

Features

  • Supports environment variable configuration
  • Optimized for Bun JavaScript runtime
  • Provides access to DEX metrics and token pair liquidity data

💬 Example Queries

  • Can you tell me the liquidity of the token pair 'USDC-WETH' on Ethereum?
  • Show me the token pair with the highest liquidity on Arbitrum
  • Can you display the staking distribution of EigenDA operators?
  • How many stakers are there on the EigenDA AVS?