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.

Auvik

OCI · GHCR.IO/WYRE-TECHNOLOGY/AUVIK-MCP:V1.4.2 · SCANNED AUG 22

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

+4 this week 45 Trust /100
Trust breakdown (6 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 →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency35
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 15 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2122 tokens (~78/item across 27 items; 27 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management50
  • Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/wyre-technology/auvik-mcp:v1.4.2

# add to Claude Code
claude mcp add wyre-technology-auvik-mcp -- docker run --rm -i ghcr.io/wyre-technology/auvik-mcp:v1.4.2
# add to Codex CLI
codex mcp add wyre-technology-auvik-mcp -- docker run --rm -i ghcr.io/wyre-technology/auvik-mcp:v1.4.2
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-auvik-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/auvik-mcp:v1.4.2"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-auvik-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/auvik-mcp:v1.4.2"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-auvik-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/auvik-mcp:v1.4.2"
      ]
    }
  }
}
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.

  • 22 Aug 26 +1

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

  • 21 Aug 26 +1

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

  • 18 Aug 26 +1

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

  • 16 Aug 26 +1

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

  • 15 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 7 Aug 26 37

    First indexed and scored.

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 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/auvik-mcp:v1.4.2

Provenance No attestation

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

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 27 exposed · ~2,122 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.

Tool Tokens
auvik_alerts_dismiss ~49

Dismiss/acknowledge an alert

NameTypeReqDescription
alertIdstringyesThe Auvik alert ID
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_alerts_get ~46

Get details about a specific alert

NameTypeReqDescription
alertIdstringyesThe Auvik alert ID
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_alerts_list ~263

List alert history from Auvik monitoring. Scope to a recent window with filter_detectedTimeAfter/Before. Alert history is cursor-paginated: pass pageSize for page size and follow nextPageAfter (returned when more pages exist) via pageAfter. There is no page-number jumping.

NameTypeReqDescription
filter_detectedTimeAfterstringOnly alerts detected at/after this time (ISO 8601, optional). Best way to scope to recent alerts.
filter_detectedTimeBeforestringOnly alerts detected at/before this time (ISO 8601, optional)
filter_severitystringFilter by severity (optional)
filter_statusstringFilter by alert status (optional)
pageAfterstringCursor for next page; pass the nextPageAfter value from a previous response (optional)
pageSizenumberItems per page; Auvik caps alert history at ~100. Follow nextPageAfter for full coverage (optional)
sortstringBest-effort sort passthrough, e.g. "-detectedTime". Honored only if Auvik supports it (optional)
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_billing_client_usage ~60

Get client billing usage information

NameTypeReqDescription
fromDatestringyesStart date (YYYY-MM-DD)
tenantsstringComma-separated tenant IDs (optional)
thruDatestringyesEnd date (YYYY-MM-DD)

No output schema declared.

No examples provided.

auvik_billing_device_usage ~77

Get billing usage information for a specific device

NameTypeReqDescription
deviceIdstringyesThe Auvik device ID
fromDatestringyesStart date (YYYY-MM-DD)
tenantsstringComma-separated tenant IDs (optional)
thruDatestringyesEnd date (YYYY-MM-DD)

No output schema declared.

No examples provided.

auvik_configurations_get ~45

Get a specific device configuration

NameTypeReqDescription
configIdstringyesThe Auvik configuration ID
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_configurations_list ~79

List device configurations managed by Auvik

NameTypeReqDescription
filter_devicesstringFilter by device IDs (optional)
pagenumberPage number (optional)
pageSizenumberNumber of items per page (1-1000, optional)
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_devices_get ~46

Get basic information about a specific device

NameTypeReqDescription
deviceIdstringyesThe Auvik device ID
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_devices_get_details ~47

Get detailed information about a specific device

NameTypeReqDescription
deviceIdstringyesThe Auvik device ID
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_devices_get_lifecycle ~48

Get lifecycle information for a specific device

NameTypeReqDescription
deviceIdstringyesThe Auvik device ID
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_devices_get_warranty ~48

Get warranty information for a specific device

NameTypeReqDescription
deviceIdstringyesThe Auvik device ID
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_devices_list ~131

List network devices managed by Auvik

NameTypeReqDescription
filter_deviceTypestringFilter by device type (optional)
filter_modifiedAfterstringFilter devices modified after this date (ISO 8601, optional)
filter_onlineStatusstringFilter by online status (optional)
filter_vendorNamestringFilter by vendor name (optional)
pagenumberPage number (optional)
pageSizenumberNumber of items per page (1-1000, optional)
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_entities_list_audits ~82

