prediction_market_odds

$0.002 USDC per call

Get current odds for a prediction market. Search by market slug, ID, or natural language query like 'bitcoin 100k' or 'fed rate cut'. Returns probabilities, volume, liquidity, and outcome prices.

Parameters
NameTypeRequiredDescription
query string required Market slug, ID, or search query (e.g. 'bitcoin 100k', 'fed rate cut', 'trump')
Example Call
// MCP tool call
{
  "name": "prediction_market_odds",
  "arguments": {
    "query": ""
}
}
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