← Back to browse

whale-data-mcp

Indexed by io.github.predgeAI

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBUYER_PRIVATE_KEY X402_NETWORK MAX_PRICE_USD PREDGE_BASE_URL SOLANA_BUYER_SECRET X402_SOLANA_NETWORK SOLANA_RPC_URL
Claude Code
claude mcp add --env BUYER_PRIVATE_KEY= --env X402_NETWORK= --env MAX_PRICE_USD= --env PREDGE_BASE_URL= --env SOLANA_BUYER_SECRET= --env X402_SOLANA_NETWORK= --env SOLANA_RPC_URL= whale-data-mcp -- npx @predge/whale-data-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"whale-data-mcp","command":"npx","args":["@predge/whale-data-mcp"],"env":{"BUYER_PRIVATE_KEY":"","X402_NETWORK":"","MAX_PRICE_USD":"","PREDGE_BASE_URL":"","SOLANA_BUYER_SECRET":"","X402_SOLANA_NETWORK":"","SOLANA_RPC_URL":""}}'
JSON
{
  "mcpServers": {
    "whale-data-mcp": {
      "command": "npx",
      "args": [
        "@predge/whale-data-mcp"
      ],
      "env": {
        "BUYER_PRIVATE_KEY": "",
        "X402_NETWORK": "",
        "MAX_PRICE_USD": "",
        "PREDGE_BASE_URL": "",
        "SOLANA_BUYER_SECRET": "",
        "X402_SOLANA_NETWORK": "",
        "SOLANA_RPC_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.