Connector guide2-minute read8 MCP toolsEN · DE · IT

Cómo conectar Kaufland Marketplace a ChatGPT — via 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 teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

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.

herramientas

8

Región

DE

Categoría

E-commerce

Autenticación

Signed request (HMAC)

Env vars requeridas

KAUFLAND_CLIENT_KEYKAUFLAND_SECRET_KEY
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Kaufland Marketplace con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

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.

Prueba a pedir

Prompts de ejemplo para Kaufland Marketplace

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Kaufland Marketplace · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Kaufland Marketplace, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Kaufland Marketplace + ChatGPT

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.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

KAUFLAND_CLIENT_KEY, KAUFLAND_SECRET_KEY

Paso 1 — Obtener credenciales

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)

Paso 2 — Instalar el adapter

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

Paso 3 — Añadir el conector en ChatGPT

ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.

  1. Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: Kaufland Marketplace
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Herramientas disponibles

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

¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.

Siguientes pasos

¿Te ha sido útil esta guía?

Your Kaufland Marketplace agent is one click away.

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

Guías relacionadas

connectors

Cómo conectar Kaufland Marketplace a Claude — via 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

Cómo conectar Kaufland Marketplace a Cursor — via 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

Cómo conectar Kaufland Marketplace a Gemini — via 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 a MCP — Pilota Kaufland Marketplace desde cualquier agente IA

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

Cómo conectar DC Hub a ChatGPT — via 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

Cómo conectar Sentry a ChatGPT — via MCP

Inspect Sentry projects, issues, and error events.