WM
World Monitor
/get_market_data
get market data
Real-time equity quotes, commodity prices, SGE physical-vs-COMEX premiums, physical-divergence regimes and trends, crypt
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_market_data for me.
Input
| Field | Type | Description |
|---|---|---|
| symbols | array | Tickers to keep, e.g. ["AAPL","GC=F","BTC"]. Case-insensitive; matches equity/commodity/cr |
| asset_class | array | Restrict the response to one or more asset classes. Omit for all. |
| limit | number | Cap each per-class quote list (stocks/commodities/crypto/gulf/sectors/ETF flows) to at mos |
| 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_market_data","input":{}}'cli
npx cracked-ai run -p mcp-app-worldmonitor-mcp -e /get_market_data -i '{}'mcp
run_tool({ provider: "mcp-app-worldmonitor-mcp", endpoint: "/get_market_data", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.