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.
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.
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 + Claude
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
- 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.
- 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. - Set
OTTO_USERNAMEandOTTO_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 Claude hinzufügen
Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
OTTO Market - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| Tool | What it does |
|---|---|
otto_market_list_orders | List orders from a date onwards, with their positions, buyer, delivery address and fulfilment status |
otto_market_get_order | Read one order in full: every position with SKU, price and status, the delivery and invoice addresses, and the payment method |
otto_market_list_products | List the seller's product variations with their SKU, EAN, product reference and current market status on otto |
otto_market_get_product | Read one product variation by SKU: its attributes, category, media and the current status of its listing on otto |
otto_market_list_quantities | Read the current stock quantities OTTO holds for the seller's SKUs, so a discrepancy with the ERP can be spotted |
otto_market_list_returns | List returns with their SKU, quantity, reason and the order they belong to — the input to any returns-rate question |
otto_market_update_quantity | Set the available stock for one SKU |
otto_market_update_price | Set the price for one SKU |
FAQ
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.
Nächste Schritte
War dieser Guide hilfreich?