RiskState — Crypto Risk Engine
RC
RiskState — Crypto Risk Engine
/get_risk_state

Get BTC/ETH risk state

Current risk state of Bitcoin (BTC) or Ethereum (ETH): 5-level risk policy (BLOCK to GREEN) with max position size, leverage limit, direction bias and allowed/b

liveverifiedunknown~5s typical
mcpprobedriskstatecrypto
$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-riskstate-mcp /get_risk_state for me.

Input

FieldTypeDescription
assetstring (BTC | ETH)Asset to assess (default BTC)

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-riskstate-mcp","endpoint":"/get_risk_state","input":{}}'
cli
npx cracked-ai run -p mcp-ai-riskstate-mcp -e /get_risk_state -i '{}'
mcp
run_tool({ provider: "mcp-ai-riskstate-mcp", endpoint: "/get_risk_state", input: {} })

Try it

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