๐งช 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 | Cisco Meraki device inventory and lifecycle: serial-based identity, the MX/MS/MR/MV/MG/MT product lines, org inventory vs network assignment, reboot and removal, and device/uplink status via meraki_raw_request. |
security-appliance | Cisco Meraki MX security appliance: the L3 outbound firewall rule model and the full-ruleset replacement semantics of meraki_appliance_firewall_l3_update, plus Auto VPN site-to-site peer status via meraki_appliance_vpn_status_get. |
troubleshooting | Hands-on Cisco Meraki diagnostics: the async live-tools pattern (ping, cable test, throughput, wake-on-LAN, ARP/MAC tables) that rides the meraki_raw_request passthrough because live tools are not curated tools, plus device reboots and uplink/connectivity checks. |
api-patterns | Cisco Meraki MCP fundamentals: 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, and error handling. |
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
Cisco Meraki device inventory and lifecycle: serial-based identity, the MX/MS/MR/MV/MG/MT product lines, org inventory vs network assignment, reboot and removal, and device/uplink status via meraki_raw_request.