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
| Field | Type | Description |
|---|---|---|
| category | string (geopolitical | tech | finance) | Restrict to one market category bucket. Omit for all three. Finance also owns untagged non |
| query | string | Keep only markets whose title contains this text (case-insensitive). |
| source | string (kalshi | polymarket) | Filter to one prediction-market source. Kalshi currently provides no classifier tags, so s |
| limit | number | Cap each category bucket to at most this many markets (default 30, pass 0 for no cap). |
| summary | boolean | Return counts + 3-item samples instead of full lists. Useful when you only need shape/size |
| jmespath | string | Optional 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.