Search and get fashion products recommendations across multiple e-ecom stores
{
"mcpServers": {
"io-github-vistoya-market": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
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
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
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/mcpVistoya 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 | Given a product ID, return visually and semantically similar products. |
get_product | Fetch full details for a single product by ID. |
get_filters | List available filter values (categories, colors, materials, brands, …) so the agent knows what's filterable. |
list_stores | List all indexed stores with their metadata. |
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:
abc123"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.