List audit logs for Auvik entities

NameTypeReqDescription
filter_entityIdstringFilter by entity ID (optional)
pagenumberPage number (optional)
pageSizenumberNumber of items per page (1-1000, optional)
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_entities_list_notes ~80

List notes attached to Auvik entities

NameTypeReqDescription
filter_entityIdstringFilter by entity ID (optional)
pagenumberPage number (optional)
pageSizenumberNumber of items per page (1-1000, optional)
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_interfaces_list ~95

List network interfaces discovered by Auvik

NameTypeReqDescription
filter_interfaceTypestringFilter by interface type (optional)
filter_parentDevicestringFilter by parent device ID (optional)
pagenumberPage number (optional)
pageSizenumberNumber of items per page (1-1000, optional)
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_navigate ~21

Get navigation links to Auvik UI and documentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

auvik_networks_get ~46

Get information about a specific network

NameTypeReqDescription
networkIdstringyesThe Auvik network ID
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_networks_list ~101

List networks discovered by Auvik

NameTypeReqDescription
filter_modifiedAfterstringFilter networks modified after this date (ISO 8601, optional)
filter_networkTypestringFilter by network type (optional)
pagenumberPage number (optional)
pageSizenumberNumber of items per page (1-1000, optional)
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_raw_request ~208

Make a raw request to any Auvik API endpoint using the configured credentials. Returns the unmodified JSON:API response. Use this for endpoints or query params the typed tools do not expose. Methods: GET (default) or POST. `path` is relative to the Auvik API base (e.g. "/alert/history/info"). `query` keys are exact Auvik param names including brackets (e.g. {"filter[detectedTimeAfter]":"2026-06-01","page[first]":100}).

NameTypeReqDescription
bodyobjectJSON request body (POST only, optional)
methodstringHTTP method (default GET)
pathstringyesAPI path relative to the Auvik base URL, e.g. "/alert/history/info"
queryobjectQuery parameters as exact Auvik names, e.g. {"filter[detectedTimeAfter]":"2026-06-01"} (optional)

No output schema declared.

No examples provided.

auvik_statistics_device ~130

Get device statistics and performance metrics

NameTypeReqDescription
filter_devicesstringFilter by device ID(s) (optional)
fromTimestringyesStart time (ISO 8601)
intervalstringyesReporting interval: minute, hour, day, month, or year
statIdstringyesStatistic to fetch (path segment), e.g. cpuUtilization, bandwidth, storageUtilization
tenantsstringComma-separated tenant IDs (optional)
thruTimestringEnd time (ISO 8601, optional; defaults to now)

No output schema declared.

No examples provided.

auvik_statistics_interface ~127

Get interface statistics and performance metrics

NameTypeReqDescription
filter_interfacesstringFilter by interface ID(s) (optional)
fromTimestringyesStart time (ISO 8601)
intervalstringyesReporting interval: minute, hour, day, month, or year
statIdstringyesStatistic to fetch (path segment), e.g. bandwidth, packetLoss, utilization
tenantsstringComma-separated tenant IDs (optional)
thruTimestringEnd time (ISO 8601, optional; defaults to now)

No output schema declared.

No examples provided.

auvik_statistics_service ~117

Get service statistics and performance metrics

NameTypeReqDescription
filter_servicesstringFilter by service ID(s) (optional)
fromTimestringyesStart time (ISO 8601)
intervalstringyesReporting interval: minute, hour, day, month, or year
statIdstringyesStatistic to fetch (path segment)
tenantsstringComma-separated tenant IDs (optional)
thruTimestringEnd time (ISO 8601, optional; defaults to now)

No output schema declared.

No examples provided.

auvik_statistics_snmp_poller ~72

Get SNMP poller statistics and metrics

NameTypeReqDescription
filter_pollersstringFilter by SNMP poller / OID (optional)
statIdstringyesOID statistic to fetch (path segment)
tenantsstringComma-separated tenant IDs (optional)

No output schema declared.

No examples provided.

auvik_status ~19

Check Auvik MCP server status and configuration

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

auvik_tenants_detail ~33

Get detailed information about a specific tenant

NameTypeReqDescription
tenantIdstringyesThe Auvik tenant ID

No output schema declared.

No examples provided.

auvik_tenants_get ~33

Get basic information about a specific tenant

NameTypeReqDescription
tenantIdstringyesThe Auvik tenant ID

No output schema declared.

No examples provided.

auvik_tenants_list ~19

List all accessible Auvik tenants

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.