← Index

Auvik

io.github.wyre-technology/auvik-mcp·v1.0.1·Other
Quality Score
95
/100

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "auvik-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/auvik-mcp:v1.0.1"
      ],
      "env": {
        "AUVIK_USERNAME": "<auvik_username>",
        "AUVIK_API_KEY": "<your-auvik_api_key>",
        "AUVIK_REGION": "<auvik_region>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
AUVIK_USERNAME
required

Auvik username (email) used as HTTP Basic auth user

AUVIK_API_KEY
requiredsecret

Auvik API key (generated in the Auvik portal under Integrations -> APIs)

AUVIK_REGION

Auvik regional API host (us1, us2, us3, us4, eu1, eu2, au1, ca1). Omit to auto-detect via /authentication/verify probe.

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other