# Audio File MCP App (npm · @counterpoint-studio/audio-file-mcp-app)

Inspect local audio files — playback, metadata, loudness, spectrogram.

- Trust score: 65/100 (medium)
- Change this week: +46
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@counterpoint-studio/audio-file-mcp-app`: 65/100 (this document), [markdown](https://verifymcp.io/servers/counterpoint-studio-audio-file-mcp-app/counterpoint-studio-audio-file-mcp-app.md), [page](https://verifymcp.io/servers/counterpoint-studio-audio-file-mcp-app/counterpoint-studio-audio-file-mcp-app)

## Channel facts

- Registry: `npm`
- Package: `@counterpoint-studio/audio-file-mcp-app`
- Version: `1.1.0`
- 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-07.

- **Supply Chain Security**: 88/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 101 of 105 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 101 of 105 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **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 (ISC).
  - Actively maintained (last published 28 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 45/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 236 tokens (~118/item across 2 items; 1 tools + 1 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add counterpoint-studio-audio-file-mcp-app -- npx -y @counterpoint-studio/audio-file-mcp-app
```

### Codex

```bash
codex mcp add counterpoint-studio-audio-file-mcp-app -- npx -y @counterpoint-studio/audio-file-mcp-app
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "counterpoint-studio-audio-file-mcp-app": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@counterpoint-studio/audio-file-mcp-app"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add counterpoint-studio-audio-file-mcp-app --command npx --arg -y --arg @counterpoint-studio/audio-file-mcp-app
```

### Hermes

```yaml
mcp_servers:
  counterpoint-studio-audio-file-mcp-app:
    command: "npx"
    args: ["-y", "@counterpoint-studio/audio-file-mcp-app"]
```

### Other

```json
{
  "mcpServers": {
    "counterpoint-studio-audio-file-mcp-app": {
      "command": "npx",
      "args": [
        "-y",
        "@counterpoint-studio/audio-file-mcp-app"
      ]
    }
  }
}
```

## 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-06 (score 65, +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.

### 2026-08-04 (score 64, +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. Other categories moved too: Supply Chain Security rose 1.

### 2026-08-02 (score 63, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → 0
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Capabilities: pass
- [functional] Licence: ISC

### 2026-08-01 (score 21, +2)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 0 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-07-31 (score 19, −7)

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

### 2026-07-30 (score 26, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (1)

### `display_audio_file` (~222 tokens)

Display audio file

Display a UI for an audio file, providing the user with playback, metadata, and statistics. Use when the user specifically asks to hear or see an audio file, or when otherwise clear from context that one would be helpful.

Input parameters:

- `annotations` (object): Optional annotation lanes drawn between the waveform and spectrogram. Each lane has an optional label, optional CSS color, spans [{start,end}] in seconds, and an optional envelope ([{time,value}] wit…
- `annotationsPath` (string): Absolute path to a JSON file containing the same { lanes: [...] } structure as `annotations`. Use instead of `annotations` for large payloads. Ignored if `annotations` is also given.
- `path` (string, required): Absolute path to an audio file on the user's machine
- `playheadSeconds` (number): Optional initial playhead position in seconds (decimal)
- `region` (object): Optional initial selected/highlighted region in seconds (decimal)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/counterpoint-studio-audio-file-mcp-app/counterpoint-studio-audio-file-mcp-app#diagnostics

## Score history

- 2026-08-07: 65
- 2026-08-06: 65
- 2026-08-05: 64
- 2026-08-04: 64
- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 21
- 2026-07-31: 19
- 2026-07-30: 26
- 2026-07-28: 44
- 2026-07-27: 44

## Links

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