W
WealthLit
>model context protocol_

Give your AI agent
live crypto intelligence

Connect Claude, Cursor, or any MCP-compatible client to 16 tools covering sentiment, prices, funding rates, whale movements, liquidations, and macro indicators — all with a single config line.

mcp-session
> get_social_score(coin="ETH")
 
# response
{
"coin": "ETH",
"score": 68.2,
"label": "Bullish",
"components": {
"news_sentiment": 0.42,
"social_volume": 1847,
"funding_rate": 0.0012
}
}
_
> ls tools/

16 Tools. 2 Resources.

Everything your AI agent needs to analyze crypto markets — from social sentiment to on-chain whale movements.

Sentiment

LLM-scored headlines and posts with trend history

  • get_social_score
  • get_sentiment
  • get_sentiment_history
  • get_sentiment_batch

Social

Unified feed from Telegram, Discord, Farcaster, YouTube

  • get_social_feed

Market Data

Live prices, Fear & Greed, and coin metadata

  • get_price
  • get_fear_greed
  • list_coins

Derivatives

Funding rates, liquidation events, and cluster heatmaps

  • get_funding_rates
  • get_funding_history
  • get_liquidations
  • get_liquidation_summary
  • get_liquidation_clusters

On-Chain & Macro

Whale transfers, DXY, S&P 500, VIX, and BTC correlations

  • get_whale_transfers
  • get_macro
  • get_macro_correlation

Resources

Pre-loaded context for your agent

  • crypto://coins
  • crypto://scores/overview
> connect --help

Connect in 30 Seconds

One JSON snippet is all it takes. Paste it into your client config and your AI agent gets instant access to live market data.

Add to your Claude Desktop configuration file:

claude_desktop_config.json

{
  "mcpServers": {
    "crypto-sentiment": {
      "url": "https://mcp.wealthlit.xyz/mcp"
    }
  }
}

Authentication

The MCP server uses Auth0 for authentication. When you connect for the first time, you'll be prompted to sign in with your WealthLit credentials. Requests are rate-limited based on your subscription tier. Available on the Pro plan.

> playground --interactive

Try It Live

Ask questions about crypto markets and watch the AI use MCP tools in real time to fetch live data.

Sign in to try the playground

The playground lets you query live crypto data through AI. Sign in with your WealthLit account to start.

Sign In