Labsco
MCP SERVER

DeAI API MCP Server

by decenterailab

Look up an Ethereum token's details, its biggest holders, how their balances moved, and any wallet's portfolio.

DeFi Positions & On-Chain Analytics
Summary
Holder-level token analytics, scoped to Ethereum.

Four read-only calls cover the questions people actually ask about a token contract: what is it, who holds it, is that changing, and what else is in that wallet. It is a thin layer over one vendor's API, so the answers are as good as that API's coverage and your key's rate limit.

What it is

A server over the DeAI API for on-chain analytics on Ethereum: token metadata, holder analysis and wallet portfolios.

What you get
  • get_token_info returns a token's name, symbol, decimals, logo and transfer tax
  • get_top_holders lists who holds a token, with balances and percentages
  • get_token_holder_balance_changes tracks how holder balances moved over the past week
  • get_portfolio returns a wallet's total value, its change, and the tokens it holds
  • Inputs are validated against schemas and requests carry a timeout, so a slow endpoint fails rather than hangs
  • Nothing sensitive is logged or stored
Requirements

A DeAI API key, supplied to the server as an environment value. Runs on Node as a local process. Coverage is Ethereum mainnet, and your key's tier sets the request rate and credit budget.