← clearmarket.fyi

INDIVIDUAL MCP TOOL

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.

clearmarket.fyinone authenticationAvailability not checked

LIVE ENDPOINT

https://api.clearmarket.fyi/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_upcoming_catalysts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

clearmarket.fyi

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.clearmarket]
url = "https://api.clearmarket.fyi/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "clearmarket": {
      "type": "http",
      "url": "https://api.clearmarket.fyi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: clearmarket
Remote MCP URL: https://api.clearmarket.fyi/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "clearmarket": {
      "url": "https://api.clearmarket.fyi/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "clearmarket": {
      "type": "http",
      "url": "https://api.clearmarket.fyi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_events — Browse or search ClearMarket prediction-market events.
  • 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) + resolution-source provenance, the canonical question_id where the question is linked across venues/events (null otherwise; also_on lists the same question priced on the other venue, when it trades there), and the upcoming catalyst dates that move it before it resolves.
  • get_market — Fetch one market and judge whether its price can be trusted.
  • list_signals — Browse the CM Signal daily wire — short, structured prediction-market bulletins (the price is the lede, news is context).
  • 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 sources.