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
| Field | Type | Description |
|---|---|---|
| trades_csv | string | Your realised trade log as CSV (pnl and/or return_pct per closed trade) -- the track recor default "" |
| equity_csv | string | Equity-curve CSV (timestamp,equity) as an alternative to trades_csv; per-period returns ar default "" |
| signals_csv | string | Signal/position CSV if you have entries rather than realised pnl; converted to returns bef default "" |
| n_trials | string | How many strategy variants you tried before this one (grid size / optimisation attempts). |
| out_of_sample | string | True if the track record is genuine out-of-sample / walk-forward, not the in-sample fit. |
| fee_bps_per_side | string | Round-trip cost assumption in basis points per side (slippage + commission) for the net-of default 10 |
| quantconnect_json | string | Optional QuantConnect backtest export; parsed into trades/returns automatically. |
| label | string | Optional human label for the run (echoed back, not scored). default "user_strategy" |
| pit_evidence | string | Optional point-in-time / look-ahead attestation object; can only demote (flag pit_lookahea |
| source_rights | string | Optional data-rights / provenance disclosure for the track record (licensing, vendor). |
| 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_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.