Tools

The Vistoya MCP server exposes seven read-only tools. All tools return JSON text content and never modify data.

Product discovery

ToolBest for
discover_productsNatural-language semantic product search with optional structured filters
find_similar_products"More like this" — alternatives to a specific product

Brand discovery

ToolBest for
discover_brandsNatural-language brand discovery
find_similar_brandsBrands similar to a known brand

Product details

ToolBest for
get_productFull product details, all variants, purchase link

Catalog metadata

ToolBest for
get_filtersValid filter values and category tree

Response format

Every tool returns a content array with a single text entry containing JSON:

{
  "content": [
    {
      "type": "text",
      "text": "{ ... JSON payload ... }"
    }
  ]
}

On errors, the response includes "isError": true.