whale data mcp for Cursor
io.github.predgeai/whale-data-mcp
Signed settled outcomes (Polymarket, sports, Kalshi) + whale signals as agent tools, paid via x402.
client:Cursor
transport:stdio
runtime:npm
Install whale data mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whale-data-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs