← cookbook · howto
How to track Polymarket whale wallets in Cursor
Pipe top Polymarket wallet positions into Cursor for copy-trade reference. 20 whales tracked daily, composite score, active position detail.
install (60 seconds)
pip install falsifylab-alpha-mcp
then in your agent's MCP config:
{
"mcpServers": {
"falsifylab-alpha": {
"command": "python",
"args": ["-m", "falsifylab_alpha_mcp"]
}
}
}
the prompt that works
paste this into your agent:
use polymarket_whale_positions with min_position_usd=50000. For each whale, compute conviction = win_rate × position_size_USD. List top 3 by conviction and the crypto markets they're betting on.
why this works
Polymarket whale tracking is a copy-trade strategy. Wallets with consistent profit + high win-rate are more likely right next bet. Our score: 0.4×profit_norm + 0.3×activity + 0.3×win_proxy filters lucky one-shots.
the tool
polymarket_whale_positions is one of 13 tools in FalsifyLab Alpha MCP (3 free, 10 Pro-only). Full schema at /.well-known/mcp/server-card.json. Tool descriptions at /install.
pricing
- Free tier: 3 tools, 5 results/query, no signup. Pro $19/mo: all 13 + real-time.
- Pro $19/mo: real-time, 100 results, 90d history. 7-day trial.
- Pro Plus $49/mo: 1min refresh, email + Slack alerts, webhooks.