Auvik

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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

AUVIK_USERNAME(str)
Required

Auvik username (email) used as HTTP Basic auth user

AUVIK_API_KEY(str)
RequiredSecret

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

AUVIK_REGION(str)

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

MCP_TRANSPORT(str)
Default:stdio

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

AUTH_MODE(str)
Default:env

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

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error