Connector guide2-minute read7 MCP toolsEN · DE · IT

Cómo conectar Matrix42 a Claude — via MCP

Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.

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

Matrix42

Matrix42

Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.

herramientas

7

Región

DE

Categoría

IT Service Management

Autenticación

Sign-in token

Env vars requeridas

MATRIX42_URLMATRIX42_API_TOKEN
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 Matrix42 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

Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.

Prueba a pedir

Prompts de ejemplo para Matrix42

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

Matrix42 · 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 → Matrix42, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Matrix42 + Claude

Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.

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:

MATRIX42_URL, MATRIX42_API_TOKEN

Paso 1 — Obtener credenciales

Setup

  1. In Matrix42 open Administration → Integration → API Tokens and create a token for a service account with the roles the agent needs. Matrix42 applies role-based access on top of the API, so a restricted account sees fewer fragments.
  2. Set MATRIX42_URL to your instance root (e.g. https://esm.example.com/M42Services, no trailing slash) and MATRIX42_API_TOKEN to the token.
  3. The adapter exchanges that token for a short-lived bearer at /api/ApiToken/Token and refreshes it automatically. AnythingMCP stores the bearer encrypted in connector_auth_cache.

…(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: Matrix42
    • 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
matrix42_query_fragmentsQuery any Matrix42 fragment by name with a column list and a SQL-flavoured where clause
matrix42_get_fragment_schemaRead the column definitions of one fragment: the real column names, their types and their relations
matrix42_query_incidentsQuery incidents with a where clause over the incident fragment: state, priority, category, reported date and the affected user
matrix42_query_service_requestsQuery service requests with a where clause: their state, requested service, requester and fulfilment dates
matrix42_query_assetsQuery the asset base: hardware and software configuration items with their name, type, serial number, status and assigned user
matrix42_query_usersQuery the user base with their display name, e-mail, department and location
matrix42_get_objectRead one configuration item by its object id, returning the named fragments attached to it

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 Matrix42 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 Matrix42 a ChatGPT — via MCP

Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.

connectors

Cómo conectar Matrix42 a Cursor — via MCP

Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.

connectors

Cómo conectar Matrix42 a Gemini — via MCP

Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.

connectors

Matrix42 a MCP — Pilota Matrix42 desde cualquier agente IA

Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.

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.