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.
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.
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 + 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.
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
- 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)
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 Cursor
Cursor lee servidores MCP desde ~/.cursor/mcp.json. Añade esta entrada:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
- Guarda el archivo y reinicia Cursor.
- Abre Cursor → Configuración → MCP para verificar que
OTTO Marketaparece como "Connected". - Empieza a chatear — todas las herramientas de
OTTO Marketestán disponibles.
Herramientas disponibles
| 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 soporta servidores MCP personalizados en el plan free? Sí — MCP está disponible en Hobby, Pro y Business.
Siguientes pasos
¿Te ha sido útil esta guía?