Agent♥︎Age
Catalog

Zabbix API MCP

Official

by shigechika · Python

MCP server for the Zabbix API — daily brief, problems, hosts, items

io.github.shigechika/zapi-mcp — MCP server for the Zabbix API

This MCP server implements a Model Context Protocol interface for the Zabbix API. It focuses on network operations by providing a single daily_brief call that summarizes active problems and site-specific categories, plus individual tools to query problems, hosts, and item values. Organization-specific tags are configured outside the code.

🛠️ Key Features

  • MCP server for the Zabbix API
  • daily_brief summarizes active problems and categories (e.g., DHCP pool usage, SNAT session usage, core-network problems)
  • Tools for querying problems, hosts, and item values
  • Organization-specific tags stored in a config file (not code)
  • Version-adaptive authentication supports Zabbix 6.0 LTS (user + auth field)

🚀 Use Cases

  • Generate a daily brief of monitoring problems
  • Investigate specific issues by querying problems, associated hosts, and item values
  • Reuse the same server across organizations via external tag configuration

⚡ Developer Benefits

  • Single-call daily summary (daily_brief)
  • Generic server behavior through configuration-based tagging
  • Compatibility with Zabbix 6.0 LTS authentication fields

⚠️ Limitations

  • Described capabilities are centered on network operations and the Zabbix API (daily brief, problems, hosts, item values)

Topics

mcpmcp-servermodel-context-protocolmonitoringzabbix

Related servers

More in Cloud & DevOps