Scalper Price Checker
SP
Scalper Price Checker
/price_check

price check

Check whether a price for a collectible is FAIR / OVER / SCALPED vs the current retail median across the shops we poll. Returns the retail min/max/median, the n

liveverifiedunknown~5s typical
mcpprobedscalperpricechecker
$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-dropwatchhq-price-check /price_check for me.

Input

FieldTypeDescription
niche*stringNiche key, e.g. 'tcg', 'lego', 'funko', 'keebs', 'vinyl', 'aqua'.
query*stringProduct name to look up, e.g. 'Charizard V' or 'LEGO 10307'.
pricenumberOptional: the price you are seeing. If given, the verdict compares against it.

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-dropwatchhq-price-check","endpoint":"/price_check","input":{"niche":"...","query":"..."}}'
cli
npx cracked-ai run -p mcp-com-dropwatchhq-price-check -e /price_check -i '{"niche":"...","query":"..."}'
mcp
run_tool({ provider: "mcp-com-dropwatchhq-price-check", endpoint: "/price_check", input: {"niche":"...","query":"..."} })

Try it

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