Connector guide2-minute read8 MCP toolsEN · DE · IT

Kaufland Marketplace mit Cursor verbinden — über MCP

Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.

HCBy HelpCode teamAktualisiert 2 min read Open Source auf GitHub

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

Kaufland Marketplace

Kaufland Marketplace

Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.

Tools

8

Region

DE

Kategorie

E-commerce

Authentifizierung

Signed request (HMAC)

Benötigte Env-Vars

KAUFLAND_CLIENT_KEYKAUFLAND_SECRET_KEY
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 Kaufland Marketplace 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

Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.

Frag einfach

Beispiel-Prompts für Kaufland Marketplace

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

Kaufland Marketplace · 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 → Kaufland Marketplace klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Kaufland Marketplace + Cursor

Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.

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:

KAUFLAND_CLIENT_KEY, KAUFLAND_SECRET_KEY

Schritt 1 — Zugangsdaten holen

Getting credentials

  1. You must already be a Kaufland Marketplace seller. In the Seller Portal open Settings → API keys and create a key pair.
  2. You receive a Client Key (public, identifies you) and a Secret Key (never sent — it signs the request). Set KAUFLAND_CLIENT_KEY and KAUFLAND_SECRET_KEY.

The secret never travels. Kaufland does not accept a bearer token: every request carries Shop-Client-Key, Shop-Timestamp and Shop-Signature, where the signature is an HMAC-SHA256 over the canonical string

<METHOD>\n<FULL URL INCLUDING QUERY>\n<BODY>\n<UNIX TIMESTAMP>\n

…(continued in the in-app connector instructions)

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 Kaufland Marketplace als "Connected" gelistet ist.
  4. Chatten — alle Kaufland Marketplace-Tools sind aufrufbar.

Verfügbare Tools

ToolWhat it does
kaufland_list_warehousesList the seller's warehouses with their id, name and address
kaufland_list_ordersList orders in a time window with their buyer, storefront, totals and status
kaufland_get_orderRead one order in full: the buyer, the delivery address, the payment and every order unit with its own price, status and fulfilment state
kaufland_list_order_unitsList individual order units — the level Kaufland actually fulfils, cancels and pays out at
kaufland_list_unitsList the seller's units (offers) with their EAN, condition, price, stock and the storefront each is listed on
kaufland_list_shipmentsList reported shipments with their carrier, tracking number and the order units they cover — the answer to whether something has actually go
kaufland_list_ticketsList customer service tickets with their subject, status and the order they relate to — where a buyer complaint shows up before it becomes a
kaufland_list_storefrontsList the storefronts this seller is active on, with the currency and locale of each

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 Kaufland Marketplace agent is one click away.

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

Verwandte Anleitungen

connectors

Kaufland Marketplace mit ChatGPT verbinden — über MCP

Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.

connectors

Kaufland Marketplace mit Claude verbinden — über MCP

Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.

connectors

Kaufland Marketplace mit Gemini verbinden — über MCP

Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.

connectors

Kaufland Marketplace zu MCP — Kaufland Marketplace aus jedem KI-Agent steuern

Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.

connectors

DC Hub mit Cursor verbinden — über MCP

Data centre and power-grid intelligence from DC Hub: facilities worldwide, market power-readiness scores, the US interconnection queue, construction pipeline, M&A transactions, live ISO grid fuel mix and electricity prices, plus site scoring and multi-site ranking. Twelve of the sixteen tools work without an API key.

connectors

Sentry mit Cursor verbinden — über MCP

Inspect Sentry projects, issues, and error events.