prediction_market_events

$0.005 USDC per call

Track prediction market events and resolutions across Polymarket, Kalshi, and Drift BET. 'upcoming' mode: markets closing soonest with current odds. 'resolved' mode: recently settled markets with outcomes. Cross-platform coverage.

Parameters
NameTypeRequiredDescription
mode string optional Mode: 'upcoming' (closing soon) or 'resolved' (recently settled)
query string optional Filter by topic
timeframeDays string optional Days to look ahead (upcoming) or back (resolved). Default: 7 upcoming, 30 resolved.
limit string optional Max results (default: 20)
Example Call
// MCP tool call
{
  "name": "prediction_market_events",
  "arguments": {
    "mode": "",
    "query": "",
    "timeframeDays": "",
    "limit": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground