M
mcp
/assay_falsify
Falsify a strategy against synthetic nulls
Use this when you want your strategy actively attacked -- execution lag, cost stress, regime split, parameter neighbourhood, drift-burst -- to see what kills it
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_falsify for me.
Input
| Field | Type | Description |
|---|---|---|
| spec* | string | Executable JSON DSL strategy to attack with the survival map. |
| ohlcv_by_symbol* | object | Your candles per symbol for the attack battery. |
| fee_bps_per_side | string | Round-trip cost in bps/side for the cost stress. 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_falsify","input":{"spec":"...","ohlcv_by_symbol":{},"fee_bps_per_side":10,"api_key":""}}'cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_falsify -i '{"spec":"...","ohlcv_by_symbol":{},"fee_bps_per_side":10,"api_key":""}'mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_falsify", input: {"spec":"...","ohlcv_by_symbol":{},"fee_bps_per_side":10,"api_key":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.