mcp
M
mcp
/assay_reproduce

Reproduce a claimed track record

Use this when someone hands you a claimed track record and you want to recompute it yourself from the fills and candles -- an arithmetic audit of the numbers, n

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-alphaassay-mcp /assay_reproduce for me.

Input

FieldTypeDescription
tradesstringThe claimed fills to audit: entry/exit time, price and side per trade -- checked arithmeti
ohlcv_by_symbolstringCandles per symbol {symbol: {time,open,high,low,close,volume}} the trades were supposedly
claimedstringThe performance the seller claims (e.g. total return / Sharpe) so the audit can confirm or
fee_bps_per_sidestringRound-trip cost in bps/side for the recomputation. default 10
api_keystringAPI key for a paid MCP check. Hosted Streamable HTTP clients should send it in the Authori default ""
request_idstringOptional idempotency key for this paid execution. Retry the same request_id with the same

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-alphaassay-mcp","endpoint":"/assay_reproduce","input":{"fee_bps_per_side":10,"api_key":""}}'
cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_reproduce -i '{"fee_bps_per_side":10,"api_key":""}'
mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_reproduce", input: {"fee_bps_per_side":10,"api_key":""} })

Try it

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