A
Appraisily
/search_pro_screener_comparables
Search Pro Screener Comparables
Search Appraisily valuation infrastructure for comparable auction lots for professional appraisal screening. Use this only for authenticated appraiser workflows
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 /search_pro_screener_comparables for me.
Input
| Field | Type | Description |
|---|---|---|
| subjectDescription | string | Subject description used to anchor comparable search. |
| itemCategory | string | Item category such as painting, sculpture, antique chair, silver, jewelry, or ceramics. |
| searchTerms | array | Explicit market-comparable search terms. Use when the appraiser supplies preferred terms. |
| targetValueUsd | number | Optional reference value in USD. |
| minValueUsd | number | Optional minimum price filter/reference in USD. |
| maxValueUsd | number | Optional maximum price filter/reference in USD. |
| maxResults | integer | Maximum compact comparable rows to return. |
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":"/search_pro_screener_comparables","input":{}}'cli
npx cracked-ai run -p mcp-com-appraisily-mcp -e /search_pro_screener_comparables -i '{}'mcp
run_tool({ provider: "mcp-com-appraisily-mcp", endpoint: "/search_pro_screener_comparables", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.