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

ClearMarket

fyi.clearmarket/clearmarket

Reference data for prediction markets: graded resolution clarity, cross-venue links, provenance.

Uptime
100.0%
2 direct probes · 30d
Response
126ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

list_events

Browse or search ClearMarket prediction-market events. Filter by category, platform, Resolution Clarity Grade, or free-text `q`. `q` is token-AND across question + tags, so SHORT KEYWORD queries match…

get_event

Fetch the full ClearMarket record for one event by slug: the canonical question, every market in this event's single-venue bundle, each market's current price + Resolution Clarity Grade (A/B/C) + reso…

get_market

Fetch one market and judge whether its price can be trusted. Accepts whatever id you have: a ClearMarket id (CM-MKT-…), a venue-native market id or Kalshi ticker, or a market URL (best-effort — Kalshi…

list_upcoming_catalysts

List scheduled catalysts (CPI, jobs, FOMC, GDP, large-cap earnings) in the next N days that move prediction-market prices BEFORE those markets resolve — a cross-event view across the whole calendar. E…

list_signals

Browse the CM Signal daily wire — short, structured prediction-market bulletins (the price is the lede, news is context). Filter by event_id (every wire touching a specific event), category, venue, or…

get_signal

Fetch one full CM Signal wire by slug: headline, the 3-5 structured bullets, atomic claims with per-field provenance tiers, the target + linked events, primary and related markets with prices, and sou…

How to use

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

{
  "mcpServers": {
    "clearmarket": {
      "url": "https://api.clearmarket.fyi/mcp",
      "transport": "streamable-http"
    }
  }
}