# wallet-tracker MCP server

KOL, smart money & whale wallets API on Solana, BNB, Base, ETH: Wallet tracker, Leaderboard

## Links
- Registry page: https://www.getdrio.com/mcp/xyz-cabalspy-wallet-tracker

## Install
- Endpoint: https://mcp.cabalspy.xyz/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.cabalspy.xyz/mcp

## Tools
- get_started - 

    How to use CabalSpy: where to get a free API key (1000 requests, no cost),

    pricing and documentation. Call this first if you don't have an API key yet

    or if another tool returned an auth error.



    Returns a JSON object with: what_is_cabalspy, free_test_key, pricing, docs,

    how_to_set_key, chains, wallet_types and periods.

     Endpoint: https://mcp.cabalspy.xyz/mcp
- get_leaderboard - 

    Top tracked wallets ranked by trading volume for a chain, wallet type and

    period. Use for "best Solana KOLs today", "top whales this week", etc.



    Returns a leaderboard array with each wallet's profile and period stats

    (realized PnL, volume, win rate, trade counts).

     Endpoint: https://mcp.cabalspy.xyz/mcp
- get_wallet_tracker - 

    Detailed period stats for ONE wallet: realized PnL, win rate, volume, trade

    counts, active tokens, win-rate distribution and recent trades.



    Returns a profile plus period_stats, period_win_rate_distribution,

    period_active_tokens and period_trades.

     Endpoint: https://mcp.cabalspy.xyz/mcp
- list_wallets - 

    List all tracked wallets for a chain and wallet type (paginated).



    Returns a wallets array plus a pagination object with the next cursor.

     Endpoint: https://mcp.cabalspy.xyz/mcp
- lookup_wallet - 

    Check whether a wallet address is tracked by CabalSpy across all chains and

    types. Returns 'found: true' plus the wallet's profile (name, chain, type)

    if tracked, otherwise 'found: false'.

     Endpoint: https://mcp.cabalspy.xyz/mcp
- get_wallet_history - 

    Complete LIFETIME trading history for a wallet: aggregated stats, per-token

    overview, win-rate distribution and a paginated list of every transaction.

    For a full export, call repeatedly with pagination.next_cursor until it is null.



    Returns profile, lifetime_stats, win_rate_distribution, token_overview,

    trades and a pagination object.

     Endpoint: https://mcp.cabalspy.xyz/mcp
- get_wallet_holdings - 

    Current on-chain token holdings of a wallet (amounts, not USD). If 'loading'

    is true, the data is still warming up — call again shortly.



    Returns an active_holdings object with the token list and a last_updated time.

     Endpoint: https://mcp.cabalspy.xyz/mcp
- get_pnl_calendar - 

    Daily and monthly realized-PnL calendar for a wallet, covering its full

    tracked history (all months, plus the current month live).



    Returns a months array with per-day realized PnL and monthly summaries.

     Endpoint: https://mcp.cabalspy.xyz/mcp
- get_wallet_connections - 

    Find other tracked wallets that share traded tokens with the given wallet

    over the last 30 days, ranked by number of shared tokens.



    Returns a connections array, each with shared_tokens and an overlap_score.

     Endpoint: https://mcp.cabalspy.xyz/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: xyz.cabalspy
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 1, 2026
- Source: https://registry.modelcontextprotocol.io
