Oracle
Official5 toolsby dropwatchhq
MCP tools: collectible price-fairness, recall safety, drop tracking, card grading, settlements.
Track collectible prices, recalls, drops, and grading settlements.
Captured live from the server via tools/list.
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. Returns a verdict (fair/high/scalped), the retail price band, and where to buy at retail. Use when an agent or user wants to know if a Pokémon box, LEGO set, Funko, keyboard, vinyl, or aquarium item is overpriced.
Parameters (3)
- nichestringrequired
Hobby niche: tcg, lego, funko, keebs, vinyl, aqua
- querystringrequired
Product name, e.g. 'Pokemon 151 Booster Box' or 'LEGO 10307 Eiffel Tower'.
- pricenumber
Optional: the asking price you're seeing, to get a scalped/fair verdict.
check_recall
Search active consumer product recalls (CPSC, FDA, NHTSA and more) by keyword. Returns matching recalls with agency, hazard, affected products, and remedy. Use when an agent needs to know if a product, brand, baby/food/vehicle item has been recalled before recommending or buying it.
Parameters (1)
- querystringrequired
Keyword to search recalls, e.g. 'stroller', 'peloton', 'infant formula'.
check_in_stock
Check whether a hobby item has recently dropped or restocked across the specialty shops we monitor for a niche. Returns recent in-stock matches (new + restock) with direct buy links. Use when an agent wants to find where a sold-out collectible is currently available.
Parameters (2)
- nichestringrequired
Hobby niche: tcg, lego, funko, keebs, vinyl, aqua
- querystringrequired
Product name to match against recent drops, e.g. 'Prismatic Evolutions' or 'Millennium Falcon'.
grade_card_centering
Estimate a trading card's centering and rough PSA-style grade from a photo. NOTE: the centering measurement runs client-side in the browser (computer vision on the uploaded image) and is not server-callable here. This tool returns guidance plus a link to the live CardGrade tool where the agent or user can run the analysis.
Parameters (1)
- image_urlstring
URL or description of the card image (informational; analysis runs in-browser).
find_settlements
Find open class-action settlements you may be eligible to claim (often no proof of purchase required). Returns settlements with payout, claim deadline, proof requirements, and the official claim URL. Use when an agent wants to surface free-money / consumer-rights opportunities for a user.
Parameters (1)
- querystring
Optional keyword to filter settlements, e.g. 'data breach', 'apple', 'privacy'. Omit to list the most recent open settlements.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://oracle.dropwatchhq.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"oracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://oracle.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.