root@herald-labs:~# ./load_module polymarket
Inject Polymarket orderbooks, smart money tracking, and raw on-chain alpha directly into Claude and Cursor. Stop trading blind. Let your AI snipe the timeline.
> SOURCE_DATA
Need a head start? Fork the official repository for API examples and reference code.
[ CLONE_THE_REPO.sh ]> INJECTION_PROTOCOL
STEP 01 // WIRE IT UP
Paste this payload into your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"polymarket_degen_node": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-polymarket.heraldlabs.xyz/",
"--transport",
"http",
"--header",
"X-API-KEY: YOUR_API_KEY_HERE"
]
}
}
}STEP 02 // APE IN
Restart your client. Command your AI to leverage the tools:
"Scan for highly volatile election markets and analyze the order flow to see if smart money is aggressively accumulating YES shares."
> EXECUTION_COMMANDS
// 01: VOLATILITY SNIPING
"Find me the top 5 most volatile Polymarket events right now. I'm looking for mispriced odds."
> [AI executing] calling getVolatility() & searchEvents()...
// 02: WHALE TRACKING
"Analyze the smart money flow for the 'Bitcoin to $100k' market. Are top 10% wallets accumulating YES or NO?"
> [AI executing] calling smartMoneyAnalysis()...
// 03: TRADER PROFILING
"Pull the profile for wallet 0xABCD... What is their historical PnL and which market categories do they trade best?"
> [AI executing] calling getTraderProfile()...
// 04: CROSS-MARKET ANALYSIS
"Analyze the 24h correlation matrix for 'US Election' and 'Federal Interest Rates'. Are they decoupled, or is one leading the other?"
> [AI executing] calling calculateCorrelationMatrix()...