M
mcp
/assay_verdict
Evaluate a matured pre-registration
Use this when a signal was pre-registered with assay_register and the maturity window has passed -- get the post-cutoff verdict computed only from data after re
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_verdict for me.
Input
| Field | Type | Description |
|---|---|---|
| prereg_id* | string | Id returned by assay_register; the verdict uses ONLY data from after that registration. |
| ohlcv_by_symbol* | object | Post-registration candles per symbol to evaluate the sealed strategy on. |
| fee_bps_per_side | string | Round-trip cost in bps/side. |
| trading_calendar | string | Market calendar for the instrument. |
| 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_verdict","input":{"prereg_id":"...","ohlcv_by_symbol":{},"api_key":""}}'cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_verdict -i '{"prereg_id":"...","ohlcv_by_symbol":{},"api_key":""}'mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_verdict", input: {"prereg_id":"...","ohlcv_by_symbol":{},"api_key":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.