onyx_pm_settlement_watch
InactiveTool of onyx-paid-mcp
Prediction-market state lookup — current odds, volume, liquidity, resolution state, and anomaly flags for any market on Polymarket or Manifold. Pass a market slug or full URL. Use for arb agents watching for mispriced events, copy-trading agents tracking whales, or settlement-resolver agents that pay only on a final outcome. Coinbase PROJECT-IDEAS.md explicitly calls for this primitive. (price: $0.005 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"slug_or_url"
],
"properties": {
"venue": {
"type": "string",
"description": "Force a specific venue: 'polymarket' or 'manifold'. Auto-detected if omitted."
},
"slug_or_url": {
"type": "string",
"description": "Polymarket slug ('will-trump-win-2024'), Manifold slug, or full https URL to either platform"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries