Connector guide2-minute read7 MCP toolsEN · DE · IT

Cómo conectar ELO Digital Office a Claude — via 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.

HCBy HelpCode teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

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.

herramientas

7

Región

DE

Categoría

Document Management

Autenticación

Sign-in token

Env vars requeridas

ELO_URLELO_USERNAMEELO_PASSWORD
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade ELO Digital Office con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

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.

Prueba a pedir

Prompts de ejemplo para ELO Digital Office

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

ELO Digital Office · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → ELO Digital Office, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

ELO Digital Office + Claude

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.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

ELO_URL, ELO_USERNAME, ELO_PASSWORD

Paso 1 — Obtener credenciales

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)

Paso 2 — Instalar el adapter

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

Paso 3 — Añadir el conector en Claude

Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.

  1. Abre claude.ai/customize/connectors.
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: ELO Digital Office
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.

Herramientas disponibles

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

FAQ

¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

¿Te ha sido útil esta guía?

Your ELO Digital Office agent is one click away.

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

Guías relacionadas

connectors

Cómo conectar ELO Digital Office a ChatGPT — via 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

Cómo conectar ELO Digital Office a Cursor — via 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

Cómo conectar ELO Digital Office a Gemini — via 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 a MCP — Pilota ELO Digital Office desde cualquier agente IA

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

Cómo conectar AFAS Profit a Claude — via MCP

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

Cómo conectar Aruba Fatturazione Elettronica a Claude — via MCP

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.