PredMCP wraps three live data sources and adds a thin layer of
cross-venue intelligence on top. Your agent sees twenty-four
self-documenting tools, calls whatever it needs.
01 · DATA Polymarket + Hyperliquid, real-time.
Live markets, prices, order books, funding rates, open
interest, whale trades, liquidation clusters. Sourced from
the public Polymarket Gamma API, Hyperliquid Info API, and
HIP-4 API. No staking required, just the data.
02 · INTELLIGENCE Cross-venue signals you can't run by hand.
The six tools that justify the product: divergences between
perp funding and prediction-market sentiment, whale convergence
across two venues, arbitrage scans between HIP-4 and Polymarket.
Pro-tier tools bundled in the catalog.
03 · PROTOCOL MCP-native, zero glue.
Twenty-four tools exposed over the Model Context Protocol.
Drop-in for Claude Code, Cursor, Windsurf, Clawbot, OpenClaw,
custom runtimes. Discovery is automatic on next launch.
{ "mcpServers": {
"predmcp": {
"type": "http",
"url": "https://predmcp.com/mcp",
"headers": { "x-api-key": "..." }
}
}}
04 · OPEN CORE Core source, signals private.
The MCP plumbing, tool schemas, and data adapters are
MIT-licensed and on GitHub. The signal-generation algorithms
behind the advanced Pro tools (cross-venue divergence,
whale convergence scoring) stay proprietary.
github.com/RavioleLabs/predmcp →