FindMine Shopping Stylist logo

FindMine Shopping Stylist

by findmine

A Model Context Protocol (MCP) server that integrates FindMine's powerful product styling and outfitting recommendations with Claude and other MCP-compatible applications. It connects to FindMine's styling API and exposes its functionality to Large Language Models through the Model Context Protocol.

View on GitHub

Last updated: N/A

What is FindMine Shopping Stylist?

This MCP server connects to FindMine's styling API and exposes its functionality to Large Language Models through the Model Context Protocol. It allows users to browse product and outfit information, get outfit recommendations for specific products, find visually similar products, and access style guidance and fashion advice.

How to use FindMine Shopping Stylist?

The server can be installed via npm, Docker, or by cloning and building from source. Configuration is done through environment variables. Once installed, it can be used with Claude Desktop or other MCP-compatible applications to access FindMine's styling capabilities. API examples are provided for getting style guides, completing the look, and finding visually similar products.

Key features of FindMine Shopping Stylist

  • Products: Detailed product information with product:/// URI scheme

  • Looks: Complete outfit recommendations with look:/// URI scheme

  • get_style_guide: Access detailed fashion advice and styling guidelines

  • get_complete_the_look: Get outfit recommendations for a product

  • get_visually_similar: Find visually similar products

  • outfit_completion: Get styling advice for complete outfits

  • styling_guide: Access comprehensive fashion styling guidelines

  • findmine_help: Learn how to use FindMine's tools and resources

Use cases of FindMine Shopping Stylist

  • Integrating FindMine's styling recommendations into LLM applications.

  • Providing users with outfit recommendations based on specific products.

  • Enabling users to find visually similar products.

  • Offering style guidance and fashion advice within a conversational interface.

FAQ from FindMine Shopping Stylist

What is the Model Context Protocol (MCP)?

The Model Context Protocol (MCP) is a standard for integrating external tools and data sources with Large Language Models (LLMs).

How do I get a FindMine application ID?

You need to sign up for a FindMine account and obtain an application ID from their platform.

Can I customize the style guide?

Yes, the style guide can be customized to match your brand's specific styling philosophies and fashion guidance by modifying the content in src/index.ts.

How do I run the server in development mode?

Run the server with sample data using the command: NODE_ENV=development npm run build && node build/index.js

What is the MCP Inspector?

The MCP Inspector is a development tool for testing your server. It can be run using npm run inspector and opens a web interface at http://localhost:5173.