← harzer-trading.de

INDIVIDUAL MCP TOOL

customer-login

Authenticate the cart session as an existing storefront customer.

harzer-trading.denone 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

harzer-trading.de

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.
  • manage-cart — Add, update or remove a line item in the cart owned by contextToken.
  • customer-logout — Log out the customer bound to contextToken.
  • place-order — Convert the cart owned by an authenticated contextToken into an order.