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.
| Name | Type | Required | Description |
|---|---|---|---|
| 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) |
// MCP tool call
{
"name": "prediction_market_events",
"arguments": {
"mode": "",
"query": "",
"timeframeDays": "",
"limit": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}