Get top trending prediction markets from Polymarket. Returns market questions, current probabilities, volume, liquidity, and outcomes. Filter by category (crypto, politics, sports, tech, culture).
| Name | Type | Required | Description |
|---|---|---|---|
| category | string | optional | Filter: crypto, politics, sports, tech, culture, all |
| limit | string | optional | Number of results (max 25) |
| sort_by | string | optional | Sort by: volume or recent_activity |
// MCP tool call
{
"name": "prediction_markets_trending",
"arguments": {
"category": "",
"limit": "",
"sort_by": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}