← clearmarket.fyi
INDIVIDUAL MCP TOOL
list_events
Browse or search ClearMarket prediction-market events.
LIVE ENDPOINT
https://api.clearmarket.fyi/mcp
Connect to this endpoint to inspect the live schema for list_events and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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
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_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.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.