mcp
M
mcp
/assay_gauntlet

Run the adversarial signal gauntlet

Use this when you want the whole reality-check battery on a strategy in one call -- overfitting, leakage, costs, regimes and a matched-random placebo -- as a de

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

Input

FieldTypeDescription
spec*stringExecutable JSON DSL strategy to run the full battery on.
ohlcv_by_symbol*objectYour candles per symbol for the gauntlet.
adv_by_symbol_usdstringAverage daily dollar volume per symbol, for the capacity / market-impact stress.
fee_bps_per_sidestringRound-trip cost in bps/side. default 10
variants_in_callintegerSibling-variant count for family trial accounting. default 1
sigma_by_symbol_pctstringPer-symbol volatility (%) input for the risk/capacity cells when you have it.
funding_by_symbolstringPer-symbol funding-rate series so the funding-edge stage can net carry out of the edge.
sketch_opt_outbooleanTrue to skip the return sketch (data minimisation). default false
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_gauntlet","input":{"spec":"...","ohlcv_by_symbol":{},"fee_bps_per_side":10,"variants_in_call":1,"sketch_opt_out":false,"api_key":""}}'
cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_gauntlet -i '{"spec":"...","ohlcv_by_symbol":{},"fee_bps_per_side":10,"variants_in_call":1,"sketch_opt_out":false,"api_key":""}'
mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_gauntlet", input: {"spec":"...","ohlcv_by_symbol":{},"fee_bps_per_side":10,"variants_in_call":1,"sketch_opt_out":false,"api_key":""} })

Try it

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