Connector guide2-minute read10 MCP toolsEN · DE · IT

Zabbix a MCP — Pilota Zabbix desde cualquier agente IA

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

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

Zabbix

Zabbix

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

herramientas

10

Región

INTL

Categoría

Monitoring

Autenticación

Bearer Token

Env vars requeridas

ZABBIX_URLZABBIX_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 Zabbix 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

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

Prueba a pedir

Prompts de ejemplo para Zabbix

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

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

Zabbix

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

Configuración

Getting a token (Zabbix 5.4 and newer)

  1. Sign in to the Zabbix frontend as a Super admin and open Users → API tokens.
  2. Create a token for a user with read permission on the host groups the agent should see, and copy the value — Zabbix shows it once.
  3. Set ZABBIX_URL to your frontend root (no trailing slash, no /api_jsonrpc.php) and ZABBIX_API_TOKEN to the token. The adapter sends it as Authorization: Bearer …, which Zabbix 6.0+ accepts; on 5.4 the token also works in the JSON-RPC auth field, which this adapter does not use.

…(continued in the in-app connector instructions)

Requisitos previos: ZABBIX_URL, ZABBIX_API_TOKEN

Instalar el conector localmente

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

Abre http://localhost:3000/connectors/store, elige Zabbix e introduce las variables listadas en los Requisitos previos.

Herramientas disponibles

ToolWhat it does
zabbix_get_api_versionRead the Zabbix API version
zabbix_list_hostsList monitored hosts with their name, status, interfaces and host groups
zabbix_list_host_groupsList host groups with their id, name and the number of hosts in each
zabbix_list_problemsList the problems that are active right now, with their severity, host, name and the time they started
zabbix_list_eventsList events from the history — including problems that have since resolved, which problem
zabbix_list_triggersList triggers with their expression, severity, current value and the host they belong to — the rules that turn measurements into problems
zabbix_list_itemsList monitored items with their key, name, type, value type and units — what Zabbix actually measures on a host
zabbix_get_latest_valuesRead the most recent value of specific items — the current disk usage, load average or temperature, rather than the alert about it
zabbix_get_historyRead historical values of one item over a time range — the series behind a graph
zabbix_list_maintenance_windowsList configured maintenance windows with their hosts, groups and periods — the explanation for why an alert did not fire

Siguientes pasos

¿Te ha sido útil esta guía?

Your Zabbix agent is one click away.

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

Guías relacionadas