get_markets
ActiveTool of PredMCP
declared in 0.7.0
Live prediction markets from Polymarket and/or HIP-4, sorted by volume. Returns title, YES/NO prices, 24h volume, and expiry.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Number of markets to return (1–100, default: 20)"
},
"active": {
"type": "boolean",
"default": true,
"description": "Filter to active/open markets only (default: true)"
},
"platform": {
"enum": [
"polymarket",
"hip4",
"all"
],
"type": "string",
"default": "all",
"description": "Data source: \"polymarket\", \"hip4\", or \"all\" (default)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries