← predmcp.com
INDIVIDUAL MCP TOOL
get_upcoming_catalysts
Lists upcoming market catalysts for an asset within a horizon: token unlocks, governance votes (Tally), ETF/SEC deadlines, FOMC dates.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.predmcp-com]
url = "https://predmcp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"predmcp-com": {
"type": "http",
"url": "https://predmcp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: predmcp-com
Remote MCP URL: https://predmcp.com/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": {
"predmcp-com": {
"url": "https://predmcp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"predmcp-com": {
"type": "http",
"url": "https://predmcp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "predmcp-com",
"transport": "streamable-http",
"url": "https://predmcp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_api_key— Generate a free PredMCP API key.get_markets— Live prediction markets from Polymarket and/or HIP-4, sorted by volume.get_odds— Current YES/NO prices and implied probability for any Polymarket or HIP-4 market token.get_orderbook— Full orderbook depth (bids + asks) for any Polymarket market token.search_markets— Full-text search across all Polymarket and HIP-4 prediction markets.get_whale_positions— Positions of a specific Polymarket wallet, optionally filtered to one market.get_movers— Top prediction markets ranked by 24h volume spike or biggest YES/NO price swing.get_markets_near_resolution— Polymarket markets resolving within the next N hours with a leading probability above threshold.