{"name": "MostExpensiveWatches Vibecoder Starter Kit", "version": "1.0.0", "updated_at": "2026-05-18", "purpose": "Build watch-market apps, agents, dashboards and CLIs on top of MEW public read-only data.", "source_priority": ["https://mostexpensivewatches.net/llms.txt", "https://mostexpensivewatches.net/developers/manifest.json", "https://mostexpensivewatches.net/openapi.json", "https://mostexpensivewatches.net/api/schema.json", "https://mostexpensivewatches.net/api/fields.json", "https://mostexpensivewatches.net/developers/mcp.json", "https://mostexpensivewatches.net/api/examples.json"], "recommended_start": {"one_call_snapshot": "https://mostexpensivewatches.net/api/snapshot.json", "answer_search": "https://mostexpensivewatches.net/api/answers/search?q=5712&summary=1", "review_search": "https://mostexpensivewatches.net/api/reviews/search?q=5711&lang=es", "alternatives": "https://mostexpensivewatches.net/api/alternatives/search?q=5711&limit=8", "reference_resolver": "https://mostexpensivewatches.net/api/references/resolve?q=Rolex%20Pepsi&limit=3", "live_inventory": "https://mostexpensivewatches.net/api/listings/search?q=Patek%20Nautilus&limit=5", "schema": "https://mostexpensivewatches.net/api/schema.json", "fields": "https://mostexpensivewatches.net/api/fields.json", "quickstart": "https://mostexpensivewatches.net/developers/build-watch-app.md", "cli": "https://mostexpensivewatches.net/cli/mew.py"}, "project_ideas": [{"id": "collector-dashboard", "title": "Collector dashboard", "build": "Search live listings, resolve references and show citable market answers plus localized review context in one interface.", "endpoints": ["/api/listings/search", "/api/references/resolve", "/api/answers/search", "/api/reviews/search", "/api/alternatives/search"]}, {"id": "alternatives-finder", "title": "Reference alternatives finder", "build": "Resolve a reference and show comparable collector alternatives with live listing stats and review links.", "endpoints": ["/api/alternatives/search", "/api/alternatives/{slug}", "/alternatives/{slug}"]}, {"id": "watch-market-agent", "title": "Watch market research agent", "build": "Use answer payloads first, then fetch reference, brand and auction JSON for evidence.", "endpoints": ["/api/answers/search", "/api/references/{slug}", "/api/auctions"]}, {"id": "dealer-comps-cli", "title": "Dealer comps CLI", "build": "Wrap the dependency-free CLI around brand dossiers, auction comps and reference resolution.", "endpoints": ["/cli/mew.py", "/api/brands/{slug}", "/api/auctions"]}, {"id": "rag-source-pack", "title": "RAG source pack", "build": "Index llms.txt, answer pages, reference pages and API samples as citable source records.", "endpoints": ["/llms.txt", "/answers", "/api/datasets.json", "/api/samples/reviews.jsonl"]}], "copy_paste": {"curl": ["curl -s 'https://mostexpensivewatches.net/api/answers/search?q=5712&summary=1&limit=5'", "curl -s 'https://mostexpensivewatches.net/api/reviews/search?q=5711&lang=es&limit=5'", "curl -s 'https://mostexpensivewatches.net/api/alternatives/search?q=5711&limit=8'", "curl -s 'https://mostexpensivewatches.net/api/schema.json'", "curl -s 'https://mostexpensivewatches.net/api/references/resolve?q=Rolex%20Pepsi&limit=3'", "curl -s 'https://mostexpensivewatches.net/api/listings/search?q=Royal%20Oak&limit=5'", "curl -sS https://mostexpensivewatches.net/cli/mew.py -o mew.py && python3 mew.py stats"], "javascript": "const r = await fetch('https://mostexpensivewatches.net/api/answers/search?q=5712&summary=1&limit=5');\nconst data = await r.json();\nconsole.log(data.answers.map(a => [a.slug, a.detail_api]));", "python": "import json, urllib.request\nurl = 'https://mostexpensivewatches.net/api/answers/search?q=5712&summary=1&limit=5'\ndata = json.load(urllib.request.urlopen(url))\nprint([(a['slug'], a['detail_api']) for a in data['answers']])"}, "guardrails": ["MEW public endpoints are read-only and need no API key.", "Use canonical URLs returned by the API when citing MEW data.", "Treat live listing prices as asking-price context, not formal appraisals.", "Resolve fuzzy references before claiming a specific model match.", "Route production resale, bulk export or high-volume use to /data-licensing."], "commercial_path": {"page": "https://mostexpensivewatches.net/data-licensing", "json": "https://mostexpensivewatches.net/api/licensing.json", "lead_form": "https://mostexpensivewatches.net/developers"}}