Connector guide2-minute read8 MCP toolsEN · DE · IT

Cómo conectar OTTO Market a ChatGPT — via MCP

OTTO Market partner API: orders and their positions, product variations, stock and price updates, and returns for sellers on otto.de. OAuth 2.0 with the partner's client credentials.

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

OTTO Market

OTTO Market

OTTO Market partner API: orders and their positions, product variations, stock and price updates, and returns for sellers on otto.de. OAuth 2.0 with the partner's client credentials.

herramientas

8

Región

DE

Categoría

E-commerce

Autenticación

OAuth 2.0

Env vars requeridas

OTTO_USERNAMEOTTO_PASSWORD
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 OTTO Market 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

OTTO Market partner API: orders and their positions, product variations, stock and price updates, and returns for sellers on otto.de. OAuth 2.0 with the partner's client credentials.

Prueba a pedir

Prompts de ejemplo para OTTO Market

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

OTTO Market · 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 → OTTO Market, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

OTTO Market + ChatGPT

OTTO Market partner API: orders and their positions, product variations, stock and price updates, and returns for sellers on otto.de. OAuth 2.0 with the partner's client credentials.

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:

OTTO_USERNAME, OTTO_PASSWORD

Paso 1 — Obtener credenciales

Getting credentials

  1. You must already be an OTTO Market partner. In the OTTO Partner Connect portal open the API area and create API credentials for your account.
  2. OTTO issues a username and password for the token endpoint rather than a classic client id/secret pair; the token request is a password grant against https://api.otto.market/v1/token.
  3. Set OTTO_USERNAME and OTTO_PASSWORD. AnythingMCP exchanges them for an access token and refreshes it automatically.

…(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: OTTO Market
    • 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
otto_market_list_ordersList orders from a date onwards, with their positions, buyer, delivery address and fulfilment status
otto_market_get_orderRead one order in full: every position with SKU, price and status, the delivery and invoice addresses, and the payment method
otto_market_list_productsList the seller's product variations with their SKU, EAN, product reference and current market status on otto
otto_market_get_productRead one product variation by SKU: its attributes, category, media and the current status of its listing on otto
otto_market_list_quantitiesRead the current stock quantities OTTO holds for the seller's SKUs, so a discrepancy with the ERP can be spotted
otto_market_list_returnsList returns with their SKU, quantity, reason and the order they belong to — the input to any returns-rate question
otto_market_update_quantitySet the available stock for one SKU
otto_market_update_priceSet the price for one SKU

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 OTTO Market agent is one click away.

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

Guías relacionadas