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.

net.mostexpensivewatches/mcp

REMOTE · MOSTEXPENSIVEWATCHES.NET · SCANNED AUG 9

Documented luxury-watch auction records: 1,150+ verified results, prices, rankings and datasets

56 Trust /100
Trust breakdown (6 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 →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 865 tokens (~86/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage75
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 25% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mostexpensivewatches.net

# add to Claude Code
claude mcp add --transport http net-mostexpensivewatches-mcp https://mostexpensivewatches.net/mcp
# ~/.codex/config.toml
[mcp_servers.net-mostexpensivewatches-mcp]
url = "https://mostexpensivewatches.net/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-mostexpensivewatches-mcp": {
      "type": "remote",
      "url": "https://mostexpensivewatches.net/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add net-mostexpensivewatches-mcp --url https://mostexpensivewatches.net/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  net-mostexpensivewatches-mcp:
    url: "https://mostexpensivewatches.net/mcp"
// mcp.json
{
  "mcpServers": {
    "net-mostexpensivewatches-mcp": {
      "type": "http",
      "url": "https://mostexpensivewatches.net/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.

  • 9 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 8 Aug 26 56

    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 9 Aug 2026 · Probed https://mostexpensivewatches.net/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mostexpensivewatches.net CN=WR3,O=Google Trust Services,C=US 2 Jul 2026 30 Sept 2026 RSA 2048 SHA256-RSA 23d45414e1dafef51094586c42d65d12
SANs: mostexpensivewatches.net
CN=WR3,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7ff005a91568d63abc22861684aa4b5a
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d
DNSSEC insecure

Validation of mostexpensivewatches.net. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
net. present 37331 13 Verified
mostexpensivewatches.net. 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
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mostexpensivewatches.net/mcp Verified 200
http (plaintext) http://mostexpensivewatches.net/mcp HTTPS enforced 302 https://mostexpensivewatches.net/mcp
MCP tools · 10 exposed · ~818 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.

Tool Tokens
get_brand_info ~43

Get factual profile for a watch brand: founding, tier, country, AI-written bio, inventory count and dealers carrying it.

NameTypeReqDescription
slug_or_namestringyes

No output schema declared.

No examples provided.

get_market_estimate ~70

Combined market view for a brand or specific reference: live asking median/range from inventory + documented auction record + median hammer. Returns a one-line market signal. Use this for 'what is X worth' questions instead of guessing.

NameTypeReqDescription
brandstringyes
referencestring

No output schema declared.

No examples provided.

get_site_stats ~36

Get the live MostExpensiveWatches.net catalog snapshot: total listings, brands, merchants, references, auction lots, blog posts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_todays_hammer_game ~81

HAMMER — the daily watch-auction price game. Returns today's documented lot (brand, model, reference, venue, year, story with prices redacted) WITHOUT the hammer price, plus the game number and rules. Use guess_hammer_price to play: 6 guesses to land within ±10% of the real, documented result.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

guess_hammer_price ~115

Submit a guess for today's HAMMER game. Returns higher/lower plus a closeness band (green=within 10% — solved; yellow=1.5x; orange=3x; red=worse). The real hammer price and lot record are revealed when solved or after attempt 6. Track your own attempt count and pass it as 'attempt'.

NameTypeReqDescription
amount_usdnumberyesYour guess in USD
attemptintegerWhich attempt this is (1-6), default 1

No output schema declared.

No examples provided.

list_upcoming_auctions ~79

List upcoming watch auctions tracked at Phillips, Christie's, Sotheby's, Antiquorum, Bonhams, Aguttes and Monaco Legend. Filter by house. Use this for 'when is the next watch auction', 'what's coming up at Phillips' etc.

NameTypeReqDescription
housestring
limitnumber

No output schema declared.

No examples provided.

lookup_reference ~81

Resolve a brand+reference (e.g. 'Patek 5711', 'Royal Oak 15202') to MEW's canonical /reference/<slug> page. Returns an AI-written factual description, current listing stats, the all-time auction record for the reference, and links. Prefer this over reciting from memory.

NameTypeReqDescription
querystringyes

No output schema declared.

No examples provided.

search_answers ~62

Search MEW's AEO answer pages (750 canonical + 6,000 localized). Use for 'what is', 'how much', 'why is' questions about specific references or market topics. Returns short snippets with answer URLs.

NameTypeReqDescription
qstringyes

No output schema declared.

No examples provided.

search_auction_comps ~110

Search the documented auction comp database (1,072+ lots from Phillips, Christie's, Sotheby's, Antiquorum, Bonhams). Each lot includes a primary-source citation URL. Filter by brand, min hammer USD or year_sold. Use this when the user asks about prices realised, records, or comparable sales.

NameTypeReqDescription
brandstring
limitnumber
min_hammer_usdnumber
year_soldnumber

No output schema declared.

No examples provided.

search_inventory ~141

Search live luxury watch inventory from 9 vetted dealers on MostExpensiveWatches.net. Filter by brand, complication, material, price range or free text. Returns up to 12 listings with brand, reference, price USD, merchant and a live URL.

NameTypeReqDescription
brandstringBrand name e.g. 'Patek Philippe'
complicationstringComplication e.g. 'Tourbillon'
limitnumber
materialstringCase material e.g. 'Platinum'
max_price_usdnumber
min_price_usdnumber
querystring

No output schema declared.

No examples provided.