unifi-mcp-server (us-all/unifi-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 56 tools. No publisher has claimed this listing.
UniFi semantic-analysis MCP — 54 tools on Site Manager API and Cloud Connector. 8 workflow Prompts (4 fleet-ops + 4 MSP). Read-only.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
us-all
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
list-sites-overviewGet a health overview of all UniFi sites with status, issues, and device counts
analyze-site-healthAnalyze health of a specific site by name (e.g., 'USM'). Returns device status, WAN info, reboot detection
detect-recent-rebootsDetect devices that rebooted within a time window. Checks all sites by default
compare-sitesSide-by-side comparison of all (or selected) sites: device count, online %, WAN avg/min uptime, gateway. Use to spot fleet outliers.
firmware-inventoryGroup all devices by firmware version + model and surface outdated devices. Helps detect fleet inconsistency and pending upgrades.
wan-uptime-trendAggregate WAN uptime across all sites with severity flagging (default threshold 95%). Returns per-WAN sorted by lowest uptime first.
top-clients-by-bandwidthTop N clients by bandwidth on a site (combined / tx-only / rx-only). Requires Cloud Connector (UNIFI_API_KEY_OWNER).
list-hostsList all UniFi console hosts (UDM, UDM Pro, Cloud Key, etc.)
get-hostGet detailed information about a specific host by ID
list-sitesList all sites with statistics (device counts, WAN status, ISP info)
list-devicesList all devices across hosts (switches, APs, gateways, cameras)
get-isp-metricsGet ISP performance metrics. May be unavailable depending on account
query-isp-metricsQuery ISP metrics with filters. May be unavailable depending on account
list-sdwan-configsList all SD-WAN configurations
get-sdwan-configGet a specific SD-WAN configuration by ID
get-sdwan-config-statusGet the status of a specific SD-WAN configuration
get-app-infoGet UniFi Network application info for a host
list-local-sitesList local sites on a specific console
get-device-detailsList all devices with details (firmware, features) for a site
get-device-by-idGet detailed info for a specific device by ID
get-device-statisticsGet latest statistics for a specific device
list-pending-devicesList devices pending adoption on a host
list-site-clientsList connected clients for a site (default limit: 50)
get-client-detailsGet detailed info for a specific client by ID
list-networksList network configurations (VLANs, subnets) for a site
get-network-detailsGet detailed info for a specific network by ID
get-network-referencesGet references for a specific network (what uses this network)
list-wifi-broadcastsList WiFi broadcast configurations (SSIDs) for a site
get-wifi-broadcast-detailsGet detailed info for a specific WiFi broadcast
list-vouchersList hotspot vouchers for a site
get-voucher-detailsGet details for a specific voucher
list-firewall-zonesList firewall zones for a site
get-firewall-zoneGet details for a specific firewall zone
list-firewall-policiesList firewall policies for a site
get-firewall-policyGet details for a specific firewall policy
get-firewall-policy-orderingGet the ordering of user-defined firewall policies
list-acl-rulesList access control (ACL) rules for a site
get-acl-ruleGet details for a specific ACL rule
get-acl-rule-orderingGet the ordering of user-defined ACL rules
list-dns-policiesList DNS policies for a site
get-dns-policyGet details for a specific DNS policy
list-traffic-matching-listsList traffic matching lists for a site
get-traffic-matching-listGet details for a specific traffic matching list
list-wansList WAN interfaces for a site
list-vpn-tunnelsList site-to-site VPN tunnels
list-vpn-serversList VPN servers for a site
list-radius-profilesList RADIUS profiles for a site
list-device-tagsList device tags for a site
list-dpi-categoriesList DPI application categories
list-dpi-applicationsList DPI applications
list-countriesList countries (reference data)
get-port-errorsPer-port rx/tx errors, dropped, link state, flap counters (linkDownCount, stpChangeCount, anomalies), and SFP DDM (Rx/Tx Power dBm, temperature, voltage, TX/RX fault) for a switch. Source: legacy /stat/device port_table. Requires LAN-reachable controller.
list-port-flap-summaryFleet-wide port instability ranking: iterates all switches on the local controller and ranks ports by flap score (linkDownCount*2 + stpChangeCount + rx/tx errors). Surfaces unstable cables/transceivers across the site. Counters reset on switch reboot.
summarize-siteDeep aggregated site view: devices + WAN status + (opt) clients + networks + WiFi broadcasts in one call. Replaces 4-5 round-trips. Connector-dependent fields auto-skip when owner key absent. Renders an Apps SDK card on ChatGPT clients (Claude clients receive the same JSON text).
site-health-timelinePer-site health snapshot over a lookback window: devices with stability scores, reboots, WAN uptime, optional client count. Replaces 5+ sequential calls (devices + wan + reboots + clients). Caveats[] surfaces partial-data and API limitations.
search-toolsDiscover available tools by natural language query. Returns matching tool names + descriptions across all categories. Use this first to navigate the 54-tool surface efficiently.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
undici WebSocket client vulnerable to denial of service via cumulative fragment bypass
undici vulnerable to cross-user information disclosure and parse-time crash via degenerate private cache directives
undici vulnerable to TLS certificate validation bypass via dropped requestTls in SOCKS5 ProxyAgent
undici WebSocket client vulnerable to denial of service via fragment count bypass
undici vulnerable to HTTP response queue poisoning via keep-alive socket reuse
TOKEN_BUDGETUNIFI_API_KEY"": "<your-key>",UNIFI_API_KEY_OWNER"": "<owner-key-or-same-key-if-role=owner>"UNIFI_API_URL❌ https://api.ui.com/v1 API base URLUNIFI_DISABLE❌ — Comma-sep denylist. Ignored when UNIFI_TOOLS is set.UNIFI_LOCAL_INSECURESelf-signed cert handling: set =true for stock UDM ProUNIFI_LOCAL_PASSconditional — Controller local account password (required when UNIFI_LOCAL_URL set).UNIFI_LOCAL_SITE❌ default Site slug for legacy /api/s/{site}/.UNIFI_LOCAL_URL❌ — Local controller URL (e.g. https://10.10.1.1). Setting this + USER/PASS enables 2 local category tools.UNIFI_LOCAL_USERconditional — Controller local account username (required when UNIFI_LOCAL_URL set). Viewer/Limited-Admin role is sufficient.UNIFI_TOOLS❌ — Comma-sep allowlist of categories.Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
56/56 tools missing one or more hints — list-sites-overview (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); analyze-site-health (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); detect-recent-reboots (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +53 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool test coverage
18/56 tools referenced in tests (32%)
Write tests that reference each tool by name so every tool has at least one test.
Production dependencies are patched
0 critical, 4 high severity in production deps — undici@8.4.0 (high), undici@8.4.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/us-all/unifi-mcp-server)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check