api-patterns
3CX's native PBX MCP server: the per-PBX endpoint shape (every PBX is its own FQDN and its own OAuth authorization server — there is no shared mcp.3cx.com),…
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
$ npx -y skills add wyre-technology/msp-claude-plugins --skill networking --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/networkingContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: "Nutanix Networking" description: > 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. when_to_use: >- When inspecting Nutanix network configuration or Flow security policies. Use when: nutanix network, nutanix subnet, nutanix vpc, ahv networking, flow network security, microsegmentation nutanix, microseg, service group nutanix, or address group nutanix.
Two namespaces cover networking. `networking` is AHV network configuration: subnets, VPCs, virtual switches, BGP, and hybrid-cloud (AWS VPC/subnet) visibility. `microseg` is Flow Network Security: east-west security policies between VMs, defined over service groups (port/protocol sets) and address groups (IP ranges).
**Coverage warning:** the `networking` namespace varies more than any other with the artifact set the server loaded. The upstream default artifact set carries as few as 3 GET-only operations (networking capabilities, AWS VPCs, AWS subnets), while a PC-fetched artifact set can expose the fuller subnet/VPC/vSwitch surface. Run `listOperations(namespace="networking")` and report what is actually there before promising subnet-level detail.
| Concept | Namespace | Notes | |---------|-----------|-------| | Subnet | `networking` | VLAN-backed or overlay; VM NICs attach to subnets | | VPC | `networking` | Overlay network container for Flow Virtual Networking | | Security policy | `microseg` | Allow/deny rules between VM groups, usually category-scoped | | Service group | `microseg` | Named set of ports/protocols referenced by policies | | Address group | `microseg` | Named set of IPs/ranges referenced by policies |
1. `listOperations(namespace="networking")` to see the loaded surface. 2. If subnet/VPC operations are present: `networking_execute` to list subnets and VPCs, joining VM NIC attachments from the `vmm` namespace when mapping which workloads sit where. 3. If only the minimal slice is present, report capabilities and any AWS VPC/subnet visibility, and say plainly that subnet-level detail is not exposed by this deployment.
1. Discover list operations in `microseg`. 2. `microseg_execute` to list security policies, then service groups and address groups they reference. 3. Report policy mode (monitor vs enforce where the entity carries it), scope, and any policies referencing empty or overly-broad address groups.
Creating or modifying subnets, VPCs, or Flow policies is non-GET and blocked by read-only mode. A microsegmentation review therefore ends in recommendations, not applied policy changes.
`networking` surface is an artifact-set property, not a Prism Central failure.
usually means Flow Network Security is not enabled on the connected PC.
`prism` namespace; resolving a policy's scope may take a `prism` lookup.
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
3CX's native PBX MCP server: the per-PBX endpoint shape (every PBX is its own FQDN and its own OAuth authorization server — there is no shared mcp.3cx.com),…
3CX's live-operations surface: read-only visibility into active calls, recordings, voicemail, department and queue membership, and forwarding/presence…
3CX's read-only directory surface: resolving a caller by email or by exact extension, searching the PBX's own phonebooks, searching contacts synced from an…
3CX's system-and-configuration surface: server time, PBX event log and application log search, service status, database schema and the read-only SELECT-only…
Abnormal Security abuse mailbox cases: user-reported email submissions, case statuses and judgments, the case lifecycle, bulk and remediation actions, and…
Abnormal Security message analysis: message retrieval, email header inspection, attachments, sender reputation, delivery context, and SPF/DKIM/DMARC…