Connector guide3-minute read10 MCP toolsEN · DE · IT

TOPdesk mit Gemini verbinden — über MCP

TOPdesk ITSM: incidents, changes, assets, operators, persons and branches, with TOPdesk's FIQL query language for precise filtering. REST API, Basic auth with an application password.

HCBy HelpCode teamAktualisiert 3 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

TOPdesk

TOPdesk

TOPdesk ITSM: incidents, changes, assets, operators, persons and branches, with TOPdesk's FIQL query language for precise filtering. REST API, Basic auth with an application password.

Tools

10

Region

NL

Kategorie

IT Service Management

Authentifizierung

Basic Auth

Benötigte Env-Vars

TOPDESK_URLTOPDESK_USERNAMETOPDESK_APP_PASSWORD
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge TOPdesk mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

TOPdesk ITSM: incidents, changes, assets, operators, persons and branches, with TOPdesk's FIQL query language for precise filtering. REST API, Basic auth with an application password.

Frag einfach

Beispiel-Prompts für TOPdesk

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

TOPdesk · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → TOPdesk klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

TOPdesk + Gemini

TOPdesk ITSM: incidents, changes, assets, operators, persons and branches, with TOPdesk's FIQL query language for precise filtering. REST API, Basic auth with an application password.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

TOPDESK_URL, TOPDESK_USERNAME, TOPDESK_APP_PASSWORD

Schritt 1 — Zugangsdaten holen

Use an application password, never the operator's own.

  1. In TOPdesk open Modules → Supporting Files → Operator Management, pick the operator the integration should act as, and on its card create an Application Password. TOPdesk shows it once.
  2. Give that operator exactly the permission groups the agent needs — TOPdesk enforces them per module, and a missing one produces a 403 rather than an empty list, which is at least honest.
  3. Set TOPDESK_URL to your instance root (e.g. https://mycompany.topdesk.net, no trailing slash), TOPDESK_USERNAME to the operator login name and TOPDESK_APP_PASSWORD to the generated value.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und gemini neu starten.
  3. /mcp in Gemini CLI ausführen — TOPdesk sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

ToolWhat it does
topdesk_get_versionRead the TOPdesk version this instance runs
topdesk_list_incidentsList incidents with FIQL filtering
topdesk_get_incidentRead one incident by its TOPdesk number or UUID, with its caller, category, status, operator group, SLA target dates and request text
topdesk_get_incident_progressRead the progress trail of one incident: every action and memo in order, with author, timestamp and whether it is invisible to the caller
topdesk_list_changesList change activities with their number, requester, status, planned dates and change type
topdesk_list_personsList persons (the callers incidents are raised for) with their name, e-mail, branch and department
topdesk_list_operatorsList operators (the staff who work the queue) with their name, e-mail and the operator groups they belong to
topdesk_list_branchesList branches — the sites or client organisations TOPdesk groups people and assets under — with their name, address and client reference num
topdesk_search_assetsSearch the asset management module for configuration items by name or type, returning their id, name, template and status
topdesk_create_incidentOpen a real incident in the live instance

FAQ

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Your TOPdesk agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Verwandte Anleitungen