# xyz.cabalspy/wallet-tracker (remote · mcp.cabalspy.xyz)

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

- Trust score: 64/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `mcp.cabalspy.xyz`: 64/100 (this document), [markdown](https://verifymcp.io/servers/xyz-cabalspy-wallet-tracker/mcp.md), [page](https://verifymcp.io/servers/xyz-cabalspy-wallet-tracker/mcp)

## Channel facts

- Endpoint: `https://mcp.cabalspy.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 21 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 59/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 5197 tokens (~247/item across 21 items; 21 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http xyz-cabalspy-wallet-tracker https://mcp.cabalspy.xyz/mcp
```

### Codex

```toml
[mcp_servers.xyz-cabalspy-wallet-tracker]
url = "https://mcp.cabalspy.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-cabalspy-wallet-tracker": {
      "type": "remote",
      "url": "https://mcp.cabalspy.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xyz-cabalspy-wallet-tracker --url https://mcp.cabalspy.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xyz-cabalspy-wallet-tracker:
    url: "https://mcp.cabalspy.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "xyz-cabalspy-wallet-tracker": {
      "type": "http",
      "url": "https://mcp.cabalspy.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 60, +3)

- [functional regression] Schema quality: 147 → 247
- [functional improvement] Tool coverage: 0% → 100%
- [functional improvement] Tool “compare_tokens” now declares an output schema
- [functional improvement] Tool “compare_wallets” now declares an output schema
- [functional improvement] Tool “detect_bundles” now declares an output schema
- [functional improvement] Tool “get_activity_metrics” now declares an output schema
- [functional improvement] Tool “get_analytics” now declares an output schema
- [functional improvement] Tool “get_api_status” now declares an output schema
- [functional improvement] Tool “get_leaderboard” now declares an output schema
- [functional improvement] Tool “get_pnl_calendar” now declares an output schema
- [functional improvement] Tool “get_recent_trades” now declares an output schema
- [functional improvement] Tool “get_signal_history” now declares an output schema
- [functional improvement] Tool “get_signals” now declares an output schema
- [functional improvement] Tool “get_started” now declares an output schema
- [functional improvement] Tool “get_token_holders” now declares an output schema
- [functional improvement] Tool “get_token_stats” now declares an output schema
- [functional improvement] Tool “get_token_transactions” now declares an output schema
- [functional improvement] Tool “get_wallet_connections” now declares an output schema
- [functional improvement] Tool “get_wallet_history” now declares an output schema
- [functional improvement] Tool “get_wallet_holdings” now declares an output schema
- [functional improvement] Tool “get_wallet_tracker” now declares an output schema
- [functional improvement] Tool “list_wallets” now declares an output schema
- [functional improvement] Tool “lookup_wallet” now declares an output schema
- [functional] Schema quality: excellent → good
- [functional] Stability: fail → 0.07
- [cosmetic] “compare_tokens” reworded the description of “blockchain”
- [cosmetic] “compare_tokens” reworded the description of “mints”
- [cosmetic] “compare_tokens” reworded the description of “wallet_type”
- [cosmetic] “compare_wallets” reworded the description of “addresses”
- [cosmetic] “compare_wallets” reworded the description of “blockchain”
- [cosmetic] “compare_wallets” reworded the description of “period”
- [cosmetic] “compare_wallets” reworded the description of “wallet_type”
- [cosmetic] “detect_bundles” reworded the description of “mint”
- [cosmetic] “get_activity_metrics” reworded the description of “blockchain”
- [cosmetic] “get_activity_metrics” reworded the description of “hours”
- [cosmetic] “get_activity_metrics” reworded the description of “mint”
- [cosmetic] “get_activity_metrics” reworded the description of “wallet_type”
- [cosmetic] “get_analytics” reworded the description of “blockchain”
- [cosmetic] “get_analytics” reworded the description of “limit”
- [cosmetic] “get_analytics” reworded the description of “mode”
- [cosmetic] “get_analytics” reworded the description of “period”
- [cosmetic] “get_analytics” reworded the description of “wallet_type”
- [cosmetic] “get_leaderboard” reworded the description of “blockchain”
- [cosmetic] “get_leaderboard” reworded the description of “limit”
- [cosmetic] “get_leaderboard” reworded the description of “period”
- [cosmetic] “get_leaderboard” reworded the description of “wallet_type”
- [cosmetic] “get_pnl_calendar” reworded the description of “address”
- [cosmetic] “get_pnl_calendar” reworded the description of “blockchain”
- [cosmetic] “get_recent_trades” reworded the description of “blockchain”
- [cosmetic] “get_recent_trades” reworded the description of “limit”
- [cosmetic] “get_recent_trades” reworded the description of “mint”
- [cosmetic] “get_recent_trades” reworded the description of “minutes”
- [cosmetic] “get_recent_trades” reworded the description of “wallet_type”
- [cosmetic] “get_signal_history” reworded the description of “blockchain”
- [cosmetic] “get_signal_history” reworded the description of “days”
- [cosmetic] “get_signal_history” reworded the description of “limit”
- [cosmetic] “get_signal_history” reworded the description of “mode”
- [cosmetic] “get_signal_history” reworded the description of “wallet_type”
- [cosmetic] “get_signals” reworded the description of “blockchain”
- [cosmetic] “get_signals” reworded the description of “hours”
- [cosmetic] “get_signals” reworded the description of “limit”
- [cosmetic] “get_signals” reworded the description of “min_wallets”
- [cosmetic] “get_signals” reworded the description of “min_win_rate”
- [cosmetic] “get_signals” reworded the description of “mode”
- [cosmetic] “get_signals” reworded the description of “wallet_type”
- [cosmetic] “get_token_holders” reworded the description of “blockchain”
- [cosmetic] “get_token_holders” reworded the description of “limit”
- [cosmetic] “get_token_holders” reworded the description of “mint”
- [cosmetic] “get_token_holders” reworded the description of “wallet_type”
- [cosmetic] “get_token_stats” reworded the description of “blockchain”
- [cosmetic] “get_token_stats” reworded the description of “mint”
- [cosmetic] “get_token_stats” reworded the description of “wallet_type”
- [cosmetic] “get_token_transactions” reworded the description of “blockchain”
- [cosmetic] “get_token_transactions” reworded the description of “limit”
- [cosmetic] “get_token_transactions” reworded the description of “mint”
- [cosmetic] “get_token_transactions” reworded the description of “wallet_type”
- [cosmetic] “get_wallet_connections” reworded the description of “address”
- [cosmetic] “get_wallet_connections” reworded the description of “blockchain”
- [cosmetic] “get_wallet_connections” reworded the description of “limit”
- [cosmetic] “get_wallet_history” reworded the description of “address”
- [cosmetic] “get_wallet_history” reworded the description of “blockchain”
- [cosmetic] “get_wallet_history” reworded the description of “cursor”
- [cosmetic] “get_wallet_history” reworded the description of “limit”
- [cosmetic] “get_wallet_holdings” reworded the description of “address”
- [cosmetic] “get_wallet_holdings” reworded the description of “blockchain”
- [cosmetic] “get_wallet_tracker” reworded the description of “address”
- [cosmetic] “get_wallet_tracker” reworded the description of “blockchain”
- [cosmetic] “list_wallets” reworded the description of “blockchain”
- [cosmetic] “list_wallets” reworded the description of “cursor”
- [cosmetic] “list_wallets” reworded the description of “limit”
- [cosmetic] “list_wallets” reworded the description of “wallet_type”
- [cosmetic] “lookup_wallet” reworded the description of “address”
- [cosmetic] “get_wallet_tracker” reworded the description of “period”

### 2026-07-27 (score 57, −10)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (21)

### `get_started` (~67 tokens)

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

    pricing, documentation, and what the data covers. Call this first if you do

    not have a key yet, or if another tool returned an auth error.

### `get_api_status` (~56 tokens)

Service health and current coverage: chains, wallet types, periods, limits and

    how many wallets are tracked per chain. Useful when a query returns nothing and

    it is unclear whether the data exists at all.

### `lookup_wallet` (~137 tokens)

Identify a wallet address: is it tracked, and by what name. Returns the label

    CabalSpy attached to it — name, Twitter, Telegram, wallet type and chain.

    Start here when a user pastes an address and asks who it is.



    On EVM chains the same address can be tracked on several of them and only the

    first match is returned, so the reported chain may not be the intended one.



    address: the wallet address to look up

Input parameters:

- `address` (string, required): Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.

### `get_wallet_tracker` (~253 tokens)

Period statistics for ONE wallet: realized PnL, win rate, volume, trade counts,

    active tokens and win-rate distribution. The main tool for "how is this trader

    doing".



    blockchain: solana, bnb, base, eth or rh

    address: the wallet address

    period: 6h, 1d, 7d or 30d (default 1d). Longer periods return far more data

            and are trimmed harder; prefer the shortest period that answers it.

Input parameters:

- `address` (string, required): Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.
- `blockchain` (string, required): 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.
- `period` (string): 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.

### `get_leaderboard` (~297 tokens)

Top tracked wallets ranked by performance for a chain, wallet type and period.

    Use for "best Solana KOLs today", "top whales this week", and similar.



    blockchain: solana, bnb, base, eth or rh

    wallet_type: kol, smart or whale. whale is Solana only, eth has kol only.

    period: 6h, 1d, 7d or 30d (default 1d)

    limit: how many wallets (default 20)

Input parameters:

- `blockchain` (string, required): 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.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
- `period` (string): 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.
- `wallet_type` (string): 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.

### `list_wallets` (~258 tokens)

Browse the wallets CabalSpy tracks for a chain and wallet type. Use this to

    answer which KOLs or smart money wallets are covered at all. Always pass a

    limit; the full list runs into the thousands.



    blockchain: solana, bnb, base, eth or rh

    wallet_type: kol, smart or whale

    limit: wallets per page (default 50)

    cursor: pagination cursor from the previous response

Input parameters:

- `blockchain` (string, required): 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.
- `cursor` (string): Pagination cursor taken from the previous response. Leave empty for the first page.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
- `wallet_type` (string, required): 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.

### `get_wallet_history` (~270 tokens)

Lifetime trading history of a wallet: aggregate stats, a per-token overview and

    the individual trades. Use for what a wallet traded historically, rather than

    how it is doing now.



    This endpoint returns its pagination inside the payload rather than alongside

    it; follow pagination.next_cursor until it is null for a full export.



    blockchain: solana, bnb, base, eth or rh

    address: the wallet address

    cursor: pagination cursor from the previous response

    limit: trades per page, 1-1000 (default 50; higher values get trimmed anyway)

Input parameters:

- `address` (string, required): Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.
- `blockchain` (string, required): 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.
- `cursor` (string): Pagination cursor taken from the previous response. Leave empty for the first page.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.

### `get_wallet_holdings` (~174 tokens)

Current onchain token holdings of a wallet, read live rather than derived from

    tracked trades. Slower than the other wallet tools, often over a second. If

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



    blockchain: solana, bnb, base, eth or rh

    address: the wallet address

Input parameters:

- `address` (string, required): Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.
- `blockchain` (string, required): 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.

### `get_pnl_calendar` (~155 tokens)

Daily and monthly realized profit and loss for a wallet across its tracked

    history. Use for when a wallet made or lost money, and for spotting streaks.



    blockchain: solana, bnb, base, eth or rh

    address: the wallet address

Input parameters:

- `address` (string, required): Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.
- `blockchain` (string, required): 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.

### `get_wallet_connections` (~199 tokens)

Other tracked wallets that traded the same tokens as this one over the last 30

    days, ranked by overlap. Useful for finding groups that move together, which

    can indicate coordination.



    blockchain: solana, bnb, base, eth or rh

    address: the source wallet address

    limit: how many connections (default 25)

Input parameters:

- `address` (string, required): Wallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.
- `blockchain` (string, required): 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.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.

### `compare_wallets` (~289 tokens)

Statistics for up to 100 wallets in a single request. Much cheaper than calling

    get_wallet_tracker repeatedly. Use when the user names several wallets, or to

    follow up on a leaderboard.



    blockchain: solana, bnb, base, eth or rh

    addresses: up to 100 wallet addresses

    wallet_type: kol, smart or whale (default kol)

    period: 6h, 1d, 7d or 30d (default 7d)

Input parameters:

- `addresses` (array, required): Up to 100 wallet addresses. Far cheaper than calling get_wallet_tracker once per wallet.
- `blockchain` (string, required): 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.
- `period` (string): 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.
- `wallet_type` (string): 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.

### `get_token_stats` (~263 tokens)

Who is trading a token: how many KOLs, smart money wallets and whales hold it,

    total bought and sold, buying pressure, first and latest entry, and the

    individual traders with their positions. The main tool for "is anyone notable

    in this token".



    Note that market cap in USD comes back empty on this endpoint even for Solana;

    get_token_holders reports it.



    blockchain: solana, bnb, base, eth or rh

    mint: token mint address on Solana, contract address on the EVM chains

    wallet_type: restrict to kol, smart or whale. Omit to merge all types.

Input parameters:

- `blockchain` (string, required): 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.
- `mint` (string, required): Token address: the mint on Solana, the contract address on the EVM chains.
- `wallet_type` (string): Restrict to one wallet type: kol, smart or whale. Leave empty to merge all types the chain has.

### `get_token_holders` (~248 tokens)

The tracked wallets holding a token, sorted by balance, with market cap and

    price in USD on Solana. Use when the user asks who is still holding, rather

    than who ever traded it.



    blockchain: solana, bnb, base, eth or rh

    mint: token address

    wallet_type: restrict to kol, smart or whale. Omit to merge all types.

    limit: how many holders (default 25)

Input parameters:

- `blockchain` (string, required): 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.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
- `mint` (string, required): Token address: the mint on Solana, the contract address on the EVM chains.
- `wallet_type` (string): Restrict to one wallet type: kol, smart or whale. Leave empty to merge all types the chain has.

### `get_token_transactions` (~243 tokens)

Individual buys and sells by tracked wallets in one token, most recent first.

    Use for the sequence of events, for example whether KOLs bought before or after

    a price move.



    blockchain: solana, bnb, base, eth or rh

    mint: token address

    wallet_type: restrict to kol, smart or whale. Omit to merge all types.

    limit: how many transactions (default 25)

Input parameters:

- `blockchain` (string, required): 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.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
- `mint` (string, required): Token address: the mint on Solana, the contract address on the EVM chains.
- `wallet_type` (string): Restrict to one wallet type: kol, smart or whale. Leave empty to merge all types the chain has.

### `compare_tokens` (~216 tokens)

Statistics for up to 100 tokens in a single request. Use for shortlists, or to

    follow up on the most-traded analytics view.



    blockchain: solana, bnb, base, eth or rh

    mints: up to 100 token addresses

    wallet_type: kol, smart or whale (default kol)

Input parameters:

- `blockchain` (string, required): 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.
- `mints` (array, required): Up to 100 token addresses. Use for shortlists, or to follow up on the most_traded analytics view.
- `wallet_type` (string): 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.

### `detect_bundles` (~143 tokens)

Check whether KOL wallets bought a Solana token through Jito bundles together

    with side wallets they control, which hides the real size of their position.



    Returns each detected bundle with a confidence score and the evidence behind

    it: matching transaction fees, block index, and adjacency to the KOL's own

    transaction. Use this when a user asks whether a launch was bundled,

    insider-heavy, sniped or manipulated.



    Solana only, because it depends on Jito bundles.



    mint: the Solana token mint address

Input parameters:

- `mint` (string, required): The Solana token mint address to inspect for bundled buys.

### `get_recent_trades` (~313 tokens)

The live feed: what tracked wallets are buying and selling right now, across

    every token or filtered to one. Use for "what are KOLs buying at the moment".



    blockchain: solana, bnb, base, eth or rh

    wallet_type: kol, smart or whale (default kol)

    minutes: only trades from the last N minutes, at most 60. Leave at 0 for the

             most recent trades regardless of age.

    mint: restrict to one token

    limit: how many trades (default 25)

Input parameters:

- `blockchain` (string, required): 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.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
- `mint` (string): Restrict the result to a single token. Leave empty for all tokens.
- `minutes` (integer): Only trades from the last N minutes, at most 60. Leave at 0 for the most recent trades regardless of age.
- `wallet_type` (string): 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.

### `get_activity_metrics` (~258 tokens)

How many trades happened and how much value moved over a window of up to 24

    hours, plus how many distinct wallets were involved. Use for how busy the

    market or a single token is, rather than for the individual trades.



    blockchain: solana, bnb, base, eth or rh

    wallet_type: kol, smart or whale (default kol)

    hours: window in hours, at most 24 (default 1)

    mint: restrict to one token

Input parameters:

- `blockchain` (string, required): 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.
- `hours` (integer): Observation window in hours. The server caps this at 24.
- `mint` (string): Restrict the result to a single token. Leave empty for all tokens.
- `wallet_type` (string): 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.

### `get_signals` (~448 tokens)

Tokens where several tracked wallets acted within the same window.



    'cluster' means multiple wallets bought the same token, which is the strongest

    signal. 'entry' marks fresh positions, 'exit' marks wallets selling out. Use

    this for "what should I be looking at right now".



    Only the first page is reachable: this endpoint reports that more results

    exist but does not return a usable cursor, so raise the limit rather than

    trying to paginate. Smart money signals are unavailable on eth.



    blockchain: solana, bnb, base, eth or rh

    wallet_type: kol, smart or whale (default kol)

    mode: cluster, entry or exit (default cluster)

    hours: observation window (default 6)

    min_wallets: minimum wallets in a cluster; higher means fewer, stronger signals

    min_win_rate: only count wallets above this historical win rate, 0-100

    limit: how many signals (default 15)

Input parameters:

- `blockchain` (string, required): 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.
- `hours` (integer): Observation window in hours.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
- `min_wallets` (integer): Minimum wallets in a cluster. Higher means fewer but stronger signals. 0 uses the server default of 3.
- `min_win_rate` (number): Only count wallets above this historical win rate, 0 to 100. 0 disables it.
- `mode` (string): cluster means several wallets bought the same token, the strongest signal. entry marks fresh positions. exit marks wallets selling out.
- `wallet_type` (string): 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.

### `get_signal_history` (~283 tokens)

Past signals, for checking whether a kind of signal has worked historically

    before acting on a live one.



    blockchain: solana, bnb, base, eth or rh

    wallet_type: kol, smart or whale (default kol)

    days: 7, 30, 90 or "all" (default 30)

    mode: cluster, entry or exit. Omit for all modes.

    limit: how many signals (default 25)

Input parameters:

- `blockchain` (string, required): 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.
- `days` (string): How far back to look: 7, 30, 90 or all.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
- `mode` (string): Restrict to cluster, entry or exit. Leave empty for every mode.
- `wallet_type` (string): 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.

### `get_analytics` (~376 tokens)

Four aggregate views over the tracked wallets.



    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. Use for the overall picture rather than one wallet or

    token.



    blockchain: solana, bnb, base, eth or rh

    mode: volume_trend, most_traded, win_rate or top_performers

    wallet_type: kol, smart or whale (default kol)

    period: 6h, 1d, 7d or 30d (default 7d)

    limit: how many entries (default 20)

Input parameters:

- `blockchain` (string, required): 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.
- `limit` (integer): How many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
- `mode` (string, required): 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.
- `period` (string): 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.
- `wallet_type` (string): 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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xyz-cabalspy-wallet-tracker/mcp#diagnostics

## Score history

- 2026-08-04: 64
- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 62
- 2026-07-29: 61
- 2026-07-28: 60
- 2026-07-27: 57
- 2026-07-26: 67

## Links

- Remote endpoint: https://mcp.cabalspy.xyz/mcp
- Changelog RSS feed: https://verifymcp.io/servers/xyz-cabalspy-wallet-tracker/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-cabalspy-wallet-tracker/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xyz-cabalspy-wallet-tracker/mcp
