ruckus-mcp
Enables monitoring and management of Ruckus Unleashed WiFi controllers, including APs, clients, WLANs, and system events.
README
ruckus-mcp
MCP server for Ruckus Unleashed (tested on R500/R600, built-in Embedthis-Appweb web server). Uses aioruckus to talk to the controller's AJAX API.
Tools
Monitoring
| Tool | Description |
|---|---|
get_system_info |
Firmware version, AP count, operating mode, master AP |
get_aps / get_ap_stats / get_ap_groups |
Access points, their stats, and groups |
get_mesh_info |
Mesh topology: root/member APs, backhaul RSSI |
get_active_clients |
Connected clients (filter by SSID/AP) |
get_wlans / get_wlan_groups / get_vap_stats |
SSIDs, WLAN groups, VAP stats |
get_alarms / get_all_events / get_ap_events / get_wlan_events / get_syslog |
Events and logs |
get_rogues |
Rogue access points detected over the air |
get_blocked_clients / get_dpsks / get_acls |
Blocklist, DPSK keys, ACLs |
debug_api_methods |
List of all aioruckus methods — a diagnostic tool for development |
Management
| Tool | Description |
|---|---|
reboot_ap / show_ap_leds / hide_ap_leds |
Manage an access point by MAC |
enable_wlan / disable_wlan / set_wlan_password |
Manage an SSID |
block_client / unblock_client |
Manage a client by MAC |
Setup
git clone <this-repo> ruckus-mcp && cd ruckus-mcp
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env # fill in RUCKUS_HOST/USER/PASS, MCP_SECRET
uvicorn server:app --host 0.0.0.0 --port 8003
Systemd unit example: deploy/ruckus-mcp.service.
Docker:
docker build -t ruckus-mcp .
docker run -p 8003:8003 --env-file .env ruckus-mcp
Security model
- Auth is an
Authorization: Bearer $MCP_SECRETheader on/mcp. Unlike the other servers in this line-up, theAuthorizationheader is always required here — even withoutMCP_SECRETset, you still need to sendAuthorization: Bearer(empty value). It's recommended to always setMCP_SECRET. /.well-known/oauth-authorization-server+/oauth/authorize+/oauth/tokenare a compatible stub for claude.ai custom connectors, which don't support a static API key — only full OAuth 2.1 or no auth at all. The actual protection is the Bearer token on/mcp.redirect_uriin/oauth/authorizeis checked against an allowlist (claude.ai,anthropic.com,console.anthropic.com,localhost).- Important if you extend
get_system_info:aioruckus.get_system_info(SystemStat.ALL)returns the controller's entire raw config, including the local admin password in plaintext, TR-069/CWMP passwords, and cloud keys (AWS SNS, PubNub)._clean_system_info()in the code whitelists only the safe fields — if you add new fields to this tool's output, whitelist them explicitly, don't widen it via**infoor similar. - TLS verification to the controller is disabled (
ssl.CERT_NONE,SECLEVEL=0) — typical Unleashed firmware uses self-signed certificates with a weak key. This is an intentional tradeoff for a trusted local network; don't pointRUCKUS_HOSTat anything outside your LAN/VPN. - Outbound transport: the server itself does not terminate TLS — it listens on plain HTTP. If it's reachable beyond localhost/a trusted LAN (and especially if you're connecting it as a custom connector in claude.ai, where HTTPS is required), put TLS termination in front of it: Cloudflare Tunnel, Tailscale Funnel, nginx/Caddy + Let's Encrypt, etc. Without that, the Bearer token (
MCP_SECRET) in theAuthorizationheader goes out in plaintext. (This is a separate concern from the TLS verification to the controller described above.)
Requirements
- Ruckus Unleashed (web UI on 443/8443).
- Python 3.11+.
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。