๐Ÿงช Community โœ“ Claude Code โœ“ Claude Desktop Standalone โ€ข Meraki

Meraki

Meraki - Dashboard API network management, device monitoring, firewall & VPN, wireless

Installation

Install this plugin individually:

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

Or install all MSP plugins at once:

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

Features

  • Device Management
  • Security Appliance
  • Troubleshooting

Skills

This plugin provides 4 skills that teach Claude about Meraki:

Skill Description
devices Use this skill when working with Cisco Meraki device inventory and lifecycle -- listing devices in a network, getting a device by serial, rebooting, removing, and checking device/uplink status via meraki_raw_request across MX, MS, MR, MV, MG, and MT hardware.
security-appliance Use this skill when working with the Cisco Meraki MX security appliance -- reviewing and updating L3 outbound firewall rules (meraki_appliance_firewall_l3_get/update) and checking site-to-site VPN status (meraki_appliance_vpn_status_get).
troubleshooting Use this skill for hands-on Cisco Meraki troubleshooting -- running live tools (ping, cable test, throughput, wake-on-LAN) via meraki_raw_request, rebooting devices, and checking uplink/connectivity status.
api-patterns Use this skill when working with the Cisco Meraki MCP tools -- the full tool catalog, gateway header authentication, Dashboard API v1 structure, Link-header cursor pagination, per-org rate limiting, the read-only / confirm_destructive_action safety model, the meraki_raw_request escape hatch, error handling, and best practices.

Agents

This plugin provides 1 agent for autonomous task execution:

Agent Description
meraki-network-auditor Use this agent when an MSP needs a read-only health and security audit of a Cisco Meraki organization โ€” sweeping networks, devices, and appliances to surface offline or alerting hardware, appliances with site-to-site VPN peers down, overly-permissive firewall rules, and SSIDs configured with weak or open authentication.

Commands

Available slash commands:

Command Description
/meraki-find-device Locate a Meraki device by serial, name, or MAC across an organization's networks
/meraki-firewall-review Pull and summarize a Meraki network's L3 firewall rules and flag overly-permissive (any/any allow) rules
/meraki-network-health Sweep an organization's networks, devices, and appliance VPN status for a site-health overview

API Reference

Base URL
Authentication
Rate Limit
Documentation

Example Usage

Locate a Meraki device by serial, name, or MAC across an organization's networks

/meraki-find-device

Pull and summarize a Meraki network's L3 firewall rules and flag overly-permissive (any/any allow) rules

/meraki-firewall-review

Sweep an organization's networks, devices, and appliance VPN status for a site-health overview

/meraki-network-health

Using Skills

/skill meraki:devices

Use this skill when working with Cisco Meraki device inventory and lifecycle -- listing devices in a network, getting a device by serial, rebooting, removing, and checking device/uplink status via meraki_raw_request across MX, MS, MR, MV, MG, and MT hardware.