io.github.vistoya/market
io.github.vistoya/marketSearch and get fashion products recommendations across multiple e-ecom stores
Tools · 6
Find fashion products using natural language and/or structured filters. Provide a `query` for semantic ranking via multimodal text+image embeddings ("oversized wool coat", "black leather jacket", "min…
Given a product ID, find similar products across the entire catalog. Useful for "more like this" recommendations or finding alternatives. Returns compact product cards, not full variant detail; call g…
Find fashion brands using natural language, structured filters, or both. Best for queries like "Italian streetwear brands", "Scandinavian minimalist brands", "Japanese technical outerwear", "brands wi…
Given an active catalog brand name or merged alias, find similar brands using brand-profile vectors generated during product indexing. Unknown or ambiguous seeds return no brands. Returns up to 20 bra…
Get the detailed response for a specific product ID. Use this after discover_products or find_similar_products when you need merchant description, store info, all images, SKU-level availability varian…
Returns available filter values in the catalog. By default returns categoryTree plus brands, colors, materials, genders, occasions, seasons, styles, silhouettes, currencies, and price range. Use "fiel…
Resources · 18
Vistoya product-list widget (MCP-Apps spec — Claude Desktop, Cursor, VS Code Copilot, Goose).
ui://widget/product-list-v11.html
Current Vistoya product-list widget for clients with cached metadata.
ui://widget/product-list-v10.html
Current Vistoya product-list widget for clients with cached metadata.
ui://widget/product-list-v9.html
Current Vistoya product-list widget for clients with cached metadata.
ui://widget/product-list-v8.html
Current Vistoya product-list widget for clients with cached metadata.
ui://widget/product-list-v7.html
Current Vistoya product-list widget for clients with cached metadata.
ui://widget/product-list-v6.html
Current Vistoya product-list widget for clients with cached metadata.
ui://widget/product-list-v5.html
Current Vistoya product-list widget for clients with cached metadata.
ui://widget/product-list-v4.html
Current Vistoya product-list widget for clients with cached metadata.
ui://widget/product-list-v3.html
Vistoya product-list widget for ChatGPT Apps SDK (Skybridge MIME).
ui://widget/product-list-v11.skybridge.html
Current widget bundle for ChatGPT clients with cached metadata.
ui://widget/product-list-v10.skybridge.html
Current widget bundle for ChatGPT clients with cached metadata.
ui://widget/product-list-v9.skybridge.html
Current widget bundle for ChatGPT clients with cached metadata.
ui://widget/product-list-v8.skybridge.html
Current widget bundle for ChatGPT clients with cached metadata.
ui://widget/product-list-v7.skybridge.html
Current widget bundle for ChatGPT clients with cached metadata.
ui://widget/product-list-v6.skybridge.html
Current widget bundle for ChatGPT clients with cached metadata.
ui://widget/product-list-v5.skybridge.html
Current widget bundle for ChatGPT clients with cached metadata.
ui://widget/product-list-v4.skybridge.html
Current widget bundle for ChatGPT clients with cached metadata.
ui://widget/product-list-v3.skybridge.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.vistoya/market": {
"url": "https://api.vistoya.com/mcp",
"transport": "streamable-http"
}
}
}