Retiring This version of the WYRE MCP Gateway is being retired on 30 September 2026 โ€” mcp.wyre.ai redirects to Conduit from that date. What to expect →
๐Ÿงช Community โœ“ Claude Code โœ“ Claude Desktop Standalone โ€ข Nutanix

Nutanix

Nutanix - Prism Central v4 API: VM management, cluster operations, storage, networking via official Nutanix MCP server

Installation

Install this plugin individually:

/plugin marketplace add wyre-technology/msp-claude-plugins --plugin nutanix

Or install all MSP plugins at once:

/plugin marketplace add wyre-technology/msp-claude-plugins

Features

  • Cluster Operations
  • Monitoring Aiops
  • Networking
  • Storage
  • Vm Management

Skills

This plugin provides 6 skills that teach Claude about Nutanix:

Skill Description
cluster-operations Working the clustermgmt namespace through `clustermgmt_execute` โ€” cluster and host inventory, configuration and health state โ€” plus the adjacent read surfaces: `prism_execute` for Prism Central tasks and categories, and `lifecycle_execute` for LCM upgrade inventory and recommendations.
monitoring-aiops The Nutanix operational-intelligence read surface: `monitoring_execute` for alerts, alert policies, events, and audit logs, and `aiops_execute` for capacity planning, VM rightsizing recommendations, and workload performance analysis โ€” the namespaces behind health checks and capacity reports.
networking The Nutanix networking read surface: `networking_execute` for AHV network configuration (subnets, VPCs, vSwitch, BGP โ€” coverage varies by artifact set, down to a minimal capabilities/AWS-VPC slice) and `microseg_execute` for Flow Network Security policies, service groups, and address groups.
storage The Nutanix storage read surface across four namespaces: `storage_execute` for storage containers and volume groups, `volumes_execute` for iSCSI / NVMe-TCP volume group attachment state, `objects_execute` for the S3-compatible object store, and `files_execute` for virtual file servers and NFS/SMB shares โ€” capacity, configuration, and attachment queries.
vm-management Working the vmm namespace through `vmm_execute`: VM inventory and lookup on AHV clusters, resolving names to extId UUIDs, reading VM configuration (disks, NICs, GPUs, power state), OData filters for VM queries, and the read-only boundaries around VM lifecycle actions.
api-patterns Nutanix MCP fundamentals: the discovery-driven tool surface (4 discovery tools plus one `<namespace>_execute` tool per v4 API namespace โ€” not per-entity CRUD tools), the listOperations โ†’ getOperationSchema โ†’ execute workflow, Conduit gateway credential configuration for Prism Central, OData query parameters, the read-only enforcement mode, and namespace availability rules.

Agents

This plugin provides 2 agents for autonomous task execution:

Agent Description
nutanix-capacity-planner Use this agent for Nutanix capacity planning, VM rightsizing analysis, storage runway assessment, and hardware refresh planning across Nutanix clusters.
nutanix-infra-expert Use this agent when navigating the Nutanix Prism Central v4 API surface, answering questions about Nutanix infrastructure state, or investigating clusters, hosts, VMs, storage, networking, or alerts across a Nutanix estate.

Commands

Available slash commands:

Command Description
/capacity-report Capacity runway and VM rightsizing report from Nutanix AIOps analysis
/cluster-health Health check for Nutanix clusters covering nodes, alerts, and recent failed tasks
/find-vm Find a VM by name across Nutanix clusters and show its configuration
/storage-usage Storage container and volume group usage across Nutanix clusters
/vm-inventory Inventory all VMs across Nutanix clusters with sizing and power state

API Reference

Base URL
Authentication
Rate Limit
Documentation

Example Usage

Capacity runway and VM rightsizing report from Nutanix AIOps analysis

/capacity-report

Health check for Nutanix clusters covering nodes, alerts, and recent failed tasks

/cluster-health

Find a VM by name across Nutanix clusters and show its configuration

/find-vm

Storage container and volume group usage across Nutanix clusters

/storage-usage

Inventory all VMs across Nutanix clusters with sizing and power state

/vm-inventory

Using Skills

/skill nutanix:cluster-operations

Working the clustermgmt namespace through `clustermgmt_execute` โ€” cluster and host inventory, configuration and health state โ€” plus the adjacent read surfaces: `prism_execute` for Prism Central tasks and categories, and `lifecycle_execute` for LCM upgrade inventory and recommendations.