Connector guide2-minute read7 MCP toolsEN · DE · IT

Zalando Partner (ZDS) mit Cursor verbinden — über MCP

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

HCBy HelpCode teamAktualisiert 2 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

Zalando Partner (ZDS)

Zalando Partner (ZDS)

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

Tools

7

Region

DE

Kategorie

E-commerce

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

ZALANDO_CLIENT_IDZALANDO_CLIENT_SECRETZALANDO_MERCHANT_ID
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Zalando Partner (ZDS) mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

Frag einfach

Beispiel-Prompts für Zalando Partner (ZDS)

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

Zalando Partner (ZDS) · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Zalando Partner (ZDS) klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Zalando Partner (ZDS) + Cursor

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

ZALANDO_CLIENT_ID, ZALANDO_CLIENT_SECRET, ZALANDO_MERCHANT_ID

Schritt 1 — Zugangsdaten holen

Partner onboarding required. Zalando's merchant APIs are not open: you need an active Zalando Partner Programme contract and credentials issued through Zalando zDirect. There is no self-service signup and no public sandbox, so this adapter ships unverified by design.

Setup

  1. In zDirect open the API section and create an OAuth 2.0 client for your merchant account. You receive a client id and client secret.
  2. Note your merchant id — a UUID that scopes every path. Zalando merchants often have several (one per sales channel or country), and the wrong one returns an empty, entirely convincing result.

Schritt 2 — Adapter installieren

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Schritt 3 — Connector in Cursor hinzufügen

Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und Cursor neu starten.
  3. Cursor → Einstellungen → MCP öffnen und prüfen, ob Zalando Partner (ZDS) als "Connected" gelistet ist.
  4. Chatten — alle Zalando Partner (ZDS)-Tools sind aufrufbar.

Verfügbare Tools

ToolWhat it does
zalando_zds_list_ordersList orders for the merchant with their order number, date, status and totals
zalando_zds_get_orderRead one order in full: its items with EAN and price, the delivery address, and the current fulfilment state of each item
zalando_zds_list_order_itemsList the individual items of one order with their EAN, article number, price and per-item status — the level Zalando actually fulfils and ca
zalando_zds_list_shipmentsList shipments the merchant has reported, with their carrier, tracking number, date and the order items they cover
zalando_zds_list_returnsList returns with their EAN, reason code, date and the order they belong to — the input to any returns-rate analysis
zalando_zds_list_stockRead the stock Zalando currently holds for the merchant's EANs, so a discrepancy with the ERP can be found before it becomes an oversell
zalando_zds_list_pricesRead the prices currently live on Zalando for the merchant's EANs, including any active promotional price and its validity window

FAQ

Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.

Nächste Schritte

War dieser Guide hilfreich?

Your Zalando Partner agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Verwandte Anleitungen

connectors

Zalando Partner (ZDS) mit ChatGPT verbinden — über MCP

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

connectors

Zalando Partner (ZDS) mit Claude verbinden — über MCP

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

connectors

Zalando Partner (ZDS) mit Gemini verbinden — über MCP

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

connectors

Zalando Partner (ZDS) zu MCP — Zalando Partner (ZDS) aus jedem KI-Agent steuern

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

connectors

AFAS Profit mit Cursor verbinden — über MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica mit Cursor verbinden — über MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.