PredMCP
Real-time prediction market + Hyperliquid perps intelligence for Claude.
22 MCP tools combining Polymarket, HIP-4 on-chain prediction markets, and Hyperliquid perpetuals — cross-platform signals, funding outliers, arb detection, whale activity, and more.
What it does
The core value: detect when perp traders and prediction market bettors disagree — historically a leading signal before large moves.
HL perps: BTC $79,740 | funding: +0.0000125 | OI: 31,100 BTC
HIP-4: BTC > $81,041 by 6am → YES 12% (market says no)
Signal: ⚠️ DIVERGENCE — perps bullish, prediction bearish
Tools
Cross-platform signals
| Tool | Description |
|---|---|
get_signals | Divergence between HL perp sentiment and HIP-4 prediction odds |
get_market_context | All prediction markets + perp data for any topic in one call |
get_pm_hl_divergences | Markets where PM implied probability diverges from HL funding direction |
get_hl_funding_pm_correlation | Pairs HL assets with related PM markets — aligned or divergent |
get_hip4_vs_pm_arb | Same market on HIP-4 and Polymarket with exploitable spread |
get_whale_convergence | Simultaneous whale activity on perps + Polymarket |
Hyperliquid
| Tool | Description |
|---|---|
get_top_funding_rates | Top perps by absolute funding rate with OI and annualized yield |
get_funding_outliers | Perps whose funding deviates from their 7-day average |
get_oi_near_cap | Perps at the OI cap — new longs blocked, use as blacklist |
get_liquidation_clusters | Price levels where mass liquidations concentrate |
get_funding_rates | Raw funding rates for any asset |
get_open_interest | Open interest in USD and contracts |
get_whale_trades | Recent large trades above notional threshold |
Polymarket
| Tool | Description |
|---|---|
get_markets_near_resolution | Markets resolving in the next N hours above probability threshold |
get_volume_spikes | Markets with abnormal 24h volume vs 7-day average |
get_late_game_sports | Sports markets closing soon with high-certainty leading outcome |
get_movers | Top 24h volume spikes and biggest price swings |
get_markets | Live markets sorted by volume |
get_odds | Current YES/NO price for any market token |
get_orderbook | Full orderbook depth for any market |
search_markets | Full-text search across Polymarket and HIP-4 |
get_whale_positions | Large position holders in any Polymarket market |
Setup (30 seconds)
1. Get a free API key at predmcp.com/signup
2. Add to Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"predmcp": {
"type": "http",
"url": "https://predmcp.com/mcp",
"headers": {
"x-api-key": "your-key-here"
}
}
}
}
3. Ask Claude:
- "What's the current BTC signal from perps vs prediction markets?"
- "Show me funding outliers — which perps are spiking vs their 7-day average?"
- "Which perps are at the OI cap right now?"
- "Find HIP-4 vs Polymarket spreads above 3%"
Pricing
| Tier | Calls/day | Price |
|---|---|---|
| Free | 100 | $0 |
| Pro | Unlimited | Coming soon |
Get your key: predmcp.com/signup
Links
- Website: predmcp.com
- MCP Registry:
com.predmcp/predmcp - Smithery: smithery.ai/servers/RavioleLabs/predmcp