Cross-platform prediction market search. Queries Polymarket, Kalshi, and Drift BET in parallel and returns unified results sorted by volume. Finds the same event across platforms to compare odds and spot arbitrage opportunities. Returns probabilities, volume, liquidity, and cross-platform matches with probability spreads.
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | Search query — topic, keyword, or question (e.g. 'bitcoin', 'election', 'fed rate cut', 'world cup') |
| limit | string | optional | Maximum results to return across all platforms (default: 20) |
// MCP tool call
{
"name": "prediction_market_aggregator",
"arguments": {
"query": "",
"limit": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}