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.
Available components
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.
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
claude mcp add wyre-technology-auvik-mcp -- docker run --rm -i ghcr.io/wyre-technology/auvik-mcp:v1.4.2
codex mcp add wyre-technology-auvik-mcp -- docker run --rm -i ghcr.io/wyre-technology/auvik-mcp:v1.4.2
{
"$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
}
}
} mcp_servers:
wyre-technology-auvik-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/auvik-mcp:v1.4.2"] {
"mcpServers": {
"wyre-technology-auvik-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/auvik-mcp:v1.4.2"
]
}
}
} 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.
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 |
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.
auvik_alerts_dismiss ~49
Dismiss/acknowledge an alert
| Name | Type | Req | Description |
|---|---|---|---|
| alertId | string | yes | The Auvik alert ID |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_alerts_get ~46
Get details about a specific alert
| Name | Type | Req | Description |
|---|---|---|---|
| alertId | string | yes | The Auvik alert ID |
| tenants | string | – | Comma-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.
| Name | Type | Req | Description |
|---|---|---|---|
| filter_detectedTimeAfter | string | – | Only alerts detected at/after this time (ISO 8601, optional). Best way to scope to recent alerts. |
| filter_detectedTimeBefore | string | – | Only alerts detected at/before this time (ISO 8601, optional) |
| filter_severity | string | – | Filter by severity (optional) |
| filter_status | string | – | Filter by alert status (optional) |
| pageAfter | string | – | Cursor for next page; pass the nextPageAfter value from a previous response (optional) |
| pageSize | number | – | Items per page; Auvik caps alert history at ~100. Follow nextPageAfter for full coverage (optional) |
| sort | string | – | Best-effort sort passthrough, e.g. "-detectedTime". Honored only if Auvik supports it (optional) |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_billing_client_usage ~60
Get client billing usage information
| Name | Type | Req | Description |
|---|---|---|---|
| fromDate | string | yes | Start date (YYYY-MM-DD) |
| tenants | string | – | Comma-separated tenant IDs (optional) |
| thruDate | string | yes | End date (YYYY-MM-DD) |
No output schema declared.
No examples provided.
auvik_billing_device_usage ~77
Get billing usage information for a specific device
| Name | Type | Req | Description |
|---|---|---|---|
| deviceId | string | yes | The Auvik device ID |
| fromDate | string | yes | Start date (YYYY-MM-DD) |
| tenants | string | – | Comma-separated tenant IDs (optional) |
| thruDate | string | yes | End date (YYYY-MM-DD) |
No output schema declared.
No examples provided.
auvik_configurations_get ~45
Get a specific device configuration
| Name | Type | Req | Description |
|---|---|---|---|
| configId | string | yes | The Auvik configuration ID |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_configurations_list ~79
List device configurations managed by Auvik
| Name | Type | Req | Description |
|---|---|---|---|
| filter_devices | string | – | Filter by device IDs (optional) |
| page | number | – | Page number (optional) |
| pageSize | number | – | Number of items per page (1-1000, optional) |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_devices_get ~46
Get basic information about a specific device
| Name | Type | Req | Description |
|---|---|---|---|
| deviceId | string | yes | The Auvik device ID |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_devices_get_details ~47
Get detailed information about a specific device
| Name | Type | Req | Description |
|---|---|---|---|
| deviceId | string | yes | The Auvik device ID |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_devices_get_lifecycle ~48
Get lifecycle information for a specific device
| Name | Type | Req | Description |
|---|---|---|---|
| deviceId | string | yes | The Auvik device ID |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_devices_get_warranty ~48
Get warranty information for a specific device
| Name | Type | Req | Description |
|---|---|---|---|
| deviceId | string | yes | The Auvik device ID |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_devices_list ~131
List network devices managed by Auvik
| Name | Type | Req | Description |
|---|---|---|---|
| filter_deviceType | string | – | Filter by device type (optional) |
| filter_modifiedAfter | string | – | Filter devices modified after this date (ISO 8601, optional) |
| filter_onlineStatus | string | – | Filter by online status (optional) |
| filter_vendorName | string | – | Filter by vendor name (optional) |
| page | number | – | Page number (optional) |
| pageSize | number | – | Number of items per page (1-1000, optional) |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_entities_list_audits ~82
List audit logs for Auvik entities
| Name | Type | Req | Description |
|---|---|---|---|
| filter_entityId | string | – | Filter by entity ID (optional) |
| page | number | – | Page number (optional) |
| pageSize | number | – | Number of items per page (1-1000, optional) |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_entities_list_notes ~80
List notes attached to Auvik entities
| Name | Type | Req | Description |
|---|---|---|---|
| filter_entityId | string | – | Filter by entity ID (optional) |
| page | number | – | Page number (optional) |
| pageSize | number | – | Number of items per page (1-1000, optional) |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_interfaces_list ~95
List network interfaces discovered by Auvik
| Name | Type | Req | Description |
|---|---|---|---|
| filter_interfaceType | string | – | Filter by interface type (optional) |
| filter_parentDevice | string | – | Filter by parent device ID (optional) |
| page | number | – | Page number (optional) |
| pageSize | number | – | Number of items per page (1-1000, optional) |
| tenants | string | – | Comma-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
| Name | Type | Req | Description |
|---|---|---|---|
| networkId | string | yes | The Auvik network ID |
| tenants | string | – | Comma-separated tenant IDs (optional) |
No output schema declared.
No examples provided.
auvik_networks_list ~101
List networks discovered by Auvik
| Name | Type | Req | Description |
|---|---|---|---|
| filter_modifiedAfter | string | – | Filter networks modified after this date (ISO 8601, optional) |
| filter_networkType | string | – | Filter by network type (optional) |
| page | number | – | Page number (optional) |
| pageSize | number | – | Number of items per page (1-1000, optional) |
| tenants | string | – | Comma-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}).
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | – | JSON request body (POST only, optional) |
| method | string | – | HTTP method (default GET) |
| path | string | yes | API path relative to the Auvik base URL, e.g. "/alert/history/info" |
| query | object | – | Query 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
| Name | Type | Req | Description |
|---|---|---|---|
| filter_devices | string | – | Filter by device ID(s) (optional) |
| fromTime | string | yes | Start time (ISO 8601) |
| interval | string | yes | Reporting interval: minute, hour, day, month, or year |
| statId | string | yes | Statistic to fetch (path segment), e.g. cpuUtilization, bandwidth, storageUtilization |
| tenants | string | – | Comma-separated tenant IDs (optional) |
| thruTime | string | – | End time (ISO 8601, optional; defaults to now) |
No output schema declared.
No examples provided.
auvik_statistics_interface ~127
Get interface statistics and performance metrics
| Name | Type | Req | Description |
|---|---|---|---|
| filter_interfaces | string | – | Filter by interface ID(s) (optional) |
| fromTime | string | yes | Start time (ISO 8601) |
| interval | string | yes | Reporting interval: minute, hour, day, month, or year |
| statId | string | yes | Statistic to fetch (path segment), e.g. bandwidth, packetLoss, utilization |
| tenants | string | – | Comma-separated tenant IDs (optional) |
| thruTime | string | – | End time (ISO 8601, optional; defaults to now) |
No output schema declared.
No examples provided.
auvik_statistics_service ~117
Get service statistics and performance metrics
| Name | Type | Req | Description |
|---|---|---|---|
| filter_services | string | – | Filter by service ID(s) (optional) |
| fromTime | string | yes | Start time (ISO 8601) |
| interval | string | yes | Reporting interval: minute, hour, day, month, or year |
| statId | string | yes | Statistic to fetch (path segment) |
| tenants | string | – | Comma-separated tenant IDs (optional) |
| thruTime | string | – | End 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
| Name | Type | Req | Description |
|---|---|---|---|
| filter_pollers | string | – | Filter by SNMP poller / OID (optional) |
| statId | string | yes | OID statistic to fetch (path segment) |
| tenants | string | – | Comma-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
| Name | Type | Req | Description |
|---|---|---|---|
| tenantId | string | yes | The Auvik tenant ID |
No output schema declared.
No examples provided.
auvik_tenants_get ~33
Get basic information about a specific tenant
| Name | Type | Req | Description |
|---|---|---|---|
| tenantId | string | yes | The 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.