Search and get fashion products recommendations across multiple e-ecom stores
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vistoya": {
"url": "https://api.vistoya.com/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search and get fashion products recommendations across multiple e-ecom stores
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for io.github.vistoya/market and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Semantic search and recommendations across fashion stores, exposed as a Model Context Protocol server. Connect any MCP-compatible AI agent (Claude, Cursor, VS Code, ChatGPT, etc.) and let it discover products, find visually similar items, and explore stores in the Vistoya marketplace.
io.github.vistoya/markethttps://api.vistoya.com/mcpnpx @vistoya/mcp
Automatically detects and configures Claude Desktop, Claude Code, Cursor, Windsurf, and VS Code. Restart your AI client after running.
Vistoya indexes fashion products from many stores and embeds them with a vision-language model. The MCP server lets agents query that index in natural language and reason over the results.
| Tool | Description |
|---|---|
discover_products | Semantic search across all indexed stores. Accepts a natural-language query plus optional filters (category, color, gender, price, etc.) and returns ranked products. |
find_similar_products | Given a product ID, return visually and semantically similar products. |
discover_brands | Semantic search over brand profiles. Find brands by style, origin, or aesthetic (e.g. "Italian streetwear brands", "minimalist Scandinavian labels"). |
find_similar_brands | Given a brand name or key, return similar brands using brand-profile vectors. |
get_product | Fetch full details for a single product by ID. |
render_product_list | ChatGPT Apps SDK only. Same inputs as discover_products, but ChatGPT renders the result as a visual product grid via an embedded widget. |
get_filters | List available filter values (categories, colors, materials, brands, …) so the agent knows what's filterable. |
Add to claude_desktop_config.json (or your Claude Code MCP config):
{
"mcpServers": {
"vistoya": {
"url": "https://api.vistoya.com/mcp"
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"vistoya": {
"url": "https://api.vistoya.com/mcp"
}
}
}
Add to your mcp.json:
{
"servers": {
"vistoya": {
"type": "http",
"url": "https://api.vistoya.com/mcp"
}
}
}
Use mcp-remote as a bridge:
{
"mcpServers": {
"vistoya": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.vistoya.com/mcp"]
}
}
}
Once connected, try:
This server is published on the official MCP Registry. You can find it at:
https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.vistoya/market
Public preview. The endpoint is publicly reachable and does not currently require authentication.
MIT — see LICENSE.
Issues and feature requests: open an issue on this repo.