Skip to main content
Glama

FindMine Shopping Stylist

Official
by findmine

FindMineショッピングスタイリスト

FindMine の強力な製品スタイリングと装備の推奨事項を Claude やその他の MCP 互換アプリケーションと統合するモデル コンテキスト プロトコル (MCP) サーバー。

概要

このMCPサーバーはFindMineのスタイリングAPIに接続し、モデルコンテキストプロトコルを介して大規模言語モデルにその機能を公開します。これにより、ユーザーは以下のことが可能になります。

  • 製品と衣装の情報を閲覧する
  • 特定の商品に合わせた服装のおすすめを取得する
  • 視覚的に類似した製品を見つける
  • スタイルガイダンスとファッションアドバイスにアクセス

特徴

リソース

  • 製品: product:/// URI スキームを使用した詳細な製品情報
  • ルックス: look:/// URI スキームを使用した完全な服装の推奨事項

ツール

  • get_style_guide : 詳細なファッションアドバイスとスタイリングガイドラインにアクセスします
  • get_complete_the_look : 商品のコーディネートのおすすめを取得する
  • get_visually_similar : 視覚的に類似した製品を見つける

プロンプト

  • outfit_completion : コーディネートのスタイリングアドバイスをもらう
  • styling_guide : 包括的なファッションスタイリングガイドラインにアクセス
  • findmine_help : FindMine のツールとリソースの使い方を学ぶ

インストール

オプション1: npmからインストールする

# Install and run directly (recommended) npx findmine-mcp # Or install globally npm install -g findmine-mcp findmine-mcp

オプション2: Dockerで実行する

docker run -e FINDMINE_APP_ID=your_app_id findmine/mcp-server:latest

オプション3: ソースからクローンしてビルドする

# Clone the repository git clone https://github.com/findmine/findmine-mcp.git cd findmine-mcp # Install dependencies npm install # Build the server npm run build # For development with auto-rebuild npm run watch

構成

環境変数

変数説明デフォルト
FINDMINE_API_URLFindMine API ベース URLhttps://api.findmine.com
FINDMINE_APP_IDFindMineアプリケーションIDデモアプリID
FINDMINE_API_VERSION使用するAPIバージョンv3
FINDMINE_DEFAULT_REGIONデフォルトの地域コード私たち
FINDMINE_DEFAULT_LANGUAGEデフォルトの言語コードエン
FINDMINE_CACHE_ENABLEDレスポンスのキャッシュを有効にする真実
FINDMINE_CACHE_TTL_MSキャッシュの有効期間(ミリ秒)3600000(1時間)
NODE_ENVサンプルデータの場合は「開発」に設定-

Claude Desktopでの使用

サーバーはインストール中にClaude Desktopを自動的に構成します。確認するには:

macOS:

cat ~/Library/Application\ Support/Claude/claude_desktop_config.json

ウィンドウズ:

type %APPDATA%\Claude\claude_desktop_config.json

発達

MCP検査官

MCP Inspector は、サーバーをテストするための開発ツールです。

npm run inspector

これにより、http://localhost:5173で Web インターフェイスが開き、サーバーと対話できるようになります。

開発モード

サンプル データを使用してサーバーを実行します。

NODE_ENV=development npm run build && node build/index.js

スタイルガイドのカスタマイズ

スタイルガイドは、ブランドのスタイリング哲学やファッションガイドラインに合わせてカスタマイズできます。スタイルガイドをカスタマイズするには、以下の手順に従ってください。

  1. src/index.tsでスタイルガイドを見つけます( styleGuidesを検索してください)。
  2. 各カテゴリのコンテンツを変更します ( generalcolor_theorybody_typesなど)
  3. styleGuidesオブジェクトを拡張して新しいカテゴリを追加する
  4. 場面や季節に合わせたアドバイスをカスタマイズ

カスタム スタイル ガイド カテゴリを追加する例:

// In src/index.ts const styleGuides: Record<string, string> = { // Existing categories... // Add your custom category your_brand_style: `# Your Brand Style Guide ## Brand Aesthetic - Key elements of your brand's visual identity - Core style principles - Signature looks and combinations ## Your Brand's Styling Do's - Brand-specific styling recommendations - Preferred color combinations - Signature styling techniques ## Your Brand's Styling Don'ts - Combinations to avoid - Styling approaches that don't align with brand identity - Common styling mistakes to avoid ` };

完全なカスタマイズを行うには、 src/index.tsget_style_guideハンドラー全体を変更できます。

プロジェクト構造

  • src/index.ts : メインMCPサーバーの実装
  • src/api/ : FindMine API クライアント
  • src/services/ : ビジネスロジックとサービス層
  • src/types/ : TypeScriptの型定義
  • src/utils/ : ユーティリティ関数とヘルパー

APIの例

スタイルガイドを入手

{ "name": "get_style_guide", "arguments": { "category": "color_theory", "occasion": "wedding" } }

ルックを完成させる

{ "name": "get_complete_the_look", "arguments": { "product_id": "P12345", "product_color_id": "C789" } }

視覚的に類似した製品を入手する

{ "name": "get_visually_similar", "arguments": { "product_id": "P12345", "product_color_id": "C789", "limit": 5 } }

出版

npmへの公開

# Login to npm npm login # Publish the package npm publish # Update the version for future releases npm version patch

Docker Hubへの公開

# Build the Docker image docker build -t findmine/mcp-server:latest . # Login to Docker Hub docker login # Push the image docker push findmine/mcp-server:latest

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

-
security - not tested
-
license - not tested
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

FindMine の製品スタイリングおよび服装推奨機能を Claude やその他の MCP 対応アプリケーションと統合する MCP サーバー。ユーザーは製品を閲覧したり、服装推奨を取得したり、類似アイテムを検索したり、スタイル ガイダンスにアクセスしたりできます。

  1. 概要
    1. 特徴
      1. リソース
      2. ツール
      3. プロンプト
    2. インストール
      1. オプション1: npmからインストールする
      2. オプション2: Dockerで実行する
      3. オプション3: ソースからクローンしてビルドする
    3. 構成
      1. 環境変数
    4. Claude Desktopでの使用
      1. 発達
        1. MCP検査官
        2. 開発モード
        3. スタイルガイドのカスタマイズ
        4. プロジェクト構造
      2. APIの例
        1. スタイルガイドを入手
        2. ルックを完成させる
        3. 視覚的に類似した製品を入手する
      3. 出版
        1. npmへの公開
        2. Docker Hubへの公開
      4. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          MCP server that integrates with Shopify API, allowing Claude Desktop users to retrieve and manipulate product information from Shopify stores.
          Last updated -
          5
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.
          Last updated -
          Python
          Apache 2.0
          • Apple
        • -
          security
          -
          license
          -
          quality
          An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
          Last updated -
          TypeScript
        • -
          security
          F
          license
          -
          quality
          An MCP server that connects AI assistants to SearchAgora, enabling users to search for, discover, and purchase products across the web through natural language conversations.
          Last updated -
          1
          Python
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/findmine/findmine-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server