mcp
M
mcp
/get_coin_risk

Coin risk context

Bundled risk context for one or more coins: price, funding APR, deterministic funding_paying_side, funding_receiving_side, carry_if_long and carry_if_short fiel

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_coin_risk for me.

Input

FieldTypeDescription
symbols*arrayOne or more coin symbols, e.g. ["BTC","ETH","SOL"].

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_coin_risk","input":{"symbols":[]}}'
cli
npx cracked-ai run -p mcp-ai-shumi-mcp -e /get_coin_risk -i '{"symbols":[]}'
mcp
run_tool({ provider: "mcp-ai-shumi-mcp", endpoint: "/get_coin_risk", input: {"symbols":[]} })

Try it

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