mcp
M
mcp
/assay_survivors

Run a stepwise survivor reality check

Use this when you ran a grid or parameter sweep and want to know WHICH variants survive family-wise error control (FWER) rather than surfacing by chance -- an e

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

Input

FieldTypeDescription
returns_matrixstringThe same T x N trial matrix assay_pbo grades (rows = periods, columns = strategies) -- her
alphastringFamily-wise error rate to control (e.g. 0.05). default 0.05
n_bootstrapintegerBootstrap resamples for the stepwise multiple test. default 500
block_lengthstringStationary-bootstrap block length (bars) to preserve serial correlation.
periods_per_yearstringAnnualisation factor for reporting. default 365
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_survivors","input":{"alpha":0.05,"n_bootstrap":500,"periods_per_year":365,"api_key":""}}'
cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_survivors -i '{"alpha":0.05,"n_bootstrap":500,"periods_per_year":365,"api_key":""}'
mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_survivors", input: {"alpha":0.05,"n_bootstrap":500,"periods_per_year":365,"api_key":""} })

Try it

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