World Monitor
WM
World Monitor
/get_prediction_markets

get prediction markets

Prediction markets: geopolitical/elections, tagged tech (AI/crypto/science), finance/economics or untagged fallback.

liveunknown~5s typical
mcpworldmonitor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-worldmonitor-mcp /get_prediction_markets for me.

Input

FieldTypeDescription
categorystring (geopolitical | tech | finance)Restrict to one market category bucket. Omit for all three. Finance also owns untagged non
querystringKeep only markets whose title contains this text (case-insensitive).
sourcestring (kalshi | polymarket)Filter to one prediction-market source. Kalshi currently provides no classifier tags, so s
limitnumberCap each category bucket to at most this many markets (default 30, pass 0 for no cap).
summarybooleanReturn counts + 3-item samples instead of full lists. Useful when you only need shape/size
jmespathstringOptional JMESPath projection applied to the response. See initialize.instructions for gram

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-worldmonitor-mcp","endpoint":"/get_prediction_markets","input":{}}'
cli
npx cracked-ai run -p mcp-app-worldmonitor-mcp -e /get_prediction_markets -i '{}'
mcp
run_tool({ provider: "mcp-app-worldmonitor-mcp", endpoint: "/get_prediction_markets", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.