A
Appraisily
/start_pro_screener_run
Start Lotbook Run
Start a private Appraisily Lotbook (Pro Screener) run from a signed-in Appraisily account and a photo. Use this when the user wants Lotbook, Pro Screener, or a
liveverifiedunknown~5s typical
mcpprobedappraisily
$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-appraisily-mcp /start_pro_screener_run for me.
Input
| Field | Type | Description |
|---|---|---|
| imageUrl | string | Public HTTPS URL of the object photo. Do not use localhost or private network URLs. |
| imageBase64 | string | Optional raw or data-URL base64 image when no HTTPS URL is available. |
| notes | string | Optional object notes from the user: artist, medium, size, inscriptions, or provenance. |
| declaredValueUsd | number | Optional client-stated value in USD. |
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-appraisily-mcp","endpoint":"/start_pro_screener_run","input":{}}'cli
npx cracked-ai run -p mcp-com-appraisily-mcp -e /start_pro_screener_run -i '{}'mcp
run_tool({ provider: "mcp-com-appraisily-mcp", endpoint: "/start_pro_screener_run", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.