O
oracle
/check_scalper_price
check scalper price
Check whether a hobby item's asking price is fair or scalped. Compares a price you're seeing against current retail across tracked specialty shops for the niche
liveverifiedunknown~5s typical
mcpprobedoracle
$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-oracle /check_scalper_price for me.
Input
| Field | Type | Description |
|---|---|---|
| niche* | string (tcg | lego | funko | keebs | vinyl | aqua) | Hobby niche: tcg, lego, funko, keebs, vinyl, aqua |
| query* | string | Product name, e.g. 'Pokemon 151 Booster Box' or 'LEGO 10307 Eiffel Tower'. |
| price | number | Optional: the asking price you're seeing, to get a scalped/fair verdict. |
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-oracle","endpoint":"/check_scalper_price","input":{"niche":"tcg","query":"..."}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-oracle -e /check_scalper_price -i '{"niche":"tcg","query":"..."}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-oracle", endpoint: "/check_scalper_price", input: {"niche":"tcg","query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.