Labsco
MCP SERVER

Dune Analytics

by ekailabs

Pull Dune's DEX, EigenLayer and Solana balance data into the conversation without writing a query.

DeFi Positions & On-Chain Analytics
Summary
On-chain metrics without touching SQL.

Dune's preset endpoints do the querying, so the set of questions is fixed but the answers arrive already shaped — pair liquidity, EigenLayer operator stats, Solana balances. It fits a research conversation better than an open-ended analytics session.

What it is

A bridge between Dune Analytics and an MCP client. It calls Dune's preset and echo endpoints rather than running SQL you write, and returns DEX pair metrics, EigenLayer operator and AVS statistics, and Solana wallet balances as structured JSON.

What you get
  • Metadata and statistics for a token pair on a named chain
  • The token pair holding the highest USD liquidity on a chain
  • Token balances for a wallet address on Solana
  • Statistics for a named EigenLayer AVS
  • Statistics for every operator in an EigenLayer AVS
  • JSON responses throughout, ready to be summarized or charted
Requirements

Node.js 16+ or a current Bun, and a Dune Analytics API key from your Dune account's API settings, handed to the server as an environment variable. The repository is cloned and run locally, with the client pointed at the built entry point.