Find prediction markets with the biggest odds changes. Returns markets where probabilities shifted the most in a given timeframe — early signal for breaking news or sentiment shifts.
| Name | Type | Required | Description |
|---|---|---|---|
| timeframe | string | optional | Timeframe: 1h, 6h, 24h |
| direction | string | optional | Filter: up, down, both |
| min_volume | string | optional | Minimum total volume in USD |
| limit | string | optional | Number of results (max 25) |
| category | string | optional | Filter by category |
// MCP tool call
{
"name": "prediction_market_movers",
"arguments": {
"timeframe": "",
"direction": "",
"min_volume": "",
"limit": "",
"category": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}