M
mcp
/get_regime
Market regime
Market regime signals. view=active (current positions), signals (all), confidence (scores). Provide symbol to get that symbol's regime history instead.
liveunknown~5s typical
mcpmcp
$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-shumi-mcp /get_regime for me.
Input
| Field | Type | Description |
|---|---|---|
| view | string (active | signals | confidence) | Which regime view to return (ignored when symbol is set). default "active" |
| symbol | string | If set, returns regime history for this symbol. |
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-shumi-mcp","endpoint":"/get_regime","input":{"view":"active"}}'cli
npx cracked-ai run -p mcp-ai-shumi-mcp -e /get_regime -i '{"view":"active"}'mcp
run_tool({ provider: "mcp-ai-shumi-mcp", endpoint: "/get_regime", input: {"view":"active"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.