{"name":"xyz.cabalspy/wallet-tracker","slug":"cabalspy-wallet-tracker","title":null,"description":"KOL, smart money & whale wallets API on Solana, BNB, Base, ETH: Wallet tracker, Leaderboard","url":"https://mcp.market/server/cabalspy-wallet-tracker","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T13:15:51.780Z","last_ok_at":"2026-09-27T13:15:51.780Z","latency_ms":555},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.cabalspy.xyz/mcp"}],"packages":[],"tools":[{"name":"compare_tokens","description":"\n\n    Statistics for up to 100 tokens in a single request. Use for shortlists, or to\n\n    follow up on the most-traded analytics view.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    mints: up to 100 token addresses\n\n    wallet_type: kol, smart or whale (default kol)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"mints":{"description":"Up to 100 token addresses. Use for shortlists, or to follow up on the most_traded analytics view.","items":{"type":"string"},"maxItems":100,"title":"Mints","type":"array"},"wallet_type":{"default":"kol","description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"}},"required":["blockchain","mints"],"title":"compare_tokensArguments"}},{"name":"compare_wallets","description":"\n\n    Statistics for up to 100 wallets in a single request. Much cheaper than calling\n\n    get_wallet_tracker repeatedly. Use when the user names several wallets, or to\n\n    follow up on a leaderboard.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    addresses: up to 100 wallet addresses\n\n    wallet_type: kol, smart or whale (default kol)\n\n    period: 6h, 1d, 7d or 30d (default 7d)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"addresses":{"description":"Up to 100 wallet addresses. Far cheaper than calling get_wallet_tracker once per wallet.","items":{"type":"string"},"maxItems":100,"title":"Addresses","type":"array"},"wallet_type":{"default":"kol","description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"},"period":{"default":"7d","description":"Statistics window: 6h, 1d, 7d or 30d. Longer windows return far more data and get trimmed harder, so prefer the shortest window that answers the question.","title":"Period","type":"string"}},"required":["blockchain","addresses"],"title":"compare_walletsArguments"}},{"name":"detect_bundles","description":"\n\n    Check whether KOL wallets bought a Solana token through Jito bundles together\n\n    with side wallets they control, which hides the real size of their position.\n\n\n\n    Returns each detected bundle with a confidence score and the evidence behind\n\n    it: matching transaction fees, block index, and adjacency to the KOL's own\n\n    transaction. Use this when a user asks whether a launch was bundled,\n\n    insider-heavy, sniped or manipulated.\n\n\n\n    Solana only, because it depends on Jito bundles.\n\n\n\n    mint: the Solana token mint address\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mint":{"description":"The Solana token mint address to inspect for bundled buys.","title":"Mint","type":"string"}},"required":["mint"],"title":"detect_bundlesArguments"}},{"name":"get_activity_metrics","description":"\n\n    How many trades happened and how much value moved over a window of up to 24\n\n    hours, plus how many distinct wallets were involved. Use for how busy the\n\n    market or a single token is, rather than for the individual trades.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    wallet_type: kol, smart or whale (default kol)\n\n    hours: window in hours, at most 24 (default 1)\n\n    mint: restrict to one token\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"wallet_type":{"default":"kol","description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"},"hours":{"default":1,"description":"Observation window in hours. The server caps this at 24.","maximum":24,"minimum":1,"title":"Hours","type":"integer"},"mint":{"default":"","description":"Restrict the result to a single token. Leave empty for all tokens.","title":"Mint","type":"string"}},"required":["blockchain"],"title":"get_activity_metricsArguments"}},{"name":"get_analytics","description":"\n\n    Four aggregate views over the tracked wallets.\n\n\n\n    volume_trend shows activity over time. most_traded lists the tokens getting the\n\n    most attention. win_rate gives the distribution of outcomes. top_performers\n\n    ranks wallets by profit. Use for the overall picture rather than one wallet or\n\n    token.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    mode: volume_trend, most_traded, win_rate or top_performers\n\n    wallet_type: kol, smart or whale (default kol)\n\n    period: 6h, 1d, 7d or 30d (default 7d)\n\n    limit: how many entries (default 20)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"mode":{"description":"volume_trend shows activity over time. most_traded lists the tokens getting the most attention. win_rate gives the distribution of outcomes. top_performers ranks wallets by profit.","title":"Mode","type":"string"},"wallet_type":{"default":"kol","description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"},"period":{"default":"7d","description":"Statistics window: 6h, 1d, 7d or 30d. Longer windows return far more data and get trimmed harder, so prefer the shortest window that answers the question.","title":"Period","type":"string"},"limit":{"default":20,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain","mode"],"title":"get_analyticsArguments"}},{"name":"get_api_status","description":"\n\n    Service health and current coverage: chains, wallet types, periods, limits and\n\n    how many wallets are tracked per chain. Useful when a query returns nothing and\n\n    it is unclear whether the data exists at all.\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_api_statusArguments"}},{"name":"get_leaderboard","description":"\n\n    Top tracked wallets ranked by performance for a chain, wallet type and period.\n\n    Use for \"best Solana KOLs today\", \"top whales this week\", and similar.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    wallet_type: kol, smart or whale. whale is Solana only, eth has kol only.\n\n    period: 6h, 1d, 7d or 30d (default 1d)\n\n    limit: how many wallets (default 20)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"wallet_type":{"default":"kol","description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"},"period":{"default":"1d","description":"Statistics window: 6h, 1d, 7d or 30d. Longer windows return far more data and get trimmed harder, so prefer the shortest window that answers the question.","title":"Period","type":"string"},"limit":{"default":20,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain"],"title":"get_leaderboardArguments"}},{"name":"get_pnl_calendar","description":"\n\n    Daily and monthly realized profit and loss for a wallet across its tracked\n\n    history. Use for when a wallet made or lost money, and for spotting streaks.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    address: the wallet address\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"address":{"description":"Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.","title":"Address","type":"string"}},"required":["blockchain","address"],"title":"get_pnl_calendarArguments"}},{"name":"get_recent_trades","description":"\n\n    The live feed: what tracked wallets are buying and selling right now, across\n\n    every token or filtered to one. Use for \"what are KOLs buying at the moment\".\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    wallet_type: kol, smart or whale (default kol)\n\n    minutes: only trades from the last N minutes, at most 60. Leave at 0 for the\n\n             most recent trades regardless of age.\n\n    mint: restrict to one token\n\n    limit: how many trades (default 25)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"wallet_type":{"default":"kol","description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"},"minutes":{"default":0,"description":"Only trades from the last N minutes, at most 60. Leave at 0 for the most recent trades regardless of age.","maximum":60,"minimum":0,"title":"Minutes","type":"integer"},"mint":{"default":"","description":"Restrict the result to a single token. Leave empty for all tokens.","title":"Mint","type":"string"},"limit":{"default":25,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain"],"title":"get_recent_tradesArguments"}},{"name":"get_signal_history","description":"\n\n    Past signals, for checking whether a kind of signal has worked historically\n\n    before acting on a live one.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    wallet_type: kol, smart or whale (default kol)\n\n    days: 7, 30, 90 or \"all\" (default 30)\n\n    mode: cluster, entry or exit. Omit for all modes.\n\n    limit: how many signals (default 25)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"wallet_type":{"default":"kol","description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"},"days":{"default":"30","description":"How far back to look: 7, 30, 90 or all.","title":"Days","type":"string"},"mode":{"default":"","description":"Restrict to cluster, entry or exit. Leave empty for every mode.","title":"Mode","type":"string"},"limit":{"default":25,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain"],"title":"get_signal_historyArguments"}},{"name":"get_signals","description":"\n\n    Tokens where several tracked wallets acted within the same window.\n\n\n\n    'cluster' means multiple wallets bought the same token, which is the strongest\n\n    signal. 'entry' marks fresh positions, 'exit' marks wallets selling out. Use\n\n    this for \"what should I be looking at right now\".\n\n\n\n    Only the first page is reachable: this endpoint reports that more results\n\n    exist but does not return a usable cursor, so raise the limit rather than\n\n    trying to paginate. Smart money signals are unavailable on eth.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    wallet_type: kol, smart or whale (default kol)\n\n    mode: cluster, entry or exit (default cluster)\n\n    hours: observation window (default 6)\n\n    min_wallets: minimum wallets in a cluster; higher means fewer, stronger signals\n\n    min_win_rate: only count wallets above this historical win rate, 0-100\n\n    limit: how many signals (default 15)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"wallet_type":{"default":"kol","description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"},"mode":{"default":"cluster","description":"cluster means several wallets bought the same token, the strongest signal. entry marks fresh positions. exit marks wallets selling out.","title":"Mode","type":"string"},"hours":{"default":6,"description":"Observation window in hours.","maximum":168,"minimum":1,"title":"Hours","type":"integer"},"min_wallets":{"default":0,"description":"Minimum wallets in a cluster. Higher means fewer but stronger signals. 0 uses the server default of 3.","maximum":50,"minimum":0,"title":"Min Wallets","type":"integer"},"min_win_rate":{"default":0,"description":"Only count wallets above this historical win rate, 0 to 100. 0 disables it.","maximum":100,"minimum":0,"title":"Min Win Rate","type":"number"},"limit":{"default":15,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain"],"title":"get_signalsArguments"}},{"name":"get_started","description":"\n\n    How to use CabalSpy: where to get a free API key (1000 requests, no cost),\n\n    pricing, documentation, and what the data covers. Call this first if you do\n\n    not have a key yet, or if another tool returned an auth error.\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_startedArguments"}},{"name":"get_token_holders","description":"\n\n    The tracked wallets holding a token, sorted by balance, with market cap and\n\n    price in USD on Solana. Use when the user asks who is still holding, rather\n\n    than who ever traded it.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    mint: token address\n\n    wallet_type: restrict to kol, smart or whale. Omit to merge all types.\n\n    limit: how many holders (default 25)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"mint":{"description":"Token address: the mint on Solana, the contract address on the EVM chains.","title":"Mint","type":"string"},"wallet_type":{"default":"","description":"Restrict to one wallet type: kol, smart or whale. Leave empty to merge all types the chain has.","title":"Wallet Type","type":"string"},"limit":{"default":25,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain","mint"],"title":"get_token_holdersArguments"}},{"name":"get_token_stats","description":"\n\n    Who is trading a token: how many KOLs, smart money wallets and whales hold it,\n\n    total bought and sold, buying pressure, first and latest entry, and the\n\n    individual traders with their positions. The main tool for \"is anyone notable\n\n    in this token\".\n\n\n\n    Note that market cap in USD comes back empty on this endpoint even for Solana;\n\n    get_token_holders reports it.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    mint: token mint address on Solana, contract address on the EVM chains\n\n    wallet_type: restrict to kol, smart or whale. Omit to merge all types.\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"mint":{"description":"Token address: the mint on Solana, the contract address on the EVM chains.","title":"Mint","type":"string"},"wallet_type":{"default":"","description":"Restrict to one wallet type: kol, smart or whale. Leave empty to merge all types the chain has.","title":"Wallet Type","type":"string"}},"required":["blockchain","mint"],"title":"get_token_statsArguments"}},{"name":"get_token_transactions","description":"\n\n    Individual buys and sells by tracked wallets in one token, most recent first.\n\n    Use for the sequence of events, for example whether KOLs bought before or after\n\n    a price move.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    mint: token address\n\n    wallet_type: restrict to kol, smart or whale. Omit to merge all types.\n\n    limit: how many transactions (default 25)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"mint":{"description":"Token address: the mint on Solana, the contract address on the EVM chains.","title":"Mint","type":"string"},"wallet_type":{"default":"","description":"Restrict to one wallet type: kol, smart or whale. Leave empty to merge all types the chain has.","title":"Wallet Type","type":"string"},"limit":{"default":25,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain","mint"],"title":"get_token_transactionsArguments"}},{"name":"get_wallet_connections","description":"\n\n    Other tracked wallets that traded the same tokens as this one over the last 30\n\n    days, ranked by overlap. Useful for finding groups that move together, which\n\n    can indicate coordination.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    address: the source wallet address\n\n    limit: how many connections (default 25)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"address":{"description":"Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.","title":"Address","type":"string"},"limit":{"default":25,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain","address"],"title":"get_wallet_connectionsArguments"}},{"name":"get_wallet_history","description":"\n\n    Lifetime trading history of a wallet: aggregate stats, a per-token overview and\n\n    the individual trades. Use for what a wallet traded historically, rather than\n\n    how it is doing now.\n\n\n\n    This endpoint returns its pagination inside the payload rather than alongside\n\n    it; follow pagination.next_cursor until it is null for a full export.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    address: the wallet address\n\n    cursor: pagination cursor from the previous response\n\n    limit: trades per page, 1-1000 (default 50; higher values get trimmed anyway)\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"address":{"description":"Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.","title":"Address","type":"string"},"cursor":{"default":"","description":"Pagination cursor taken from the previous response. Leave empty for the first page.","title":"Cursor","type":"string"},"limit":{"default":50,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"}},"required":["blockchain","address"],"title":"get_wallet_historyArguments"}},{"name":"get_wallet_holdings","description":"\n\n    Current onchain token holdings of a wallet, read live rather than derived from\n\n    tracked trades. Slower than the other wallet tools, often over a second. If\n\n    'loading' is true the data is still warming up — call again shortly.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    address: the wallet address\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"address":{"description":"Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.","title":"Address","type":"string"}},"required":["blockchain","address"],"title":"get_wallet_holdingsArguments"}},{"name":"get_wallet_tracker","description":"\n\n    Period statistics for ONE wallet: realized PnL, win rate, volume, trade counts,\n\n    active tokens and win-rate distribution. The main tool for \"how is this trader\n\n    doing\".\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    address: the wallet address\n\n    period: 6h, 1d, 7d or 30d (default 1d). Longer periods return far more data\n\n            and are trimmed harder; prefer the shortest period that answers it.\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"address":{"description":"Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.","title":"Address","type":"string"},"period":{"default":"1d","description":"Statistics window: 6h, 1d, 7d or 30d. Longer windows return far more data and get trimmed harder, so prefer the shortest window that answers the question.","title":"Period","type":"string"}},"required":["blockchain","address"],"title":"get_wallet_trackerArguments"}},{"name":"list_wallets","description":"\n\n    Browse the wallets CabalSpy tracks for a chain and wallet type. Use this to\n\n    answer which KOLs or smart money wallets are covered at all. Always pass a\n\n    limit; the full list runs into the thousands.\n\n\n\n    blockchain: solana, bnb, base, eth or rh\n\n    wallet_type: kol, smart or whale\n\n    limit: wallets per page (default 50)\n\n    cursor: pagination cursor from the previous response\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blockchain":{"description":"Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.","title":"Blockchain","type":"string"},"wallet_type":{"description":"Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only.","title":"Wallet Type","type":"string"},"limit":{"default":50,"description":"How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.","maximum":200,"minimum":1,"title":"Limit","type":"integer"},"cursor":{"default":"","description":"Pagination cursor taken from the previous response. Leave empty for the first page.","title":"Cursor","type":"string"}},"required":["blockchain","wallet_type"],"title":"list_walletsArguments"}},{"name":"lookup_wallet","description":"\n\n    Identify a wallet address: is it tracked, and by what name. Returns the label\n\n    CabalSpy attached to it — name, Twitter, Telegram, wallet type and chain.\n\n    Start here when a user pastes an address and asks who it is.\n\n\n\n    On EVM chains the same address can be tracked on several of them and only the\n\n    first match is returned, so the reported chain may not be the intended one.\n\n\n\n    address: the wallet address to look up\n\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"description":"Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.","title":"Address","type":"string"}},"required":["address"],"title":"lookup_walletArguments"}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-27T12:17:14.736Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-27T12:17:14.739Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1642ms"]},"poisoning":{"score":15,"max":15,"notes":["21 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.cabalspy.xyz/mcp","reachable":true,"authRequired":false,"latencyMs":1642,"serverInfo":{"name":"CabalSpy","version":"1.28.1"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://cabalspy.xyz/images/favicon.ico","source":"site","width":256,"height":256},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}