mcp
M
mcp
/get_symbol_performance

Per-symbol signal performance and recent trades

Call this when the user asks how signals performed on a specific coin (win rate, profit factor, net PnL, best/worst trade) or wants that coin's recent closed si

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

Input

FieldTypeDescription
symbol*stringThe symbol, e.g. BTCUSDT, or a coin name like BTC.
window_daysstringOptional lookback window in days (30, 90 or 180). Default 90.

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_symbol_performance","input":{"symbol":"..."}}'
cli
npx cracked-ai run -p mcp-com-bykaranteli-mcp -e /get_symbol_performance -i '{"symbol":"..."}'
mcp
run_tool({ provider: "mcp-com-bykaranteli-mcp", endpoint: "/get_symbol_performance", input: {"symbol":"..."} })

Try it

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