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.
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | Market slug, ID, or search query (e.g. 'bitcoin 100k', 'fed rate cut', 'trump') |
// MCP tool call
{
"name": "prediction_market_odds",
"arguments": {
"query": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}