M
mcp
/assay_batch
Assay a parameter sweep as one batch
Use this when you optimised over a grid and want to submit the WHOLE sweep honestly -- every variant a ledger trial the family budget prices, so selection bias
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_batch for me.
Input
| Field | Type | Description |
|---|---|---|
| specs | string | Explicit list of DSL strategy variants to submit as one honest sweep -- every variant a le |
| base_spec | string | Base DSL spec to expand with grid instead of listing specs explicitly. |
| grid | string | Parameter grid {param: [values]} expanded against base_spec into the full variant set. |
| ohlcv_by_symbol | string | Your candles per symbol for every variant. |
| fee_bps_per_side | string | Round-trip cost in bps/side. default 10 |
| sketch_opt_out | boolean | True to skip return sketches for every variant. default false |
| 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_batch","input":{"fee_bps_per_side":10,"sketch_opt_out":false,"api_key":""}}'cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_batch -i '{"fee_bps_per_side":10,"sketch_opt_out":false,"api_key":""}'mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_batch", input: {"fee_bps_per_side":10,"sketch_opt_out":false,"api_key":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.