Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Aruba Central MCP

PYPI · ARUBA-CENTRAL-MCP · SCANNED SEP 20

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

Available components

0 this week 79 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 29 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency32
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2021 tokens (~118/item across 17 items; 17 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (94% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Aruba Central MCP server?

Aruba Central MCP runs locally as a PyPI package, launched with uvx aruba-central-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · aruba-central-mcp

# add to Claude Code
claude mcp add shigechika-aruba-central-mcp -- uvx aruba-central-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "shigechika-aruba-central-mcp": {
      "command": "uvx",
      "args": [
        "aruba-central-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "shigechika-aruba-central-mcp": {
      "command": "uvx",
      "args": [
        "aruba-central-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add shigechika-aruba-central-mcp -- uvx aruba-central-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shigechika-aruba-central-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "aruba-central-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add shigechika-aruba-central-mcp --command uvx --arg aruba-central-mcp
# ~/.hermes/config.yaml
mcp_servers:
  shigechika-aruba-central-mcp:
    command: "uvx"
    args: ["aruba-central-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "shigechika-aruba-central-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "aruba-central-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add shigechika-aruba-central-mcp -t stdio -c uvx -a aruba-central-mcp
// mcp.json
{
  "mcpServers": {
    "shigechika-aruba-central-mcp": {
      "command": "uvx",
      "args": [
        "aruba-central-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 14 Sept 26 +1
    • Stability: 0.97 → pass security
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −2
    • Stability: pass → 0.90 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
  • 8 Sept 26 −1
    • Stability: pass → 0.93 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/aruba-central-mcp@0.8.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 29 packages
Packages resolved 29
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~2,021 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
daily_brief ~190

Run a morning AP health check across all sites. Fetches all access points and aggregates their online/offline status by site. Sites whose offline AP ratio is *strictly greater than* ``offline_threshold`` percent are flagged as WARNING (uses ``>``, so a site with exactly ``offline_threshold`` % offline is still OK). Args: offline_threshold: Percentage of offline APs that triggers a WARNING (default 10.0). Sites at or below this threshold appear in the OK section. Pass 0.0 to flag any site with at least one offline AP. Output tiers: - CRITICAL — API connection failure - WARNING — offline AP ratio strictly above threshold - OK — offline ratio at or below threshold Returns a Markdown summary with site-level AP counts and anomaly details.

NameTypeReqDescription
offline_thresholdnumber
NameTypeReqDescription
resultstringyes

No examples provided.

find_client_by_mac ~83

Look up a single client by MAC address (wireless or wired). Returns detailed info including OS, manufacturer, VLAN, and connection status. Uses direct API lookup (no full-list scan). Args: mac_address: Client MAC address (e.g. "aa:bb:cc:dd:ee:ff").

NameTypeReqDescription
mac_addressstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_ap_status ~42

Get detailed status of a specific access point by name. Args: ap_name: AP device name (case-insensitive).

NameTypeReqDescription
ap_namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_ap_throughput ~160

Get throughput trend for a specific AP as a time-series table. Returns timestamped TX/RX throughput in bps. Defaults to last 3 hours. Args: serial_number: AP serial number (use list_aps or get_ap_status to find it). interface_type: "WIRELESS" (Wi-Fi), "WIRED" (Ethernet uplink), or "LTE". start_at: Start time in RFC 3339 format. Defaults to 3 hours ago. end_at: End time in RFC 3339 format. Defaults to current time.

NameTypeReqDescription
end_atstring
interface_typestring
serial_numberstringyes
start_atstring
NameTypeReqDescription
resultstringyes

No examples provided.

get_client_mobility_trail ~147

Get roaming history for a wireless client as a time-series table. Shows which APs the client connected to, when, and on which SSID. Useful for troubleshooting connectivity issues or tracking movement. Defaults to last 3 hours. Args: mac_address: Client MAC address (e.g. "aa:bb:cc:dd:ee:ff"). start_at: Start time in RFC 3339 format. Defaults to 3 hours ago. end_at: End time in RFC 3339 format. Defaults to current time.

NameTypeReqDescription
end_atstring
mac_addressstringyes
start_atstring
NameTypeReqDescription
resultstringyes

No examples provided.

get_clients_trend ~249

Get client count trend over time, grouped by a chosen dimension. Useful for capacity planning and usage pattern analysis. Args: site_id: Filter by site ID. Empty for all. site_name: Filter by site name. Empty for all. start_at: Start time in RFC 3339 format (max 1 month range). Must not be in the future. end_at: End time in RFC 3339 format. Must not be in the future. group_by: Dimension to group by. Supported values: - Any client_type: TYPE, ROLE, VLAN - WIRELESS only: WLAN, RADIO, SECURITY, PROTOCOL Default is TYPE. client_type: Client category: ALL, WIRELESS, or WIRED. Default is ALL. Must be WIRELESS when group_by is WLAN, RADIO, SECURITY, or PROTOCOL (the API returns 400 otherwise).

NameTypeReqDescription
client_typestring
end_atstring
group_bystring
site_idstring
site_namestring
start_atstring
NameTypeReqDescription
resultstringyes

No examples provided.

get_site_summary ~52

Get a summary of all sites with AP and client counts. Aggregates data across all APs and clients, grouped by site name. Shows total APs, online/offline counts, and client count per site.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_top_aps ~215

Get top access points ranked by bandwidth usage over a time range. Returns a ranked list of APs sorted by descending bandwidth consumption. Args: usage_type: "wireless" (Wi-Fi traffic), "wired" (uplink traffic), or "total" (wireless + wired combined). Default: "total". site_id: Filter by site ID. Empty for all sites. limit: Maximum number of APs to return (1-25, default 10). start_at: Start time in RFC 3339 format (e.g. "2025-01-01T00:00:00Z"). Max 30 days range. Defaults to 24 hours ago if omitted. end_at: End time in RFC 3339 format. Defaults to current time if omitted.

NameTypeReqDescription
end_atstring
limitinteger
site_idstring
start_atstring
usage_typestring
NameTypeReqDescription
resultstringyes

No examples provided.

get_top_clients_by_usage ~136

Get top clients ranked by bandwidth usage. Args: site_id: Filter by site ID. Empty for all. site_name: Filter by site name. Empty for all. start_at: Start time in RFC 3339 format (max 1 month range). end_at: End time in RFC 3339 format. limit: Maximum number of clients to return (1-100, default 5).

NameTypeReqDescription
end_atstring
limitinteger
site_idstring
site_namestring
start_atstring
NameTypeReqDescription
resultstringyes

No examples provided.

health_check ~171

Report server version and Aruba Central backend authentication. Call this at session start (or after a tool-call timeout) to confirm the MCP is up, see which version is running, and verify the Aruba Central backend can be authenticated. Lightweight: it builds the client and obtains an OAuth2 access token (GreenLake SSO, reusing the cached token) — it does NOT fetch APs, switches, clients, or any other data endpoint. Always returns the same keys: ``status`` (healthy / degraded / error), ``service``, ``version``, ``base_url`` (the configured ARUBA_CENTRAL_BASE_URL, empty string if unset), and ``auth`` (ok / error / missing-env). On a degraded or error result, ``detail`` carries the reason.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_aps ~98

List access points with device-level overview. Use this for AP inventory and availability checks. For RF details (channel, utilization, noise floor), use list_radios instead. Args: site: Filter by site name (exact match, server-side). Empty for all. status: Filter by status (e.g. "ONLINE", "OFFLINE"). Empty for all.

NameTypeReqDescription
sitestring
statusstring
NameTypeReqDescription
resultstringyes

No examples provided.

list_bssids ~78

List all BSSIDs (per-radio, per-SSID broadcast identifiers). Useful for identifying which radio on which AP is broadcasting a specific SSID. Each AP radio broadcasts one BSSID per WLAN. Args: site: Filter by site name (exact match, server-side). Empty for all.

NameTypeReqDescription
sitestring
NameTypeReqDescription
resultstringyes

No examples provided.

list_clients ~108

List connected wireless clients with connection details. Returns client name, MAC, IP, SSID, band, SNR, connected AP, and auth type. For a single client's full details, use find_client_by_mac instead. Args: ssid: Filter by SSID name (exact match, server-side). Empty for all. band: Filter by wireless band (exact match, server-side). Empty for all.

NameTypeReqDescription
bandstring
ssidstring
NameTypeReqDescription
resultstringyes

No examples provided.

list_radios ~107

List AP radios with RF details. Use this for RF troubleshooting: channel assignment, channel utilization, noise floor, and TX power. Each AP typically has 2-3 radios (one per band). Args: site: Filter by site name (exact match, server-side). Empty for all. band: Filter by band (e.g. "2.4 GHz", "5 GHz"). Empty for all.

NameTypeReqDescription
bandstring
sitestring
NameTypeReqDescription
resultstringyes

No examples provided.

list_swarms ~64

List all AP swarms (clusters) from Aruba Central. Returns cluster name, conductor AP, site, IP, and firmware version. Args: site: Filter by site name (exact match, server-side). Empty for all.

NameTypeReqDescription
sitestring
NameTypeReqDescription
resultstringyes

No examples provided.

list_switches ~34

List all switches from Aruba Central. Returns switch name, status, model, type, IP, firmware, and MAC address.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

list_wlans ~87

List configured WLANs (SSIDs) with security and VLAN settings. Shows each WLAN's name, band, operational status, security level, and VLAN assignment. Args: site_id: Filter by site ID. Empty for all. serial_number: Filter by AP serial number. Empty for all.

NameTypeReqDescription
serial_numberstring
site_idstring
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the Aruba Central MCP server?

Aruba Central MCP is listed in the public MCP registry as io.github.shigechika/aruba-central-mcp. MCP server for Aruba Central: expose AP, switch, and client status to AI assistants. This page covers its PyPI package (aruba-central-mcp).

Is the Aruba Central MCP server safe to use?

Aruba Central MCP scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Aruba Central MCP server expose?

Aruba Central MCP exposes 17 tools: health_check, list_aps, list_switches, list_clients, find_client_by_mac, and 12 more. Their descriptions and schemas cost roughly 2,021 tokens of context every time the server is loaded.

Is the Aruba Central MCP server still maintained?

Aruba Central MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.