mcpbeat Sign in

Whale Data MCP Server

local only

Whale Data MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 225 installs a week from npm. Last commit 11 Sep 2026.

Signed settled outcomes (Polymarket, sports, Kalshi) + whale signals as agent tools, paid via x402.

Installs per day peak 125 · avg 14 · +435% w/w
a month agotoday
225
Installs / week
npm · @predge/whale-data-mcp
1
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Whale Data MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add whale-data-mcp -- npx -y @predge/whale-data-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whale-data-mcp": {
      "args": [
        "-y",
        "@predge/whale-data-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whale-data-mcp]
command = "npx"
args = ["-y", "@predge/whale-data-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "whale-data-mcp": {
      "args": [
        "-y",
        "@predge/whale-data-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whale-data-mcp": {
      "args": [
        "-y",
        "@predge/whale-data-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BUYER_PRIVATE_KEY (Funded Base-mainnet key that signs USDC micropayments. Either this or SOLANA_BUYER_SECRET enables paid tools; the free discovery tool needs neither.), X402_NETWORK (x402 network: 'base' (mainnet, real USDC) or 'base-sepolia' (only against a testnet deployment).), MAX_PRICE_USD (Hard per-call price cap in USD. Calls priced above it are refused before any payment. Default 0.05.), PREDGE_BASE_URL (Override the API base URL. Defaults to the production deployment.), SOLANA_BUYER_SECRET (Funded Solana-mainnet key (64-number JSON array or base58) to also pay on Solana. Optional — either this or BUYER_PRIVATE_KEY enables paid tools.), X402_SOLANA_NETWORK (Solana network: 'solana' (mainnet) or 'solana-devnet'. Defaults to match X402_NETWORK's testnet-ness.), SOLANA_RPC_URL (Optional custom Solana RPC (the public mainnet-beta endpoint is rate-limited).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Whale Data MCP

same job, measured the same way
I
Cronus MCP
by artem1981777

On-chain x402-paid market signals on Arc (Circle Gateway) exposed as MCP tools.

42 installs/wk local only
Insider Radar
by mypocketsmells

Lab telemetry market: 25 x402 USDC-paid tools — leaderboard, KOL signals, outcomes, more.

27 tools answering
Minia2a
by minia2a

171 pay-per-call AI agent tools via x402 USDC. Captcha, gas, DNS, web scraping, DeFi, Polymarket.

local only
Agent Guild
by agenttanuki

Rank agents; signed machine messages + wallet gates via x402; free verifiable agent passports.

43 tools answering
Newswake
by almaestilo

News momentum + what-changed outcome tools for agents. Signals + links, ~296 sources.

2 tools answering
Whale Data
by coinlobster

Real-time whale trades, Smart Money Radar, market snapshots, news sentiment, signal outcomes.

23 installs/wk 54 tools answering
1cent Web Intelligence for AI Agents
by maxzoa

SSRF-safe web intelligence: 4 outcomes, 43 paid x402 tools, 3 free tools and a URL preview.

46 tools answering
Agentic Endpoints
by oliverkiss

Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.

20 tools answering

Whale Data MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Whale Data MCP?
Whale Data MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @predge/whale-data-mcp was installed 225 times last week.
How do I connect Whale Data MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @predge/whale-data-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Whale Data MCP?
The npm package @predge/whale-data-mcp was installed 225 times in the last week. Week over week that is +435%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Whale Data MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.