mcp
M
mcp
/assay_signal

Validate a trading signal or track record

Use this when you have a backtest result or live track record (a trades log, equity curve or QuantConnect export) and need to know whether the edge is real or j

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

Input

FieldTypeDescription
trades_csvstringYour realised trade log as CSV (pnl and/or return_pct per closed trade) -- the track recor default ""
equity_csvstringEquity-curve CSV (timestamp,equity) as an alternative to trades_csv; per-period returns ar default ""
signals_csvstringSignal/position CSV if you have entries rather than realised pnl; converted to returns bef default ""
n_trialsstringHow many strategy variants you tried before this one (grid size / optimisation attempts).
out_of_samplestringTrue if the track record is genuine out-of-sample / walk-forward, not the in-sample fit.
fee_bps_per_sidestringRound-trip cost assumption in basis points per side (slippage + commission) for the net-of default 10
quantconnect_jsonstringOptional QuantConnect backtest export; parsed into trades/returns automatically.
labelstringOptional human label for the run (echoed back, not scored). default "user_strategy"
pit_evidencestringOptional point-in-time / look-ahead attestation object; can only demote (flag pit_lookahea
source_rightsstringOptional data-rights / provenance disclosure for the track record (licensing, vendor).
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_signal","input":{"trades_csv":"","equity_csv":"","signals_csv":"","fee_bps_per_side":10,"label":"user_strategy","api_key":""}}'
cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_signal -i '{"trades_csv":"","equity_csv":"","signals_csv":"","fee_bps_per_side":10,"label":"user_strategy","api_key":""}'
mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_signal", input: {"trades_csv":"","equity_csv":"","signals_csv":"","fee_bps_per_side":10,"label":"user_strategy","api_key":""} })

Try it

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