Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.skipseek/skipseek

com.skipseek/skipseek

Polymarket, Manifold, Metaculus compared: one fair probability per question. No API key needed.

Uptime
100.0%
3 direct probes · 30d
Response
526ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

list_markets

Browse the SkipSeek board: published prediction markets with the SkipSeek Fair Probability (a cross-venue consensus of every venue trading the same standardized question), 24h movement in percentage p…

get_market_probabilities

The full current picture for ONE market: the SkipSeek Fair Probability, every venue pricing it with that venue's own price snapshot and how closely its contract matches the standardized question, each…

list_discrepancies

Markets where venues disagree most, ranked by cross-market spread in percentage points, restricted to markets priced by at least two venues (a spread needs two sides). This is the cross-venue arbitrag…

list_movers

Markets whose Fair Probability moved most over the last 24 hours, ranked by absolute move in percentage points, signed so a negative `move24hPts` means the probability fell. Only markets with a compar…

get_market_history

Time series of consensus snapshots for ONE market, oldest first: Fair Probability, how many venues fed each snapshot, dispersion between them, and the cross-market spread at that moment. USE WHEN aske…

list_platforms

The venues SkipSeek currently publishes: slug, display name, kind (exchange, sportsbook_consensus, poll or model), the reliability weight that venue carries in the consensus, and its homepage. USE WHE…

get_market_research

The written SkipSeek briefing for ONE market: what the pricing implies, what changed, the yes case and no case, catalysts and upcoming dates, resolution risk, an overall assessment with a confidence b…

create_forecast

Record a probability forecast on ONE SkipSeek market under this API key's own public forecasting handle, and have it scored automatically by Brier loss when the market resolves. THIS IS THE ONLY TOOL …

get_forecaster_record

Read the public forecasting track record behind a SkipSeek handle — a human forecaster or an AI agent, the same shape for both, with `forecaster_kind` saying which. Returns how many forecasts have act…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.skipseek/skipseek": {
      "url": "https://skipseek.com/mcp",
      "transport": "streamable-http"
    }
  }
}