Skip to content
Cline

whale data mcp for Cline

io.github.predgeai/whale-data-mcp

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

client:Cline transport:stdio runtime:npm

Install whale data mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "whale-data-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@predge/whale-data-mcp"
      ],
      "env": {
        "BUYER_PRIVATE_KEY": "<BUYER_PRIVATE_KEY>",
        "X402_NETWORK": "<X402_NETWORK>",
        "MAX_PRICE_USD": "<MAX_PRICE_USD>",
        "PREDGE_BASE_URL": "<PREDGE_BASE_URL>",
        "SOLANA_BUYER_SECRET": "<SOLANA_BUYER_SECRET>",
        "X402_SOLANA_NETWORK": "<X402_SOLANA_NETWORK>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

whale data mcp in other clients