Vistoya
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/mcpClaude Desktop、Claude Code、Cursor、Windsurf、VS Codeを自動的に検出して設定します。実行後、AIクライアントを再起動してください。
Related MCP server: mrc-data
機能
Vistoyaは多くのストアのファッション製品をインデックス化し、ビジョン言語モデルを用いて埋め込みを行っています。このMCPサーバーにより、エージェントは自然言語でインデックスをクエリし、結果に基づいて推論を行うことができます。
ツール
ツール | 説明 |
| インデックス化された全ストアを横断するセマンティック検索。自然言語クエリとオプションのフィルター(カテゴリ、色、性別、価格など)を受け取り、ランク付けされた製品を返します。 |
| 製品IDを指定して、視覚的および意味的に類似した製品を返します。 |
| ブランドプロファイルに対するセマンティック検索。スタイル、原産国、美学(例:「イタリアのストリートウェアブランド」、「ミニマリストな北欧ブランド」など)でブランドを探せます。 |
| ブランド名またはキーを指定して、ブランドプロファイルのベクトルを使用して類似ブランドを返します。 |
| IDを指定して、単一製品の詳細情報を取得します。 |
| ChatGPT Apps SDK専用。 |
| 利用可能なフィルター値(カテゴリ、色、素材、ブランドなど)をリストアップし、エージェントが何でフィルタリングできるかを把握できるようにします。 |
手動インストール
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を開いてください。
This server cannot be installed
Maintenance
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
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to interact with the commercetools Composable Commerce platform. It provides tools for managing products, categories, orders, carts, and customer data through secure read and write operations.13MIT
- AlicenseAqualityDmaintenanceThe 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.19182Unlicense - libtelnet variant

Vitrine MCP Serverofficial
AlicenseAqualityCmaintenanceMCP server for Vitrine, the 3D product viewer platform. Enables AI agents to upload GLB models, configure scenes, publish embeds, and manage Looks.17201MIT- FlicenseAqualityBmaintenanceA fashion vertical MCP server providing tools for product SEO audits and trend analysis to integrate with AI agents like Claude, Cursor, and Codex.2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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