← zaun-discount.shop

INDIVIDUAL MCP TOOL

get_commerce_policy

Liefert die verbindliche Verkaufs-/Beratungs-Policy: alle echten Shopartikel ausser service sind direkt per PayPal kaufbar; Garantie- und Qualitaets-/Norm-Nachweise und Evidence-Links.

zaun-discount.shopnone 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

zaun-discount.shop

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.zaun-discount-shop]
url = "https://zaun-discount.shop/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zaun-discount-shop": {
      "type": "http",
      "url": "https://zaun-discount.shop/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zaun-discount-shop
Remote MCP URL: https://zaun-discount.shop/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": {
    "zaun-discount-shop": {
      "url": "https://zaun-discount.shop/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zaun-discount-shop": {
      "type": "http",
      "url": "https://zaun-discount.shop/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zaun-discount-shop",
  "transport": "streamable-http",
  "url": "https://zaun-discount.shop/mcp"
}
MCP Inspector

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

Related tools

  • search_products — Sucht im oeffentlichen ZAUNDISCOUNT-Katalog (Doppelstabmatten, Pfosten, Tore, Sichtschutz, Zubehoer).
  • get_product — Liefert Detaildaten zu genau einem Produkt anhand SKU oder Slug, inkl.
  • get_automatic_inquiry_schema — Liefert das Schema fuer den echten automatisch einreichbaren Anfrage-Endpunkt /agent/automatic-inquiry.
  • submit_automatic_inquiry — Stellt automatisch eine echte ZAUNDISCOUNT-Anfrage aus einem Warenkorb oder Konfigurator-Payload, wenn der Nutzer Beratung/SEPA/Angebot bestaetigt.