Manage and protect a watch collection — track multiple watch-brand warranties in one place, backed by a deep, searchable watch catalog. WebMCP tools let an agent search the catalog by keyword or reference, search by movement/calibre or complication, filter by attributes, read full watch specs, and sign in to manage a collection.
6 tools1 methodsspec API surface
What can an agent do with watchanchor.com WebMCP tools?
Manage and protect a watch collection — track multiple watch-brand warranties in one place, backed by a deep, searchable watch catalog. WebMCP tools let an agent search the catalog by keyword or reference, search by movement/calibre or complication, filter by attributes, read full watch specs, and sign in to manage a collection. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
WebMCP tools on watchanchor.com
Tool 1 of 6WebMCPAnswer
searchWatches
Search the watch catalog by free-text keyword across brand, model, and reference number. When given a reference number, search with the reference ALONE (no brand). If no results, retry shorter: reference only, brand only, or model only. Do NOT use for calibre names or complications — use searchByMovement. Returns paginated results (brand, model, reference, photo, slug) and navigates the page to show them.
How to install
Open the watchanchor.com website and ask your browser agent to use searchWatches
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the searchWatches tool on watchanchor.com with query: <string>, page: <number>. Return the structured result and cite the source page.
Input contract
querystringA single search term: a brand name, model name, or reference number. Use the reference number alone when one is provided.
Browse watches using structured attribute filters (brand, dial colour, case material, movement type, size/water-resistance ranges, etc.). Values must match exactly — call getFilterOptions first for valid values. Does NOT do free-text or calibre/complication search — use searchByMovement for those. Returns paginated results and navigates to the filtered catalog.
How to install
Open the watchanchor.com website and ask your browser agent to use exploreWatches
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the exploreWatches tool on watchanchor.com with brand: <array>, dial_colour: <array>, case_material: <array>, bracelet_material: <array>, bracelet_colour: <array>, movement_type: <array>, calibre: <array>, complications: <string>, case_back: <array>, case_size_min: <number>, case_size_max: <number>, water_resistance_min: <number>, water_resistance_max: <number>, limited: <boolean>, page: <number>. Return the structured result and cite the source page.
Input contract
brandarrayExact brand names as returned by getFilterOptions (e.g. "Omega", "Rolex")
dial_colourarrayExact dial colour values as returned by getFilterOptions (e.g. "Blue", "Black")
case_materialarrayExact case material values as returned by getFilterOptions (e.g. "Steel", "Gold")
bracelet_materialarrayExact bracelet material values as returned by getFilterOptions
bracelet_colourarrayExact bracelet colour values as returned by getFilterOptions
movement_typearrayExact movement type values as returned by getFilterOptions (e.g. "MECHANICAL_AUTOMATIC", "QUARTZ")
calibrearrayExact calibre names as returned by getFilterOptions (e.g. "Miyota 8215", "ETA 2824-2")
Search for watches by movement calibre name or complication. Use this when the user asks about a specific calibre (e.g. "miyota 8215", "ETA 2824", "Sellita SW200", "Valjoux 7750") or a movement complication (e.g. "moonphase", "chronograph", "tourbillon", "GMT", "perpetual calendar", "minute repeater"). Returns watches whose movement matches the query by calibre name or complication.
How to install
Open the watchanchor.com website and ask your browser agent to use searchByMovement
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the searchByMovement tool on watchanchor.com with query: <string>, page: <number>. Return the structured result and cite the source page.
Input contract
querystringCalibre name or complication to search for (e.g. "moonphase", "8215", "Valjoux 7750")
Retrieve the available filter values and their counts for the watch catalog. Use this tool to discover valid values before calling exploreWatches. Optionally pass current filter selections to see how counts update when filters are combined. Returns brands, dial colours, case materials, bracelet materials, bracelet colours, movement types, case back types, and numeric ranges for case size and water resistance. This tool is data-only and does not navigate the page.
How to install
Open the watchanchor.com website and ask your browser agent to use getFilterOptions
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the getFilterOptions tool on watchanchor.com with brand: <array>, dial_colour: <array>, case_material: <array>, bracelet_material: <array>, bracelet_colour: <array>, movement_type: <array>, case_back: <array>, case_size_min: <number>, case_size_max: <number>, water_resistance_min: <number>, water_resistance_max: <number>, limited: <boolean>. Return the structured result and cite the source page.
Input contract
brandarrayBrand names already selected — counts will reflect this selection
Retrieve full specifications for a single watch and navigate to its detail page. Use this tool when the user wants to see complete information about a specific watch. The slug parameter comes from a previous searchWatches or exploreWatches result. Returns brand, model, reference, case size, case material, crystal, dial colour, bracelet material and colour, movement details (calibre, power reserve, frequency, complications), water resistance, and photo.
How to install
Open the watchanchor.com website and ask your browser agent to use getWatchDetails
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the getWatchDetails tool on watchanchor.com with slug: <string>. Return the structured result and cite the source page.
Input contract
slugstringThe watch slug identifier from a previous searchWatches or exploreWatches result
Navigate the user to the sign-in page. Use this tool when the user wants to perform an action that requires authentication — such as adding a watch to a collection, managing a wishlist, saving warranty information, or any collection management task — but the required tools are not available because they are not signed in.
How to install
Open the watchanchor.com website and ask your browser agent to use signIn
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the signIn tool on watchanchor.com. Return the structured result and cite the source page.