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.

7 Tage gratis · keine Kreditkarte · EU-Hosting

Frag ELO alles

Teste einen echten Prompt gegen ELO Digital Office via AnythingMCP — Claude ruft die Tools auf, liefert die Antwort. Drück Enter auf deine eigene Nachricht, um auf Cloud zu installieren.

ELO auf Cloud installieren
ELO Digital Office · live via MCP
Teilen
Opus 4.7

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

Setup in 2 Minuten

  1. 1Free Trial auf cloud.anythingmcp.com starten.
  2. 2Im Connector-Store auf ELO Digital Office klicken. Credentials einfügen.
  3. 3MCP-API-Key generieren und KI-Client auf die MCP-URL zeigen.
ELO Digital Office jetzt installieren

Anleitungen für ELO

Schritt-für-Schritt-Setup für die wichtigsten KI-Clients.

ELO Digital Office einrichten

Direkt aus der Connector-Definition: wo du die Credentials findest, welche Rechte sie brauchen und mit welcher API dieser Adapter spricht. Vom Connector-Autor auf Englisch bereitgestellt.

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.

ELO's session is a ticket. The adapter logs in at /ix/login and sends the returned ticket back on every call. AnythingMCP caches it (encrypted, in connector_auth_cache) and re-logs in when ELO expires it — ELO tickets are short-lived and logging in per call would exhaust the server's session pool.

Everything is a Sord. ELO models folders and documents as the same object, a Sord, identified by a numeric objId or a GUID. sordType distinguishes them: values below 254 are folders, 254 and above are documents. An agent that treats every search hit as a document will be wrong about a third of the time.

Keywording forms (Verschlagwortungsmasken) define which index fields a Sord carries. elo_list_keywording_forms returns them, and you need the mask's field group names to make a find request precise.

Find is two calls. ELO's search creates a result set and then pages it: elo_find_first runs the query and returns the first page plus a searchId, and elo_find_next pages through it. Release the search when done or ELO keeps the result set alive.

Unverified. The paths and field names below follow the vendor's published documentation and have not been exercised against a live tenant. Treat a 404 as a docs-versus-reality gap and check the developer portal before concluding that the credential is wrong. A correction from anyone running this against a real system is genuinely welcome.

Self-hosted, which is the thing to plan for.

  • On AnythingMCP Cloud the instance must be reachable from the public internet on a real hostname with a valid TLS certificate. A self-signed certificate will fail: the connector offers no trust-anything switch.
  • On an internal host (elo.intern, 10.0.0.x), self-host AnythingMCP on the same network and add that host to SSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.

Deine KI ist zwei Klicks von ELO Digital Office entfernt.

Connector installieren, Credentials einfügen, KI fragen. 7 Tage gratis, keine Kreditkarte.