# io.github.topvisor/mcp-notifications (npm · @topvisor/mcp-notifications)

MCP server for desktop notifications over stdio

- Trust score: 54/100 (low)
- Change this week: +43
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- npm · `@topvisor/mcp-notifications`: 54/100 (this document), [markdown](https://verifymcp.io/servers/topvisor-mcp-notifications/topvisor-mcp-notifications.md), [page](https://verifymcp.io/servers/topvisor-mcp-notifications/topvisor-mcp-notifications)

## Channel facts

- Registry: `npm`
- Package: `@topvisor/mcp-notifications`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Supply Chain Security**: 89/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via node-notifier > uuid. A fixed version is available.
  - No install/post-install scripts declared.
  - 33 of 103 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 82 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 34/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 42 tokens (~42/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 0/100
  - 0% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add topvisor-mcp-notifications -- npx -y @topvisor/mcp-notifications
```

### Codex

```bash
codex mcp add topvisor-mcp-notifications -- npx -y @topvisor/mcp-notifications
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "topvisor-mcp-notifications": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@topvisor/mcp-notifications"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add topvisor-mcp-notifications --command npx --arg -y --arg @topvisor/mcp-notifications
```

### Hermes

```yaml
mcp_servers:
  topvisor-mcp-notifications:
    command: "npx"
    args: ["-y", "@topvisor/mcp-notifications"]
```

### Other

```json
{
  "mcpServers": {
    "topvisor-mcp-notifications": {
      "command": "npx",
      "args": [
        "-y",
        "@topvisor/mcp-notifications"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-08 (score 54, +1)

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

### 2026-08-07 (score 53, +4)

- [functional] Dependency health: partial → 0.84

### 2026-08-05 (score 49, 0)

- [security improvement] CVE-2026-69207 no longer affects this package

### 2026-08-04 (score 49, +4)

- [security regression] CVE-2026-69207 affects this package: high
- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 45, +34)

- [security regression] CVE-2026-41907 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 0 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: Apache-2.0

### 2026-07-31 (score 11, −20)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 31)

First indexed and scored.

## MCP tools (1)

### `send_notification` (~42 tokens)

Input parameters:

- `app_id` (string)
- `icon` (string)
- `message` (string, required)
- `play_sound` (boolean)
- `title` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/topvisor-mcp-notifications/topvisor-mcp-notifications#diagnostics

## Score history

- 2026-08-08: 54
- 2026-08-07: 53
- 2026-08-06: 49
- 2026-08-05: 49
- 2026-08-04: 49
- 2026-08-03: 45
- 2026-08-02: 45
- 2026-08-01: 11
- 2026-07-31: 11
- 2026-07-30: 31
- 2026-07-28: 31
- 2026-07-27: 31

## Links

- npm package: https://www.npmjs.com/package/@topvisor/mcp-notifications
- Socket report: https://socket.dev/npm/package/@topvisor/mcp-notifications
- Repository: https://github.com/Artemeey/mcp-notifications
- Changelog RSS feed: https://verifymcp.io/servers/topvisor-mcp-notifications/topvisor-mcp-notifications.xml
- Changelog JSON feed: https://verifymcp.io/servers/topvisor-mcp-notifications/topvisor-mcp-notifications.json
- HTML version of this page: https://verifymcp.io/servers/topvisor-mcp-notifications/topvisor-mcp-notifications
