Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.vistoya/market

io.github.vistoya/market

Search and get fashion products recommendations across multiple e-ecom stores

Uptime
100.0%
1 direct probes · 30d
Response
595ms
last probe
Tools
6
callable
Resources
18
readable
Prompts
0
available

Tools · 6

discover_products

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…

find_similar_products

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…

discover_brands

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…

find_similar_brands

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_product

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…

get_filters

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

Vistoya product-list widget (MCP-Apps spec — Claude Desktop, Cursor, VS Code Copilot, Goose).

ui://widget/product-list-v11.html
Vistoya product-list widget (ui://widget/product-list-v10.html compatibility)

Current Vistoya product-list widget for clients with cached metadata.

ui://widget/product-list-v10.html
Vistoya product-list widget (ui://widget/product-list-v9.html compatibility)

Current Vistoya product-list widget for clients with cached metadata.

ui://widget/product-list-v9.html
Vistoya product-list widget (ui://widget/product-list-v8.html compatibility)

Current Vistoya product-list widget for clients with cached metadata.

ui://widget/product-list-v8.html
Vistoya product-list widget (ui://widget/product-list-v7.html compatibility)

Current Vistoya product-list widget for clients with cached metadata.

ui://widget/product-list-v7.html
Vistoya product-list widget (ui://widget/product-list-v6.html compatibility)

Current Vistoya product-list widget for clients with cached metadata.

ui://widget/product-list-v6.html
Vistoya product-list widget (ui://widget/product-list-v5.html compatibility)

Current Vistoya product-list widget for clients with cached metadata.

ui://widget/product-list-v5.html
Vistoya product-list widget (ui://widget/product-list-v4.html compatibility)

Current Vistoya product-list widget for clients with cached metadata.

ui://widget/product-list-v4.html
Vistoya product-list widget (ui://widget/product-list-v3.html compatibility)

Current Vistoya product-list widget for clients with cached metadata.

ui://widget/product-list-v3.html
vistoya-product-list-widget-skybridge

Vistoya product-list widget for ChatGPT Apps SDK (Skybridge MIME).

ui://widget/product-list-v11.skybridge.html
vistoya-product-list-widget-skybridge-compat-0

Current widget bundle for ChatGPT clients with cached metadata.

ui://widget/product-list-v10.skybridge.html
vistoya-product-list-widget-skybridge-compat-1

Current widget bundle for ChatGPT clients with cached metadata.

ui://widget/product-list-v9.skybridge.html
vistoya-product-list-widget-skybridge-compat-2

Current widget bundle for ChatGPT clients with cached metadata.

ui://widget/product-list-v8.skybridge.html
vistoya-product-list-widget-skybridge-compat-3

Current widget bundle for ChatGPT clients with cached metadata.

ui://widget/product-list-v7.skybridge.html
vistoya-product-list-widget-skybridge-compat-4

Current widget bundle for ChatGPT clients with cached metadata.

ui://widget/product-list-v6.skybridge.html
vistoya-product-list-widget-skybridge-compat-5

Current widget bundle for ChatGPT clients with cached metadata.

ui://widget/product-list-v5.skybridge.html
vistoya-product-list-widget-skybridge-compat-6

Current widget bundle for ChatGPT clients with cached metadata.

ui://widget/product-list-v4.skybridge.html
vistoya-product-list-widget-skybridge-compat-7

Current widget bundle for ChatGPT clients with cached metadata.

ui://widget/product-list-v3.skybridge.html

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"
    }
  }
}