Connector guide2-minute read9 MCP toolsEN · DE · IT

JTL-Wawi в MCP — управляйте JTL-Wawi из любого AI-агента

JTL-Wawi — the e-commerce ERP behind a large share of German online retail. Read customers, items, stock, sales orders and shipments from your on-premises JTL-Wawi via the JTL API Server. REST v1, bearer token.

HCBy HelpCode teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

JTL-Wawi

JTL-Wawi

JTL-Wawi — the e-commerce ERP behind a large share of German online retail. Read customers, items, stock, sales orders and shipments from your on-premises JTL-Wawi via the JTL API Server. REST v1, bearer token.

инструментов

9

Регион

DE

Категория

ERP

Аутентификация

Bearer Token

Требуемые env-vars

JTL_WAWI_URLJTL_WAWI_API_KEYJTL_WAWI_APP_ID
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте JTL-Wawi одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

Summary

JTL-Wawi — the e-commerce ERP behind a large share of German online retail. Read customers, items, stock, sales orders and shipments from your on-premises JTL-Wawi via the JTL API Server. REST v1, bearer token.

Попробуй спросить

Примеры промптов для JTL-Wawi

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

JTL-Wawi · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → JTL-Wawi, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

JTL-Wawi

JTL-Wawi — the e-commerce ERP behind a large share of German online retail. Read customers, items, stock, sales orders and shipments from your on-premises JTL-Wawi via the JTL API Server. REST v1, bearer token.

Настройка

JTL-Wawi is on-premises Windows software and does not speak HTTP on its own. The REST API is served by the separate JTL API Server (sometimes called the Wawi API / JTL-Wawi API), which you install alongside the Wawi database.

  1. Install the JTL API Server on the machine that reaches your JTL-Wawi MSSQL database, and start its service.
  2. In the API Server's admin UI create an App and copy the generated key. JTL issues it base64-encoded; use it exactly as given.
  3. Set JTL_WAWI_URL to the API server's root (e.g. https://wawi.example.com:5883, no trailing slash) and JTL_WAWI_API_KEY to the key. The adapter sends Authorization: Bearer <key> and X-AppId.

…(continued in the in-app connector instructions)

Предварительные требования: JTL_WAWI_URL, JTL_WAWI_API_KEY, JTL_WAWI_APP_ID

Локальная установка коннектора

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

Откройте http://localhost:3000/connectors/store, выберите JTL-Wawi и введите переменные, перечисленные в Предварительных требованиях.

Доступные инструменты

ToolWhat it does
jtl_wawi_list_warehousesList the warehouses (Lager) configured in JTL-Wawi with their id, name and type
jtl_wawi_list_itemsList articles from the item master with their SKU, name, prices, EAN and manufacturer
jtl_wawi_get_itemRead one article in full: its SKU, descriptions, dimensions, prices, categories and supplier links
jtl_wawi_get_item_stockRead the per-warehouse stock of one article: quantity on hand, reserved, and available
jtl_wawi_list_customersList customers with their customer number, company, contact name, address and customer group
jtl_wawi_get_customerRead one customer in full: billing and delivery addresses, payment and shipping defaults, and the customer group they belong to
jtl_wawi_list_sales_ordersList sales orders with their order number, customer, date, payment and shipping status and total
jtl_wawi_get_sales_orderRead one sales order in full: its line items with SKU, quantity and price, the addresses, and the payment and shipping state
jtl_wawi_list_shipmentsList shipments with their tracking number, carrier, date and the sales order they belong to — the answer to 'has it gone out yet'

Следующие шаги

Это руководство помогло?

Your JTL-Wawi agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить JTL-Wawi к ChatGPT — через MCP

JTL-Wawi — the e-commerce ERP behind a large share of German online retail. Read customers, items, stock, sales orders and shipments from your on-premises JTL-Wawi via the JTL API Server. REST v1, bearer token.

connectors

Как подключить JTL-Wawi к Claude — через MCP

JTL-Wawi — the e-commerce ERP behind a large share of German online retail. Read customers, items, stock, sales orders and shipments from your on-premises JTL-Wawi via the JTL API Server. REST v1, bearer token.

connectors

Как подключить JTL-Wawi к Cursor — через MCP

JTL-Wawi — the e-commerce ERP behind a large share of German online retail. Read customers, items, stock, sales orders and shipments from your on-premises JTL-Wawi via the JTL API Server. REST v1, bearer token.

connectors

Как подключить JTL-Wawi к Gemini — через MCP

JTL-Wawi — the e-commerce ERP behind a large share of German online retail. Read customers, items, stock, sales orders and shipments from your on-premises JTL-Wawi via the JTL API Server. REST v1, bearer token.

connectors

AFAS Profit в MCP — управляйте AFAS Profit из любого AI-агента

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica в MCP — управляйте Aruba Fatturazione Elettronica из любого AI-агента

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.