Aggregate sentiment across all prediction markets related to a topic. Searches Polymarket, analyzes probabilities, and returns a 0-100 sentiment score with bullish/bearish label.
| Name | Type | Required | Description |
|---|---|---|---|
| topic | string | required | Topic to analyze (e.g. 'Solana', 'Fed policy', 'Bitcoin', 'AI regulation') |
| limit | string | optional | Max related markets to analyze |
// MCP tool call
{
"name": "prediction_market_sentiment",
"arguments": {
"topic": "",
"limit": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}