Connector guide2-minute read7 MCP toolsEN · DE · IT

ELO Digital Office zu MCP — ELO Digital Office aus jedem KI-Agent steuern

ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.

HCBy HelpCode teamAktualisiert 2 min read Open Source auf GitHub

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

ELO Digital Office

ELO Digital Office

ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.

Tools

7

Region

DE

Kategorie

Document Management

Authentifizierung

Sign-in token

Benötigte Env-Vars

ELO_URLELO_USERNAMEELO_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 ELO Digital Office 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

ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.

Frag einfach

Beispiel-Prompts für ELO Digital Office

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

ELO Digital Office · 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 → ELO Digital Office klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

ELO Digital Office

ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.

Einrichtung

Setup

  1. Confirm the ELO Indexserver (IX) publishes its REST interface — typically https://<server>/ix-<repo>/rest. The repository name is part of the path, so an installation with several archives needs one connector each.
  2. Create an ELO user for the integration with read rights on the archive areas the agent should see. ELO enforces ACLs per Sord, so a restricted user sees a smaller archive rather than an error.
  3. Set ELO_URL to the IX REST root (no trailing slash), plus ELO_USERNAME and ELO_PASSWORD.

…(continued in the in-app connector instructions)

Voraussetzungen: ELO_URL, ELO_USERNAME, ELO_PASSWORD

Connector lokal 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

Öffne http://localhost:3000/connectors/store, wähle ELO Digital Office und trage die unter Voraussetzungen aufgelisteten Variablen ein.

Verfügbare Tools

ToolWhat it does
elo_get_session_infoRead the current ELO session: the logged-in user, their groups and the repository this connector is bound to
elo_find_firstRun an archive search and return the first page of hits plus a searchId
elo_find_nextFetch the next page of an open ELO search using the searchId returned by elo_find_first
elo_get_sordRead one Sord — folder or document — by objId, with its name, type, dates, owner and full keywording field values
elo_list_childrenList the children of a folder Sord — how you walk the ELO archive tree from a known folder downwards
elo_get_document_versionsRead the version history of one document Sord: who checked in each version, when, and with what comment
elo_list_keywording_formsList the keywording forms (Verschlagwortungsmasken) defined in this repository, with their index field groups

Nächste Schritte

War dieser Guide hilfreich?

Your ELO Digital Office agent is one click away.

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

Verwandte Anleitungen

connectors

ELO Digital Office mit ChatGPT verbinden — über MCP

ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.

connectors

ELO Digital Office mit Claude verbinden — über MCP

ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.

connectors

ELO Digital Office mit Cursor verbinden — über MCP

ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.

connectors

ELO Digital Office mit Gemini verbinden — über MCP

ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.

connectors

AFAS Profit zu MCP — AFAS Profit aus jedem KI-Agent steuern

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 zu MCP — Aruba Fatturazione Elettronica aus jedem KI-Agent steuern

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.