watchdealer-pavel_watchbase-mcp-server
If you are the rightful owner of watchdealer-pavel_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 operations such as searching for watches by brand or reference number, listing brands and collections, and retrieving detailed information about specific watches. To use the server, developers need Node.js, npm, and a WatchBase API key. The server is configured to work with popular MCP clients like Cline/Roo Code and the Claude Desktop App, allowing seamless integration into development environments.
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.
- get_watch_details: Retrieve the full details (all data fields) for a particular watch by its WatchBase ID.
Tools
search
Tool to search watches by brand, family, or reference number.
search_refnr
Tool to search watches by partial reference number.
list_brands
Tool to list all available watch brands.
list_families
Tool to list all families for a specific brand.
get_watch_details
Tool to get detailed information about a specific watch.