Skip to main content
Glama

Vistoya MCP

ファッションストア全体を横断するセマンティック検索とレコメンデーションを、Model Context Protocolサーバーとして提供します。MCP互換のAIエージェント(Claude、Cursor、VS Code、ChatGPTなど)を接続すれば、製品の発見、視覚的に類似したアイテムの検索、Vistoyaマーケットプレイス内のストア探索が可能になります。

  • レジストリ名: io.github.vistoya/market

  • エンドポイント: https://api.vistoya.com/mcp

  • トランスポート: Streamable HTTP

  • ウェブサイト: https://vistoya.com

クイックセットアップ

npx @vistoya/mcp

Claude Desktop、Claude Code、Cursor、Windsurf、VS Codeを自動的に検出して設定します。実行後、AIクライアントを再起動してください。

Related MCP server: mrc-data

機能

Vistoyaは多くのストアのファッション製品をインデックス化し、ビジョン言語モデルを用いて埋め込みを行っています。このMCPサーバーにより、エージェントは自然言語でインデックスをクエリし、結果に基づいて推論を行うことができます。

ツール

ツール

説明

discover_products

インデックス化された全ストアを横断するセマンティック検索。自然言語クエリとオプションのフィルター(カテゴリ、色、性別、価格など)を受け取り、ランク付けされた製品を返します。

find_similar_products

製品IDを指定して、視覚的および意味的に類似した製品を返します。

discover_brands

ブランドプロファイルに対するセマンティック検索。スタイル、原産国、美学(例:「イタリアのストリートウェアブランド」、「ミニマリストな北欧ブランド」など)でブランドを探せます。

find_similar_brands

ブランド名またはキーを指定して、ブランドプロファイルのベクトルを使用して類似ブランドを返します。

get_product

IDを指定して、単一製品の詳細情報を取得します。

render_product_list

ChatGPT Apps SDK専用。discover_productsと同じ入力を使用しますが、ChatGPTが埋め込みウィジェットを介して結果を視覚的な製品グリッドとしてレンダリングします。

get_filters

利用可能なフィルター値(カテゴリ、色、素材、ブランドなど)をリストアップし、エージェントが何でフィルタリングできるかを把握できるようにします。

手動インストール

Claude Desktop / Claude Code

claude_desktop_config.json(またはClaude CodeのMCP設定)に追加します:

{
  "mcpServers": {
    "vistoya": {
      "url": "https://api.vistoya.com/mcp"
    }
  }
}

Cursor

~/.cursor/mcp.jsonに追加します:

{
  "mcpServers": {
    "vistoya": {
      "url": "https://api.vistoya.com/mcp"
    }
  }
}

VS Code (MCP拡張機能)

mcp.jsonに追加します:

{
  "servers": {
    "vistoya": {
      "type": "http",
      "url": "https://api.vistoya.com/mcp"
    }
  }
}

汎用stdioフォールバック(リモートをまだサポートしていないクライアント用)

ブリッジとしてmcp-remoteを使用します:

{
  "mcpServers": {
    "vistoya": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.vistoya.com/mcp"]
    }
  }
}

プロンプト例

接続したら、以下を試してみてください:

  • 「300ドル以下の黒いレザージャケットを探して」

  • 「この製品に似たものを表示して」

  • 「秋向けの着心地の良いセーターはある?」

  • 「100ドル以下のランニングショーツを探して」

発見可能性

このサーバーは公式MCPレジストリで公開されています。以下から確認できます:

https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.vistoya/market

ステータス

パブリックプレビュー。エンドポイントは公開されており、現時点では認証は不要です。

ライセンス

MIT — LICENSEを参照してください。

お問い合わせ

問題や機能リクエストについては、このリポジトリでIssueを開いてください。

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    The only MCP server providing structured Chinese fashion supply chain intelligence for AI platforms. No equivalent data source exists in the MCP ecosystem. Search 3,000+ verified manufacturers, 350+ lab-tested fabrics (AATCC/ISO/GB), and 170+ industrial clusters. Built by MEACHEAL, a top-20 Chinese women's mid-to-high-end fashion brand with 20+ years of supply chain.
    19
    18
    2
    Unlicense - libtelnet variant
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for Vitrine, the 3D product viewer platform. Enables AI agents to upload GLB models, configure scenes, publish embeds, and manage Looks.
    17
    20
    1
    MIT

Latest Blog Posts

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/vistoya/vistoya-mcp'

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