← defade.org

INDIVIDUAL MCP TOOL

get_whales

Wallets holding at least 1% of supply once pools, lockers, treasuries and custodial accounts are removed.

defade.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.defade.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_whales and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

defade.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.defade]
url = "https://api.defade.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "defade": {
      "type": "http",
      "url": "https://api.defade.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: defade
Remote MCP URL: https://api.defade.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "defade": {
      "url": "https://api.defade.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "defade": {
      "type": "http",
      "url": "https://api.defade.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "defade",
  "transport": "streamable-http",
  "url": "https://api.defade.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_token_scan — Run a full DeFade scan on one token contract: token metadata, holder distribution, creator history (wallet age, previous token launches) and the headline risk verdict.
  • get_rug_score — Rug pull probability for one token: a 0-100 score where HIGHER MEANS MORE DANGEROUS, a verdict label, and the individual signals that drove it.
  • get_holders — Holder distribution for one token, with liquidity pools, burn addresses, lockers, exchange wallets and contracts classified out, so the top-holder list reflects actual holders.
  • get_liquidity — Liquidity pool analysis for one token: which DEX holds the deepest pool, its depth in USD, and whether the LP tokens are burned, locked or still in someone's hands.
  • get_launch_bundles — Bundle detection for one token: coordinated buys in the launch window plus delayed sweeps, accounted on peak net exposure rather than raw buy count, so wallets that bought and flipped are not counted as holders.
  • get_launch_snipers — Bots that bought in the first block or first seconds of this token's launch, and whether they are connected to the deployer.
  • get_wallet_links — The graph of proven on-chain links between wallets around one token — who funded whom, who transferred to whom, and coordinated timing — typically the deployer's supply fanned out to look like organic demand.
  • get_smart_money — Wallets with a track record of profitable entries that are holding or trading this token, classified from their historical trade win rates — a "verified" smart-money tag requires a known win rate of 50% or better.