streamable-httpupdated 1mo ago
Documented ultra-luxury watch auction data ($100kโ$31M realized prices, primary-sourced), free to use, built for AI agents, CLIs and apps. No API key required.
What can you do with mostexpensivewatches?
MostExpensiveWatches โ watch auction records API, dataset, MCP server & CLI
Documented ultra-luxury watch auction data ($100kโ$31M realized prices, primary-sourced), free to use, built for AI agents, CLIs and apps. No API key required.
Live site: https://mostexpensivewatches.net
For AI agents โ MCP server (one line of config)
{"mcpServers": {"mostexpensivewatches": {"url": "https://mostexpensivewatches.net/mcp"}}}
Streamable HTTP, JSON-RPC 2.0. Tools: search_inventory, lookup_reference,
search_auction_comps, list_upcoming_auctions, get_market_estimate,
get_brand_info, search_answers, get_site_stats.
Install docs: https://mostexpensivewatches.net/mcp/install
Datasets (CC-BY 4.0, schema.org Dataset, refreshed automatically)
| Dataset | Live JSON | Snapshot here |
|---|---|---|
| Record Ledger โ every documented watch auction record (all-time, per brand/material/year, record progressions) | /data/records.json | data/records.json |
| Auction Records โ 1,150+ documented hammer prices with sources | /api/auctions-dataset.json | data/auction-records.json |
| Grail Index โ the $1M+ segment record (182 results, $616M documented) | /data/grail-index.json | data/grail-index.json |
| Price Index โ daily repeat-listing index across merchants | /data/watch-price-index.json | data/price-index.json |
Snapshots in this repo are point-in-time copies; the live endpoints recompile daily via an autonomous verification pipeline. Cite as "MostExpensiveWatches Record Ledger".
API (43 endpoints, no key)
- OpenAPI 3.1:
openapi.jsonยท live: https://mostexpensivewatches.net/openapi.json - Docs: https://mostexpensivewatches.net/api
- One-call snapshot: https://mostexpensivewatches.net/api/snapshot.json
- Examples: https://mostexpensivewatches.net/api/examples.json
llms.txt: https://mostexpensivewatches.net/llms.txt
curl -s "https://mostexpensivewatches.net/api/listings/search?q=nautilus&limit=3"
curl -s "https://mostexpensivewatches.net/api/auctions?brand=Rolex&limit=5"
curl -s "https://mostexpensivewatches.net/api/answers/patek-5711-market-price.json"
CLI (dependency-free Python)
curl -sO https://mostexpensivewatches.net/cli/mew.py
python3 mew.py search "daytona" --limit 5
Also in this repo: mew.py
Human surfaces the data powers
- The Record Ledger โ every auction record, documented
- How much is it worth? โ 650 reference valuations
- HAMMER โ daily guess-the-hammer-price game
- Grail Index ยท Price Index ยท Weekly brief
License
Data: CC-BY 4.0 (attribution: MostExpensiveWatches). Code (mew.py): MIT.
Install
Add mostexpensivewatches to your client. Pick the one you use.
claude mcp add --transport http mostexpensivewatches https://mostexpensivewatches.net/mcpcodex mcp add mostexpensivewatches --url https://mostexpensivewatches.net/mcp{
"mcpServers": {
"mostexpensivewatches": {
"url": "https://mostexpensivewatches.net/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mostexpensivewatches": {
"type": "http",
"url": "https://mostexpensivewatches.net/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mostexpensivewatches": {
"url": "https://mostexpensivewatches.net/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mostexpensivewatches": {
"serverUrl": "https://mostexpensivewatches.net/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 23 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 8, 2026 |