Vistoya
Vistoya MCP
跨时尚商店的语义搜索和推荐,以模型上下文协议 (Model Context Protocol) 服务器的形式提供。连接任何兼容 MCP 的 AI 智能体(Claude、Cursor、VS Code、ChatGPT 等),让它发现产品、查找视觉相似的商品并探索 Vistoya 市场中的商店。
注册名称:
io.github.vistoya/market端点:
https://api.vistoya.com/mcp传输方式: 流式 HTTP
快速设置
npx @vistoya/mcp自动检测并配置 Claude 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