M
mcp
/assay_register
Pre-register a sealed strategy hypothesis
Use this when you want to seal a strategy and its success criteria NOW, before the forward data exists, so that registration cannot be adapted or backfilled aga
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_register for me.
Input
| Field | Type | Description |
|---|---|---|
| spec* | string | DSL strategy whose canonical hash and terms are committed to tenant state now, before forw |
| maturity_bars | integer | Bars of forward data required before assay_verdict may evaluate it (the maturity window). default 30 |
| embargo_bars | integer | Bars after registration to embargo before evaluation. default 3 |
| hypothesis | string | Your sealed success criteria (target metric, threshold, costs) so the later verdict cannot |
| 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_register","input":{"spec":"...","maturity_bars":30,"embargo_bars":3,"api_key":""}}'cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_register -i '{"spec":"...","maturity_bars":30,"embargo_bars":3,"api_key":""}'mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_register", input: {"spec":"...","maturity_bars":30,"embargo_bars":3,"api_key":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.