mcp
M
mcp
/assay_tradelog

Audit a trade log for contradictions

Use this when you have a raw fill or trade log and want it scanned for internal contradictions -- look-ahead timestamps, pnl that disagrees with the row's own p

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

Input

FieldTypeDescription
tradesstringRaw trade/fill rows to scan for defects: look-ahead timestamps, pnl or return contradictin
trading_calendarstring (24/7 | weekdays)Supported market-calendar literal: '24/7' for continuous markets or 'weekdays' for a Monda default "24/7"
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_tradelog","input":{"trading_calendar":"24/7","api_key":""}}'
cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_tradelog -i '{"trading_calendar":"24/7","api_key":""}'
mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_tradelog", input: {"trading_calendar":"24/7","api_key":""} })

Try it

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