Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте Zucchetti одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
Summary
Zucchetti ERP and HR suites over the Zucchetti REST / Infinity API: anagrafiche, documents, items and HR records. Basic or token auth against the customer's own Infinity or Ad Hoc installation. Partner credentials required.
Попробуй спросить
Примеры промптов для Zucchetti
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Zucchetti, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Zucchetti
Zucchetti ERP and HR suites over the Zucchetti REST / Infinity API: anagrafiche, documents, items and HR records. Basic or token auth against the customer's own Infinity or Ad Hoc installation. Partner credentials required.
Настройка
Partner credentials required, and Zucchetti is not one product. The group ships dozens of applications — Infinity Zucchetti, Ad Hoc Revolution, HR Zucchetti, Mago — each with its own API surface, versioning and documentation, distributed through the partner portal rather than publicly. There is no single api.zucchetti.it, and no public sandbox. This adapter therefore ships unverified and deliberately generic: it gives you an authenticated, paged HTTP client against a Zucchetti Infinity-style REST endpoint, and expects you to point it at the module you actually licensed.
…(continued in the in-app connector instructions)
Предварительные требования: ZUCCHETTI_URL, ZUCCHETTI_USERNAME, ZUCCHETTI_PASSWORD
Локальная установка коннектора
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, выберите Zucchetti и введите переменные, перечисленные в Предварительных требованиях.
Доступные инструменты
| Tool | What it does |
|---|---|
zucchetti_list_services | Ask the installation which REST services it publishes |
zucchetti_list_records | List records of any published resource with paging and a search fragment |
zucchetti_get_record | Read one record of any published resource by its id, with every field the API user is allowed to see |
zucchetti_list_anagrafiche | List anagrafiche — Zucchetti's customers and suppliers — with their code, name, partita IVA and address |
zucchetti_list_documenti | List documents (documenti) — invoices, orders and delivery notes — with their type, number, date, counterparty and total |
zucchetti_list_articoli | List items (articoli) from the catalogue with their code, description, unit of measure and price |
Следующие шаги
Это руководство помогло?