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를 참조하세요.
연락처
문제 및 기능 요청: 이 저장소에 이슈를 열어주세요.
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