Ruckus Virtual SmartZone MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ruckus Virtual SmartZone MCP Serverlist all access points in the lab zone"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ruckus Virtual SmartZone β MCP Server π
Model Context Protocol server for Ruckus Virtual SmartZone (vSZ) wireless controller management. Exposes 52 tools across 12 modules to query and manage APs, WLANs, zones, clients, alarms, and more β directly from an LLM.
π Quick Start
Prerequisites
Python β₯ 3.10 (recommended: 3.12)
uv package manager
Access to a Ruckus vSZ controller (API port 8443)
Installation
git clone https://github.com/0xEkho/Ruckus-vSZ-MCP.git
cd Ruckus-vSZ-MCP
cp .env.example .env # Set VSZ_USERNAME & VSZ_PASSWORD
uv syncRun
uv run ruckus-vsz-mcpTest with MCP Inspector
npx @modelcontextprotocol/inspector uv run ruckus-vsz-mcpDocker (SSE / streamable-http)
cp .env.example .env # Set VSZ_USERNAME, VSZ_PASSWORD, MCP_TRANSPORT=sse
docker compose up -d
docker compose logs -fRelated MCP server: network-mcp-server
The server listens on port 8081 by default (configurable via MCP_PORT).
οΏ½ Architecture & Connection Model
βββββββββββββββ STDIO ββββββββββββββββββββ HTTPS/8443 ββββββββββββββ
β LLM Client β ββββββββββΊ β MCP Server β ββββββββββββββΊ β vSZ #1 β
β (Claudeβ¦) β β ruckus-vsz-mcp β ββββββββββββββ
βββββββββββββββ β β HTTPS/8443 ββββββββββββββ
β ββββ .env βββββ β ββββββββββββββΊ β vSZ #2 β
β β VSZ_USERNAME β β ββββββββββββββ
β β VSZ_PASSWORD β β
β βββββββββββββββ β
ββββββββββββββββββββParameter | Source | Scope |
| Tool parameter | Per-call β enables multi-controller from system prompt |
|
| Shared across all controllers |
|
| Shared across all controllers |
API base URL :
https://{host}:8443/wsg/api/public/v11_1Authentication :
serviceTicketacquired automatically on each tool call viaPOST /v11_1/serviceTicketTransport : STDIO (default)
SSL : Verification disabled by default (vSZ uses self-signed certificates) β configurable via
VSZ_VERIFY_SSL
π§ MCP Client Configuration
Claude Desktop
Edit claude_desktop_config.json:
macOS :
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows :
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ruckus-vsz": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/Ruckus-vSZ-MCP", "run", "ruckus-vsz-mcp"]
}
}
}VS Code (GitHub Copilot)
In .vscode/mcp.json :
{
"servers": {
"ruckus-vsz": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/Ruckus-vSZ-MCP", "run", "ruckus-vsz-mcp"]
}
}
}β οΈ Replace
/absolute/path/to/Ruckus-vSZ-MCPwith the absolute path to this project on your machine.
Docker / Remote (SSE)
If the server runs in Docker or on a remote machine, use the SSE URL:
{
"mcpServers": {
"ruckus-vsz": {
"url": "http://localhost:8081/sse"
}
}
}System Prompt Example
Add the vSZ hosts to the model's system prompt so the LLM knows which controller(s) to target:
You have access to a Ruckus vSZ MCP server.
Available controllers:
- Production: host = "vsz-prod.example.com"
- Lab: host = "10.0.1.100"
Credentials are pre-configured in the server's .env file.
Always specify the host parameter when calling vsz_* tools.π Available Tools (52)
System β system.py (5 tools)
Tool | Signature | Description |
|
| Get vSZ system information (version, model, uptime) |
|
| Get system summary with AP/client counts |
|
| Get per-zone AP and client statistics |
|
| Get cluster node status and roles |
|
| List all controllers in the cluster |
Zones β zones.py (6 tools)
Tool | Signature | Description |
|
| List all zones |
|
| Get zone details |
|
| Create a new zone |
|
| Update zone configuration |
|
| Delete a zone |
|
| List AP groups in a zone |
Access Points β aps.py (9 tools)
Tool | Signature | Description |
|
| List all access points |
|
| Get AP configuration details |
|
| Get AP operational info (uptime, clients, status) |
|
| Update AP configuration |
|
| Remove AP from management |
|
| Reboot an access point |
|
| Get AP LLDP neighbours (via /operational/neighbor endpoint) |
|
| Get AP radio configuration extracted from AP config endpoint (2.4G / 5G / 6G) |
|
| Query APs with filters |
WLANs β wlans.py (6 tools)
Tool | Signature | Description |
|
| List WLANs in a zone |
|
| Get WLAN configuration details |
|
| Create a new WLAN |
|
| Update WLAN configuration |
|
| Delete a WLAN |
|
| Enable or disable a WLAN |
Clients β clients.py (4 tools)
Tool | Signature | Description |
|
| List connected wireless clients |
|
| Get client details by MAC |
|
| Disconnect a wireless client (requires AP MAC) |
|
| Query clients with filters |
Alarms β alarms.py (4 tools)
Tool | Signature | Description |
|
| List active alarms |
|
| Get alarm details (fetches list and filters for matching ID) |
|
| Acknowledge an alarm (PUT ack endpoint) |
|
| Clear an alarm (PUT clear endpoint) |
Domains β domains.py (3 tools)
Tool | Signature | Description |
|
| List all administration domains |
|
| Get domain details |
|
| Create a new domain |
Authentication / AAA β aaa.py (3 tools)
Tool | Signature | Description |
|
| List authentication (RADIUS) servers |
|
| Get auth server details |
|
| Test AAA server connectivity |
DHCP & Network β dhcp.py (4 tools)
Tool | Signature | Description |
|
| List DHCP pools in a zone |
|
| Get DHCP pool details |
|
| List VLAN pooling profiles (POST query endpoint) |
|
| Get VLAN pool details |
Monitoring & Query β monitoring.py (3 tools)
Tool | Signature | Description |
|
| Generic query with filters (ap, client, wlan, dpsk, roguesInfoList) |
|
| Get AP traffic statistics |
|
| Get WLAN statistics via query API (optional name filter) |
Block Clients β block_clients.py (3 tools)
Tool | Signature | Description |
|
| List blocked (blacklisted) clients (POST query endpoint) |
|
| Block a client by MAC address |
|
| Unblock a client |
Rogue APs β rogue.py (2 tools)
Tool | Signature | Description |
|
| List detected rogue access points |
|
| Mark/classify a rogue AP (Rogue, Known, Malicious, Ignore) |
π Project Structure
Ruckus-vSZ-MCP/
βββ src/
β βββ mcp_server/
β βββ __init__.py
β βββ server.py # FastMCP entry point (STDIO transport)
β βββ api/
β β βββ __init__.py
β β βββ client.py # Async httpx vSZ API client (auth from .env)
β βββ tools/ # 52 MCP tools β one module per vSZ API domain
β β βββ __init__.py # register_all_tools() β aggregates 12 modules
β β βββ system.py # System info, cluster, inventory (5)
β β βββ zones.py # Zone CRUD, AP groups (6)
β β βββ aps.py # AP management, radio, LLDP, query (9)
β β βββ wlans.py # WLAN CRUD, enable/disable (6)
β β βββ clients.py # Client listing, disconnect, query (4)
β β βββ alarms.py # Alarm list, details, ack, clear (4)
β β βββ domains.py # Domain management (3)
β β βββ aaa.py # AAA server listing, test (3)
β β βββ dhcp.py # DHCP/VLAN pool management (4)
β β βββ monitoring.py # Generic query, statistics (3)
β β βββ block_clients.py # Client blacklist management (3)
β β βββ rogue.py # Rogue AP detection (2)
β βββ resources/
β β βββ example.py
β βββ prompts/
β βββ example.py
βββ tests/
β βββ test_server.py
β βββ test_tools.py
β βββ test_resources.py
β βββ test_prompts.py
βββ .env.example # Environment template (credentials, settings)
βββ pyproject.toml
βββ AGENTS.md
βββ README.mdπ§ͺ Testing
uv run pytest # Run all 130 tests
uv run pytest -v # Verbose output
uv run pytest --cov=mcp_server # With coverage
uv run pytest --cov=mcp_server --cov-report=html # HTML coverage report
uv run pytest tests/test_tools.py -v # Single test fileπ Security Notes
Credentials are stored in
.env(VSZ_USERNAME,VSZ_PASSWORD) β never hardcodedSSL verification is disabled by default (vSZ uses self-signed certificates) β enable via
VSZ_VERIFY_SSL=trueService tickets expire after 24 hours β acquired fresh on each tool call
hostis the only connection parameter exposed to the LLM β credentials remain server-side
π MCP Rules (non-negotiable)
β Never
print()withoutfile=sys.stderrβ STDIO transport requires clean stdoutimport sys logging.basicConfig(stream=sys.stderr)β Never raise exceptions from MCP tools β return error strings instead
try: result = await api_get(host, "/v11_1/aps") except Exception as e: return f"Error: {e}"β Type hints on all parameters β FastMCP generates JSON schemas automatically
async def vsz_list_aps(host: str) -> str:β Docstrings on every tool β auto-generates MCP descriptions
"""List all access points managed by the vSZ controller. Args: host: vSZ controller IP or hostname. """β Credentials in
.envβhostis the only tool parameter for connectionβ Test with MCP Inspector :
npx @modelcontextprotocol/inspector uv run ruckus-vsz-mcp
π§ Development
Add a new vSZ tool
Create a module in
src/mcp_server/tools/(e.g.,firmware.py)Implement
register_tools(mcp)with@mcp.tool()decorated functionsImport and register in
src/mcp_server/tools/__init__.pyAdd tests in
tests/Update this README
Example:
# src/mcp_server/tools/firmware.py
import json
import logging
from mcp.server.fastmcp import FastMCP
from mcp_server.api.client import API_VERSION, api_get
logger = logging.getLogger(__name__)
V = API_VERSION
def register_tools(mcp: FastMCP) -> None:
"""Register firmware management tools."""
@mcp.tool()
async def vsz_list_firmware(host: str) -> str:
"""List available firmware versions on the vSZ controller.
Args:
host: vSZ controller IP or hostname.
"""
result = await api_get(host, f"/{V}/firmware")
if isinstance(result, str):
return result
return json.dumps(result, indent=2)π€ Copilot Agents
This project includes 4 specialized Copilot agents (.github/agents/) for automated development workflows.
Agent | Domain |
| Source code: |
| Tests: |
| Config: |
| Docs: |
.github/copilot-instructions.mdenforces automatic delegation to the correct agent on every prompt.
π Resources
π License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceAsynchronous MCP server for unified multi-platform network infrastructure management, providing 97 tools across 10 connectors including SSH, MikroTik, Palo Alto, Aruba, Graylog, LibreNMS, Cisco APIC/NDFC, and Panorama.9722
- Alicense-qualityCmaintenanceMCP server for network operations that lets AI assistants interact with Cisco/Juniper network devices through safe, well-defined tools like compliance audits and configuration backups.MIT
- AlicenseAqualityDmaintenanceMCP server enabling AI assistants to interact with your LogicMonitor, providing 125 tools for comprehensive monitoring and management operations.704712AGPL 3.0
- AlicenseAqualityBmaintenanceA comprehensive MCP server for network device management via SSH/Telnet. Supports multiple vendors such as Cisco IOS and BDCOM, enabling AI assistants to execute commands and manage routers, switches, and firewalls.4MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xEkho/Ruckus-vSZ-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server