Model Context Protocol · Agent-inbound
An MCP server that gives AI agents live answers about the collectibles market: is this price scalped, was it recalled, is it back in stock, what's a card's rough grade, and which class-action settlements can I claim. Agents discover these tools and call them — no scraping, no glue code.
Free tier open · seed adoption
Register this URL as a streamable-HTTP MCP server:
https://oracle.dropwatchhq.com/mcp
Claude Code / Claude Desktop (CLI):
claude mcp add --transport http hobby-oracle https://oracle.dropwatchhq.com/mcp
Cursor / generic config (mcp.json / claude_desktop_config.json):
{
"mcpServers": {
"hobby-oracle": {
"type": "http",
"url": "https://oracle.dropwatchhq.com/mcp"
}
}
}
No API key needed for the free tier. A key (sent as Authorization: Bearer …) will unlock higher volume — metered, coming soon.
check_scalper_price | Check whether a hobby item's asking price is fair or scalped. |
check_recall | Search active consumer product recalls (CPSC, FDA, NHTSA and more) by keyword. |
check_in_stock | Check whether a hobby item has recently dropped or restocked across the specialty shops we monitor for a niche. |
grade_card_centering | Estimate a trading card's centering and rough PSA-style grade from a photo. |
find_settlements | Find open class-action settlements you may be eligible to claim (often no proof of purchase required). |
Niches for price/stock tools: tcg lego funko keebs vinyl aqua.
curl -s https://oracle.dropwatchhq.com/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"check_scalper_price",
"arguments":{"niche":"tcg","query":"Pokemon 151 Booster Box","price":200}}}'
Each tool wraps a live DropWatch fleet worker. Outbound buy links carry affiliate tags, so agent-driven purchases support the service. Endpoints: /mcp (JSON-RPC), /health, / (this page).