Connector guide2-minute read8 MCP toolsEN · DE · IT

OTTO Market mit Gemini verbinden — über 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 teamAktualisiert 2 min read Open Source auf GitHub

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

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.

Tools

8

Region

DE

Kategorie

E-commerce

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

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

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.

Frag einfach

Beispiel-Prompts für OTTO Market

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

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

OTTO Market + Gemini

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.

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:

OTTO_USERNAME, OTTO_PASSWORD

Schritt 1 — Zugangsdaten holen

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)

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 Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "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 gemini neu starten.
  3. /mcp in Gemini CLI ausführen — OTTO Market sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

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

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Your OTTO Market agent is one click away.

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

Verwandte Anleitungen