← harzer-trading.de
INDIVIDUAL MCP TOOL
manage-cart
Add, update or remove a line item in the cart owned by contextToken.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description contains a deletion term.
Parent endpoint
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.harzer-trading-de]
url = "https://www.harzer-trading.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"harzer-trading-de": {
"type": "http",
"url": "https://www.harzer-trading.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: harzer-trading-de
Remote MCP URL: https://www.harzer-trading.de/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": {
"harzer-trading-de": {
"url": "https://www.harzer-trading.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"harzer-trading-de": {
"type": "http",
"url": "https://www.harzer-trading.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "harzer-trading-de",
"transport": "streamable-http",
"url": "https://www.harzer-trading.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search-products— Search the storefront product catalog by free-text keyword.get-product— Fetch detailed information for one product by its UUID.create-context— Create a fresh anonymous Shopware sales-channel context.get-cart— Return the current cart for the supplied contextToken.customer-login— Authenticate the cart session as an existing storefront customer.customer-logout— Log out the customer bound to contextToken.place-order— Convert the cart owned by an authenticated contextToken into an order.