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

  • 传输方式: 流式 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