Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi OTTO Market con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.
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.
Prova a chiedere
Prompt di esempio per OTTO Market
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → OTTO Market, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
OTTO Market + Cursor
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.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
OTTO_USERNAME, OTTO_PASSWORD
Step 1 — Ottieni le credenziali
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)
Step 2 — Installa l'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
Step 3 — Aggiungi il connettore in Cursor
Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
- Salva il file e riavvia Cursor.
- Apri Cursor → Impostazioni → MCP per verificare che
OTTO Marketsia presente e "Connected". - Inizia a chattare — tutti gli strumenti di
OTTO Marketsono ora invocabili.
Tool disponibili
| 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
Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.
Prossimi passi
Questa guida ti è stata utile?