CM
Cabrini Market Data
/scan_market
scan market
Scan all US stocks on a date for custom criteria (gaps, volume, change). Returns pct_change, range_pct, pct_gap, true_range_pct, volume and volume_ratio per mat
liveverifiedunknown~5s typical
mcpprobedcabrinimarketdata
$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-ai-cabrini-market-data /scan_market for me.
Input
| Field | Type | Description |
|---|---|---|
| date* | string | YYYY-MM-DD |
| gap_up_pct | number | Min gap up % from prior close |
| gap_down_pct | number | Min gap down % from prior close |
| change_pct_min | number | Min intraday change % |
| change_pct_max | number | Max intraday change % |
| volume_min | integer | Min total volume |
| volume_ratio_min | number | Min volume vs prior day (e.g. 2.0) |
| range_pct_min | number | Min intraday range (high-low)/open as a percent, e.g. 5 for 5% |
| limit | integer | Max results (default 50) |
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-ai-cabrini-market-data","endpoint":"/scan_market","input":{"date":"..."}}'cli
npx cracked-ai run -p mcp-ai-cabrini-market-data -e /scan_market -i '{"date":"..."}'mcp
run_tool({ provider: "mcp-ai-cabrini-market-data", endpoint: "/scan_market", input: {"date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.