Skip to content

reejakdev/predmcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PredMCP

Real-time prediction market + Hyperliquid perps intelligence for Claude.

12 MCP tools that combine Polymarket, HIP-4 on-chain prediction markets, and Hyperliquid perpetuals into a single cross-platform signal layer.

Free tier MCP Registry


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

Intelligence

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_whale_convergence Simultaneous whale activity on perps + Polymarket
get_movers Top 24h volume spikes and biggest price swings

Data

Tool Description
get_markets Live markets from Polymarket and HIP-4, sorted by volume
get_odds Current YES/NO price for any market token
get_orderbook Full orderbook depth for any Polymarket market
search_markets Full-text search across Polymarket and HIP-4
get_funding_rates Hyperliquid perp funding rates
get_open_interest Hyperliquid perp open interest
get_whale_trades Recent large trades on Hyperliquid
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 whale convergence on ETH right now"
  • "What prediction markets are moving the most today?"

Pricing

Tier Calls/day Price
Free 100 $0
Pro Unlimited Coming soon

Get your key: predmcp.com/signup

Links

About

Real-time prediction market + Hyperliquid perps intelligence for Claude. 12 MCP tools. Free tier at predmcp.com/signup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors