get_odds
ActiveTool of PredMCP
declared in 0.7.0
Current YES/NO prices and implied probability for any Polymarket or HIP-4 market token.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"platform",
"identifier"
],
"properties": {
"platform": {
"enum": [
"polymarket",
"hip4"
],
"type": "string",
"description": "Platform the market is on: \"polymarket\" or \"hip4\""
},
"identifier": {
"type": "string",
"description": "For Polymarket: the token_id of the YES or NO outcome. For HIP-4: the base asset ticker (e.g. \"BTC\")"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries