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
| Field | Type | Description |
|---|---|---|
| trades | string | The claimed fills to audit: entry/exit time, price and side per trade -- checked arithmeti |
| ohlcv_by_symbol | string | Candles per symbol {symbol: {time,open,high,low,close,volume}} the trades were supposedly |
| claimed | string | The performance the seller claims (e.g. total return / Sharpe) so the audit can confirm or |
| fee_bps_per_side | string | Round-trip cost in bps/side for the recomputation. default 10 |
| api_key | string | API key for a paid MCP check. Hosted Streamable HTTP clients should send it in the Authori default "" |
| request_id | string | Optional 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.