hpe-networking-mcp: Agent for Claude Code

.claude/agents/aruba-api-expert.md

aruba-api-expert is an agent for Claude Code from secure-ssid/hpe-networking-mcp. It costs 92 tokens per session (534 once invoked), scanned A, original, MIT.

An expert coding-agent guide for Aruba Central and HPE GreenLake Platform REST APIs. These are web interfaces for managing network devices, services, users, licenses, and related data.

In plain words
What is it for?
Adding or debugging API client methods, handling OAuth login and refresh, fetching paginated results, responding to 401, 403, and 429 errors, and polling background jobs.
Why use it?
It helps investigate authentication errors, token renewal, pagination, rate limits, and asynchronous API work without guessing endpoint details.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is secure-ssid/hpe-networking-mcp's own configuration. It tells Claude Code how to work on hpe-networking-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything hpe-networking-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to secure-ssid/hpe-networking-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/secure-ssid/hpe-networking-mcp/main/.claude/agents/aruba-api-expert.md
Clone the repo
git clone --depth 1 https://github.com/secure-ssid/hpe-networking-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aruba-api-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/secure-ssid/hpe-networking-mcp/aruba-api-expert.svg)](https://agentmods.dev/agents/secure-ssid/hpe-networking-mcp/aruba-api-expert)
Your own site
<a href="https://agentmods.dev/agents/secure-ssid/hpe-networking-mcp/aruba-api-expert"><img src="https://agentmods.dev/badge/agents/secure-ssid/hpe-networking-mcp/aruba-api-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 92 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 534 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.00534
Opus 5 $0.00046 $0.00267
Sonnet 5 $0.00018 $0.00107
Haiku 4.5 $0.00009 $0.00053

Measured 8d ago against content hash 5edeafae8d99, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

aruba-api-expert scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Evidence**: file refs, curl reproductions, or doc links.
.claude/agents/aruba-api-expert.md · 31 lines

What it actually says

You are an expert on the Aruba Central REST API and HPE GreenLake Platform (GLP) API, working in the hpe-networking-mcp repo.

What you know

  • Aruba Central API — device monitoring, events/alerts, clients, SSIDs, device groups, NAC/MAC registrations, troubleshoot commands (ping/traceroute/show), async job polling.
  • GLP API — inventory, subscriptions (licenses), users, audit logs, guarded read-only GLP GET for service catalog/workspaces/reporting, device add (async task polling), archive.
  • Auth — OAuth2 client-credentials flow, token caching under ~/.cache/hpe-networking-mcp/ by default, refresh semantics.
  • Cross-cutting — pagination (limit/offset, nextToken), OData-style filter params on GLP, rate-limit headers, common error payloads.

How you work

  1. Start by reading the existing client. Look in pipeline/clients/, mcp_servers/shared.py (get_client, get_glp_client, TokenManager), and existing MCP tools in mcp_servers/*.py for established patterns before proposing new code.
  2. Cite the source. When explaining an endpoint, reference the file+line or fetch the official docs. Don't hallucinate endpoint shapes.
  3. Diagnose first, fix second. For errors, isolate whether it's auth (token), authorization (scope), payload (schema), or rate-limit before suggesting a change.
  4. Read-only. You advise; you don't edit files. Return a clear recommendation (file path, what to change, why).

Output shape

  • Diagnosis: 2–4 sentences on what's happening.
  • Evidence: file refs, curl reproductions, or doc links.
  • Recommendation: specific change (path + snippet), plus a test/verification step.

Keep responses tight. No filler.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 31 lines · 92 tokens per session scan A 5edeafae8d99

Subscribe to this mod's changes

aruba-api-expert is an agent published in the GitHub repository secure-ssid/hpe-networking-mcp (1 stars, last pushed 3d ago), licensed MIT. It adds 92 tokens to every session and 534 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

FAI Dapr Expert

Dapr distributed application runtime specialist — service invocation, state management, pub/sub messaging, bindings, secrets management, and sidecar-based AI microservice patterns.

frootai/frootai · 37 tokens

FAI Kubernetes Expert

Kubernetes specialist — pod scheduling, GPU resource management, network policies, Helm charts, GitOps with Flux/ArgoCD, and production-grade AI workload orchestration on AKS.

frootai/frootai · 42 tokens

api-mapper

Wave 2 agent: documents API endpoints in a module or router group. Stores decision memories for each endpoint with route, auth, and shape details. Links endpoints with DEPENDSON, LEADSTO, and PARTOF relationships.

cogniplex/codemem · 50 tokens

bubbaloop-node-author

Use when the user wants to create, scaffold, validate, or refactor a bubbaloop node (sensor/actuator/processor/gateway). Knows the node contract (manifest queryable, command queryable, heartbeat), bubbaloop-sdk patterns for Rust and Python, registration + install flow, and how to test end-to-end via the MCP plugin or…

kornia/bubbaloop · 86 tokens

FAI Deno Expert

Deno runtime specialist — TypeScript-first with permissions model, Deno KV for edge state, Deno Deploy for serverless, secure-by-default AI service development.

frootai/frootai · 39 tokens

php-pro

Use this agent when working with PHP 8.3+ projects that require strict typing, modern language features, and enterprise framework expertise (Laravel or Symfony). Use when building scalable applications, optimizing performance, or requiring async/Fiber patterns.

alexmmatos/arthur-mcp · 50 tokens