← zadig-et-voltaire.com
INDIVIDUAL MCP TOOL
set_shipping_method
Select a shipping method by carrier and method code.
LIVE ENDPOINT
https://zadig-et-voltaire.com/mcp
Connect to this endpoint to inspect the live schema for set_shipping_method and invoke it with your own arguments.
Indexed 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 server
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-commerce]
url = "https://zadig-et-voltaire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zadig-et-voltaire-commerce": {
"type": "http",
"url": "https://zadig-et-voltaire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zadig-et-voltaire-commerce
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-commerce": {
"url": "https://zadig-et-voltaire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zadig-et-voltaire-commerce": {
"type": "http",
"url": "https://zadig-et-voltaire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zadig-et-voltaire-commerce",
"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
set_shop_context— Set the storefront locale/currency context for the guest checkout session.search_products— Search the Zadig&Voltaire catalog using the storefront search index.get_product— Get product details by SKU or variant SKU in the active shop context.create_guest_cart— Create a Magento guest cart for the active shop context.add_to_cart— Add a product SKU to the guest cart.get_cart— Return the current cart lines, totals, delivery and payment state.remove_from_cart— Remove a cart line by item id.set_guest_email— Set the guest email required for checkout.