A
Appraisily
/get_artist
Get Artist Page
Fetch one Appraisily public /artist page by slug, artist URL, or search query. Returns name, public page URL, aliases, genres, market summary, recent sold lots,
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 /get_artist for me.
Input
| Field | Type | Description |
|---|---|---|
| slug | string | Public /artist slug such as pablo-picasso. |
| artistUrl | string | Public Appraisily /artist URL for one artist. |
| query | string | Artist name used when a slug is not known. |
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":"/get_artist","input":{}}'cli
npx cracked-ai run -p mcp-com-appraisily-mcp -e /get_artist -i '{}'mcp
run_tool({ provider: "mcp-com-appraisily-mcp", endpoint: "/get_artist", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.