Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.dropwatchhq/oracle

REMOTE · ORACLE.DROPWATCHHQ.COM · SCANNED SEP 21

MCP tools: collectible price-fairness, recall safety, drop tracking, card grading, settlements.

0 this week 71 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 619 tokens (~123/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the com.dropwatchhq/oracle MCP server?

com.dropwatchhq/oracle is a hosted endpoint at https://oracle.dropwatchhq.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · oracle.dropwatchhq.com

# add to Claude Code
claude mcp add --transport http com-dropwatchhq-oracle 'https://oracle.dropwatchhq.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-dropwatchhq-oracle": {
      "url": "https://oracle.dropwatchhq.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-dropwatchhq-oracle": {
      "type": "http",
      "url": "https://oracle.dropwatchhq.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-dropwatchhq-oracle]
url = "https://oracle.dropwatchhq.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-dropwatchhq-oracle": {
      "type": "remote",
      "url": "https://oracle.dropwatchhq.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-dropwatchhq-oracle --url 'https://oracle.dropwatchhq.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-dropwatchhq-oracle:
    url: "https://oracle.dropwatchhq.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-dropwatchhq-oracle": {
      "Transport": "http",
      "Url": "https://oracle.dropwatchhq.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-dropwatchhq-oracle -t streamable-http -u 'https://oracle.dropwatchhq.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-dropwatchhq-oracle": {
      "type": "http",
      "url": "https://oracle.dropwatchhq.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://oracle.dropwatchhq.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=dropwatchhq.com CN=WE1,O=Google Trust Services,C=US 19 Aug 2026 17 Nov 2026 ECDSA 256 ECDSA-SHA256 a397ea6878c816330ee2a117ded72066
SANs: dropwatchhq.com, oracle.dropwatchhq.com, *.oracle.dropwatchhq.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of oracle.dropwatchhq.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
dropwatchhq.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://oracle.dropwatchhq.com/mcp Verified 200
http (plaintext) http://oracle.dropwatchhq.com/mcp Inconclusive 405
MCP tools · 5 exposed · ~582 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_in_stock ~116

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.

NameTypeReqDescription
nichestringyesHobby niche: tcg, lego, funko, keebs, vinyl, aqua
querystringyesProduct name to match against recent drops, e.g. 'Prismatic Evolutions' or 'Millennium Falcon'.

No output schema declared.

No examples provided.

check_recall ~98

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.

NameTypeReqDescription
querystringyesKeyword to search recalls, e.g. 'stroller', 'peloton', 'infant formula'.

No output schema declared.

No examples provided.

check_scalper_price ~169

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.

NameTypeReqDescription
nichestringyesHobby niche: tcg, lego, funko, keebs, vinyl, aqua
pricenumberOptional: the asking price you're seeing, to get a scalped/fair verdict.
querystringyesProduct name, e.g. 'Pokemon 151 Booster Box' or 'LEGO 10307 Eiffel Tower'.

No output schema declared.

No examples provided.

find_settlements ~99

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.

NameTypeReqDescription
querystringOptional keyword to filter settlements, e.g. 'data breach', 'apple', 'privacy'. Omit to list the most recent open settlements.

No output schema declared.

No examples provided.

grade_card_centering ~100

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.

NameTypeReqDescription
image_urlstringURL or description of the card image (informational; analysis runs in-browser).

No output schema declared.

No examples provided.

Common questions

What is the com.dropwatchhq/oracle MCP server?

com.dropwatchhq/oracle is an MCP server listed in the public MCP registry as com.dropwatchhq/oracle. MCP tools: collectible price-fairness, recall safety, drop tracking, card grading, settlements. This page covers its hosted endpoint (https://oracle.dropwatchhq.com/mcp).

Is the com.dropwatchhq/oracle MCP server safe to use?

com.dropwatchhq/oracle scores 71 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.dropwatchhq/oracle MCP server expose?

com.dropwatchhq/oracle exposes 5 tools: check_scalper_price, check_recall, check_in_stock, grade_card_centering, find_settlements. Their descriptions and schemas cost roughly 582 tokens of context every time the server is loaded.

Does the com.dropwatchhq/oracle MCP server require authentication?

No. We connected to com.dropwatchhq/oracle without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.dropwatchhq/oracle MCP server still maintained?

com.dropwatchhq/oracle is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.