M
mcp
/get_pressure_scores
Derivatives pressure scores (funding + OI + basis composite)
Call this when the user asks which coins are crowded or over-leveraged, or asks for the pressure/derivatives-stress score of specific coins. For a quick top-10
liveverifiedunknown~5s typical
mcpprobedmcp
$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-com-bykaranteli-mcp /get_pressure_scores for me.
Input
| Field | Type | Description |
|---|---|---|
| symbol | string | Optional. Return only this symbol, e.g. BTCUSDT or BTC. |
| limit | integer | Optional. Max rows to return when no symbol filter is set (default 20, sorted by score). |
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-com-bykaranteli-mcp","endpoint":"/get_pressure_scores","input":{}}'cli
npx cracked-ai run -p mcp-com-bykaranteli-mcp -e /get_pressure_scores -i '{}'mcp
run_tool({ provider: "mcp-com-bykaranteli-mcp", endpoint: "/get_pressure_scores", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.