Zabbix MCP
未认领Zabbix MCP Server - a lightweight Python MCP server that exposes the Zabbix JSON‑RPC API as programmable tools for automation, integrations, and AI-assisted workflows.
安装
uvx zabbix-mcp工具(40 个)
action_get
List actions (triggers, autoregistration, etc.)
api_version
Get Zabbix API version information
event_acknowledge
Acknowledge events with optional messages
event_get
Get events with time range filtering
history_get
Get historical data for items
host_create
Create a new host with interfaces and template linking
host_delete
Delete hosts by ID
host_get
List hosts with optional filtering by groups, templates, proxies, and search criteria
host_update
Update host properties (name, status, description)
hostgroup_create
Create a new host group
hostgroup_delete
Delete host groups
hostgroup_get
List host groups with optional filtering
hostgroup_update
Update an existing host group's properties (name)
item_create
Create a new item on a host
item_delete
Delete items
item_get
List items with optional filtering by hosts, groups, templates
item_update
Update item properties (name, delay, units, description, status)
maintenance_create
Create a new maintenance period
maintenance_delete
Delete maintenance periods
maintenance_get
List maintenance periods
maintenance_update
Update maintenance period properties (name, times, description)
mediatype_get
List media types
problem_get
Get current problems with severity and time filtering
proxy_create
Create a new proxy
proxy_delete
Delete proxies
proxy_get
List proxies with optional filtering
proxy_update
Update proxy properties (name, operating mode, description)
template_create
Create a new template
template_delete
Delete templates
template_get
List templates with optional filtering
template_update
Update template properties (name, description)
trend_get
Get trend data for items
trigger_create
Create a new trigger with expression
trigger_delete
Delete triggers
trigger_get
List triggers with severity and state filtering
trigger_update
Update trigger properties (description, expression, priority, status, comments)
user_create
Create a new user
user_delete
Delete users
user_get
List users with optional filtering
user_update
Update user properties (name, surname, password, type)