← Top 100 / Full directory (6,011)

Vivaldo Product Discovery

Payments & Commerce Remote 4 tools

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.

Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://vivaldo-product-discovery--vivaldoeuropes.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

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.

Related servers