watchbase-mcp-server
If you are the rightful owner of watchbase-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The WatchBase MCP Server provides access to the WatchBase Data Feed API for querying watch metadata.
The WatchBase MCP Server is a Model Context Protocol server that facilitates access to the WatchBase Data Feed API. This API offers structured access to a comprehensive database of watch information, including details about brands, collections, specific watch models, reference numbers, technical specifications, and images. Developers can integrate this detailed watch data into their applications, enhancing functionality and user experience. The server supports various endpoints for searching and retrieving watch data, making it a valuable tool for applications in the watch industry.
Features
- search: Search the database by brand name, family name, watch name, and reference number (matches whole words).
- search_refnr: Search the database by reference number (allows partial matches).
- list_brands: Retrieve a list of all watch brands in the database.
- list_families: Retrieve a list of all families (collections) for a given brand ID.
- list_watches: Retrieve a list of watches for a particular Brand ID and optionally Family ID. Can be filtered by update date.
- get_watch_details: Retrieve the full details (all data fields) for a particular watch by its WatchBase ID.
Tools
search
Tool to search the database by brand name, family name, watch name, and reference number.
search_refnr
Tool to search the database by reference number with partial matches.
list_brands
Tool to retrieve a list of all watch brands.
list_families
Tool to retrieve a list of all families for a given brand ID.
list_watches
Tool to retrieve a list of watches for a particular Brand ID and optionally Family ID.
get_watch_details
Tool to retrieve full details for a particular watch by its WatchBase ID.