← Registry

eCommerce

duftup.de

Provides product search, details, category navigation, and content page retrieval for an online catalog.

1 endpoint5 known toolsFirst detected July 20, 2026Last detected August 29, 2026

ENDPOINT 1

https://duftup.de/mcp

No auth detected

MCP server metadata

Name
dzm_agent_ready
Version
1.0.2
Capabilities
tools
Server instructions

Read-only MCP-Server des Onlineshops "DuftUP!". Tools liefern strukturierte, aktuelle Katalog- und Seiteninhalte (Markdown + optional JSON-LD). Typischer Ablauf: mit search_products nach Produkten suchen, dann mit get_product (per url/sku/id) Details holen; list_categories/get_category zum Stoebern der Kategorien; get_page fuer Content-/Rechtstexte und Blog-Beitraege. Alle Treffer enthalten die kanonische URL; Preise/Verfuegbarkeit gelten fuer den oeffentlichen Gast-Zugriff.

Known tools 5

search_products

Freitextsuche im sichtbaren Katalog (Name, Suchbegriffe, Artikelnummer, GTIN …).

Inferred read-only
get_product

Vollstaendige Produktdetails (Preis, Verfuegbarkeit, Beschreibung, Varianten, Bilder, Kategorie).

Inferred read-only
list_categories

Direkte, sichtbare Unterkategorien navigieren.

Inferred read-only
get_category

Eine Kategorie im Detail: Beschreibung, sichtbare Produkte und Unterkategorien.

Inferred read-only
get_page

Content-/Rechtstext-Seite (AGB, Datenschutz, Impressum, Widerruf …) oder Blog-/News-Beitrag als Markdown.

Inferred read-only

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.dzm_agent_ready]
url = "https://duftup.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dzm_agent_ready": {
      "type": "http",
      "url": "https://duftup.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dzm_agent_ready": {
      "type": "http",
      "url": "https://duftup.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dzm_agent_ready",
  "transport": "streamable-http",
  "url": "https://duftup.de/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for duftup.de was fetched 2026-07-27T23:47:56.729Z and is being refreshed.

Trust status Trusted

duftup.de is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.