prediction_market_aggregator

$0.01 USDC per call

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.

Parameters
NameTypeRequiredDescription
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)
Example Call
// MCP tool call
{
  "name": "prediction_market_aggregator",
  "arguments": {
    "query": "",
    "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