← zadig-et-voltaire.com

INDIVIDUAL MCP TOOL

set_shop_context

Set the storefront context for the MCP guest checkout session.

zadig-et-voltaire.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

zadig-et-voltaire.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zadig-et-voltaire-com]
url = "https://zadig-et-voltaire.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zadig-et-voltaire-com": {
      "type": "http",
      "url": "https://zadig-et-voltaire.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zadig-et-voltaire-com
Remote MCP URL: https://zadig-et-voltaire.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zadig-et-voltaire-com": {
      "url": "https://zadig-et-voltaire.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zadig-et-voltaire-com": {
      "type": "http",
      "url": "https://zadig-et-voltaire.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zadig-et-voltaire-com",
  "transport": "streamable-http",
  "url": "https://zadig-et-voltaire.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search products in the active Zadig&Voltaire storefront catalog.
  • get_product — Get product details by product SKU or variant SKU.
  • create_guest_cart — Create a Magento guest cart for the active shop context.
  • add_to_cart — Add a simple or configurable product to the current guest cart.
  • get_cart — Get the current guest cart.
  • remove_from_cart — Remove an item from the current guest cart by cart item id.
  • set_guest_email — Set the guest email on the current cart.
  • set_shipping_address — Set the shipping address and refresh shipping methods.