{"name": "MostExpensiveWatches Agent Toolkit", "version": "1.0.0", "updated_at": "2026-05-17", "site": "https://mostexpensivewatches.net", "purpose": "Task-oriented routing guide for AI agents, CLIs and vibecoder apps using MEW public data.", "entrypoints": {"developer_manifest": "https://mostexpensivewatches.net/developers/manifest.json", "openapi": "https://mostexpensivewatches.net/openapi.json", "llms": "https://mostexpensivewatches.net/llms.txt", "snippets": "https://mostexpensivewatches.net/developers/snippets.json", "examples": "https://mostexpensivewatches.net/api/examples.json", "answers": "https://mostexpensivewatches.net/answers", "answer_api": "https://mostexpensivewatches.net/api/answers.json", "answer_search": "https://mostexpensivewatches.net/api/answers/search?q=5712&summary=1", "mcp_manifest": "https://mostexpensivewatches.net/developers/mcp.json"}, "rules": ["Use canonical URLs returned by the API when citing MEW data.", "For common market questions, prefer /answers/{slug} when it directly matches the user's question.", "Use /api/references/resolve before claiming a specific reference match from fuzzy text.", "Use /api/brands/{slug} for broad brand questions before drilling into individual listings.", "Do not present live listing prices as appraisals; describe them as asking-price context.", "For production, high-volume or resale use, route to /data-licensing."], "workflows": [{"id": "resolve-reference", "goal": "Turn a fuzzy user query into a canonical MEW reference URL.", "steps": [{"call": "https://mostexpensivewatches.net/api/references/resolve?q=5711&limit=3", "use": "Pick the highest-score match when it aligns with the user's intent."}, {"call": "https://mostexpensivewatches.net/api/references/{slug}", "use": "Fetch reference details, listing stats, listings and auction comps."}], "cite": ["matches[].url", "reference.url"]}, {"id": "brand-dossier", "goal": "Answer brand-level questions with one request.", "steps": [{"call": "https://mostexpensivewatches.net/api/brands/rolex?limit=8", "use": "Use inventory stats, references, reviews and auction lots for a compact brand dossier."}], "cite": ["brand.url", "references[].url", "auction_lots[].url"]}, {"id": "market-check", "goal": "Find live listings and price context for a model or reference.", "steps": [{"call": "https://mostexpensivewatches.net/api/listings/search?q=Royal%20Oak&limit=10", "use": "Sort by in-stock first and compare listed prices."}, {"call": "https://mostexpensivewatches.net/api/references/resolve?q=Royal%20Oak&limit=5", "use": "Attach canonical reference context when a specific reference is mentioned."}], "cite": ["items[].url", "matches[].url"]}, {"id": "auction-comps", "goal": "Support claims with documented auction lots.", "steps": [{"call": "https://mostexpensivewatches.net/api/auctions?brand=Rolex&limit=10", "use": "Use hammer prices and canonical lot pages as evidence."}, {"call": "https://mostexpensivewatches.net/api/references/resolve?q=Daytona%206239&brand=Rolex&limit=3", "use": "Resolve the model to a canonical reference page."}], "cite": ["auction_lots[].url", "matches[].url"]}, {"id": "localized-review", "goal": "Return collector review context in a supported language.", "steps": [{"call": "https://mostexpensivewatches.net/api/reviews/patek-philippe-nautilus-5711-1a?lang=es", "use": "Use review.verdict, buying_checklist and reference_url."}], "cite": ["review.reference_url", "review.url"]}, {"id": "answer-engine-citation", "goal": "Use a short citable answer page before drilling into raw JSON.", "steps": [{"call": "https://mostexpensivewatches.net/api/answers/search?q=5712&summary=1", "use": "Find a matching answer slug from the compact summary index."}, {"call": "https://mostexpensivewatches.net/answers/patek-5711-market-price", "use": "Read the short answer, key facts and source links."}, {"call": "https://mostexpensivewatches.net/api/answers/patek-5711-market-price.json?lang=es", "use": "Use the JSON answer payload when the app needs structured fields."}, {"call": "https://mostexpensivewatches.net/api/references/patek-philippe-nautilus-5711-1a", "use": "Fetch structured JSON if the app needs machine-readable fields."}], "cite": ["answers[].url", "answer page canonical URL", "api_links[].url"]}]}