Connector guide2-minute read6 MCP toolsEN · DE · IT

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

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

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

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

Znuny

Znuny

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

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

6

Регион

DE

Категория

Customer Support

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

Query Param Auth

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

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

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

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

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

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

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

Summary

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

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

Примеры промптов для Znuny

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

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

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

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

Znuny

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

Настройка

A Znuny web service has to be created before any of this works. Znuny does not expose a REST API by default; you build one in the admin UI.

  1. Go to Admin → Web Services → Add web service and import Znuny's bundled GenericTicketConnectorREST.yml (it ships in scripts/examples/webservices/). That file defines exactly the four operations this adapter calls, and the routes below are its routes: GET /Ticket is TicketSearch, POST /Ticket is TicketCreate, GET /Ticket/:TicketID is TicketGet and PATCH /Ticket/:TicketID is TicketUpdate. If you wrote your own web service with different routes, change them here to match.

Предварительные требования: ZNUNY_URL, ZNUNY_WEBSERVICE, ZNUNY_USERNAME, ZNUNY_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, выберите Znuny и введите переменные, перечисленные в Предварительных требованиях.

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

ToolWhat it does
znuny_search_ticketsSearch tickets by queue, state, customer or title fragment (TicketSearch)
znuny_get_ticketRead one ticket by TicketID (TicketGet) with its queue, state, priority, owner, customer and SLA
znuny_get_ticket_articlesRead one ticket's full conversation: every article in order with its sender, channel, subject, body and customer visibility
znuny_create_ticketOpen a real ticket with its first article (TicketCreate)
znuny_add_articleAdd an article to an existing ticket (TicketUpdate)
znuny_update_ticketChange a ticket's state, queue, priority or owner (TicketUpdate) — the move that closes a ticket or hands it to another team

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

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

Your Znuny agent is one click away.

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

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

connectors

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

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

connectors

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

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

connectors

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

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

connectors

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

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

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.