com.dropwatchhq/price-check
Official2 toolsScalper Price Checker
Check if a collectible's price is FAIR/OVER/SCALPED vs the current retail median across shops.
Compare collectible prices against current retail median to detect fair value or scalping.
Captured live from the server via tools/list.
list_niches
List the collectible niches this price checker covers (TCG, LEGO, Funko, keyboards, vinyl, aquarium). Use first to pick a valid 'niche' value for price_check.
No parameters.
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 number of shops carrying it, the price multiple, and a verdict. Use this to decide if a listing is overpriced before buying. niche must be one of: tcg (Pokémon & TCG), lego (LEGO sets), funko (Funko Pop), keebs (Mechanical keyboards), vinyl (Vinyl records), aqua (Aquarium livestock).
Parameters (3)
- nichestringrequired
Niche key, e.g. 'tcg', 'lego', 'funko', 'keebs', 'vinyl', 'aqua'.
- querystringrequired
Product name to look up, e.g. 'Charizard V' or 'LEGO 10307'.
- pricenumber
Optional: the price you are seeing. If given, the verdict compares against it.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"price-check": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://price.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.