Skip to content
Back to search
100
MCP http

Vivaldo Product Discovery

vivaldoeuropes/vivaldo-product-discovery

Public read-only MCP server for Vivaldo.shop, a European online store for MacBook cases, iPad cases, laptop sleeves, keyboard covers, screen protectors and everyday computer accessories. This server helps AI agents discover public Vivaldo products by searching the storefront, reading product details and listing products from public Shopify collections. Available tools: * `get_store_info` — returns public information about Vivaldo, product categories and shipping. * `search_products` — searches public Vivaldo products by keyword. * `get_product_by_handle` — returns public product details from a Shopify product handle. * `get_collection_products` — lists public products from a Shopify collection. Safety scope: This MCP server is public and read-only. It does not provide access to customer accounts, checkout actions, orders, payments, private customer data or Shopify Admin APIs.

Uptime
no direct probes in 30d
Response
148ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_store_info

Get public information about the Vivaldo online store, its product categories and shipping.

search_products

Search public Vivaldo products by query, for example: MacBook case, iPad case, keyboard cover, laptop sleeve.

get_product_by_handle

Get public product details from Vivaldo by Shopify product handle.

get_collection_products

Get public products from a Vivaldo Shopify collection by collection handle.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vivaldo_product_discovery": {
      "url": "https://www.vivaldo.shop/",
      "transport": "http"
    }
  }
}