Vistoya
Vistoya MCP
Semantische Suche und Empfehlungen für Modegeschäfte, bereitgestellt als Model Context Protocol-Server. Verbinden Sie jeden MCP-kompatiblen KI-Agenten (Claude, Cursor, VS Code, ChatGPT usw.) und lassen Sie ihn Produkte entdecken, visuell ähnliche Artikel finden und Geschäfte auf dem Vistoya-Marktplatz erkunden.
Registrierungsname:
io.github.vistoya/marketEndpunkt:
https://api.vistoya.com/mcpTransport: Streamable HTTP
Website: https://vistoya.com
Schnelleinrichtung
npx @vistoya/mcpErkennt und konfiguriert automatisch Claude Desktop, Claude Code, Cursor, Windsurf und VS Code. Starten Sie Ihren KI-Client nach der Ausführung neu.
Related MCP server: mrc-data
Was es tut
Vistoya indexiert Modeprodukte aus vielen Geschäften und bettet sie mit einem Vision-Language-Modell ein. Der MCP-Server ermöglicht es Agenten, diesen Index in natürlicher Sprache abzufragen und die Ergebnisse zu analysieren.
Tools
Tool | Beschreibung |
| Semantische Suche über alle indexierten Geschäfte. Akzeptiert eine natürlichsprachliche Abfrage sowie optionale Filter (Kategorie, Farbe, Geschlecht, Preis usw.) und gibt bewertete Produkte zurück. |
| Gibt bei Angabe einer Produkt-ID visuell und semantisch ähnliche Produkte zurück. |
| Semantische Suche über Markenprofile. Finden Sie Marken nach Stil, Herkunft oder Ästhetik (z. B. „italienische Streetwear-Marken“, „minimalistische skandinavische Labels“). |
| Gibt bei Angabe eines Markennamens oder -schlüssels ähnliche Marken mithilfe von Markenprofil-Vektoren zurück. |
| Ruft vollständige Details für ein einzelnes Produkt per ID ab. |
| Nur für ChatGPT Apps SDK. Gleiche Eingaben wie |
| Listet verfügbare Filterwerte auf (Kategorien, Farben, Materialien, Marken, …), damit der Agent weiß, was filterbar ist. |
Manuelle Installation
Claude Desktop / Claude Code
Hinzufügen zu claude_desktop_config.json (oder Ihrer Claude Code MCP-Konfiguration):
{
"mcpServers": {
"vistoya": {
"url": "https://api.vistoya.com/mcp"
}
}
}Cursor
Hinzufügen zu ~/.cursor/mcp.json:
{
"mcpServers": {
"vistoya": {
"url": "https://api.vistoya.com/mcp"
}
}
}VS Code (MCP-Erweiterung)
Hinzufügen zu Ihrer mcp.json:
{
"servers": {
"vistoya": {
"type": "http",
"url": "https://api.vistoya.com/mcp"
}
}
}Generischer stdio-Fallback (Clients, die noch kein Remote unterstützen)
Verwenden Sie mcp-remote als Brücke:
{
"mcpServers": {
"vistoya": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.vistoya.com/mcp"]
}
}
}Beispiel-Prompts
Sobald die Verbindung hergestellt ist, versuchen Sie es mit:
„Finde mir eine schwarze Lederjacke unter 300 $“
„Zeig mir etwas Ähnliches wie dieses Produkt“
„Welche gemütlichen Pullover hast du für den Herbst?“
„Finde mir Laufshorts unter 100 $“
Auffindbarkeit
Dieser Server ist im offiziellen MCP-Register veröffentlicht. Sie finden ihn unter:
https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.vistoya/marketStatus
Öffentliche Vorschau. Der Endpunkt ist öffentlich erreichbar und erfordert derzeit keine Authentifizierung.
Lizenz
MIT — siehe LICENSE.
Kontakt
Probleme und Funktionsanfragen: Öffnen Sie ein Issue in diesem Repository.
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