# Audio Delivery Network (remote · mcp.audiodelivery.net)

AI-manageable audio CDN: upload, transcode, normalize, stream & deliver audio, plus grounded docs.

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

## Components

- remote · `mcp.audiodelivery.net`: 66/100 (this document), [markdown](https://verifymcp.io/servers/net-audiodelivery-mcp/mcp.md), [page](https://verifymcp.io/servers/net-audiodelivery-mcp/mcp)
- npm · `@audiodn/mcp`: 35/100, [markdown](https://verifymcp.io/servers/net-audiodelivery-mcp/audiodn-mcp.md), [page](https://verifymcp.io/servers/net-audiodelivery-mcp/audiodn-mcp)

## Channel facts

- Endpoint: `https://mcp.audiodelivery.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.3`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 327 tokens (~54/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% 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.

## Install

### Claude

```bash
claude mcp add --transport http net-audiodelivery-mcp https://mcp.audiodelivery.net/mcp
```

### Codex

```toml
[mcp_servers.net-audiodelivery-mcp]
url = "https://mcp.audiodelivery.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-audiodelivery-mcp": {
      "type": "remote",
      "url": "https://mcp.audiodelivery.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add net-audiodelivery-mcp --url https://mcp.audiodelivery.net/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  net-audiodelivery-mcp:
    url: "https://mcp.audiodelivery.net/mcp"
```

### Other

```json
{
  "mcpServers": {
    "net-audiodelivery-mcp": {
      "type": "http",
      "url": "https://mcp.audiodelivery.net/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-02 (score 66, +1)

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

### 2026-07-31 (score 65, +2)

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

### 2026-07-30 (score 63, +1)

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

### 2026-07-29 (score 62, +1)

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

### 2026-07-27 (score 61, +1)

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

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (6)

### `adn_about` (~48 tokens)

Report the MCP server version, the bundled OpenAPI version, the docs source (bundled snapshot vs live), and the canonical API base URL. Use this to confirm how fresh the grounded documentation is.

### `adn_search_docs` (~66 tokens)

Search the bundled AudioDN documentation (llms-full.txt, OpenAPI operation summaries, and guides) for a keyword or phrase. Returns ranked snippets. Use this before writing integration code to ground answers in canonical docs.

Input parameters:

- `limit` (integer)
- `query` (string, required)

### `adn_list_operations` (~45 tokens)

List every AudioDN REST API operation from the bundled OpenAPI spec (operationId, method, path, summary). Use this to discover the exact, canonical endpoints instead of guessing.

### `adn_get_operation` (~51 tokens)

Get the full OpenAPI definition for a single operation by operationId (method, path, parameters, request body, responses). Use adn_list_operations to find operationIds.

Input parameters:

- `operationId` (string, required)

### `adn_get_guide` (~50 tokens)

Get a concise, canonical guide for a core AudioDN concept. Topics: authentication, upload, processing, playback, webhooks, variant-types, security, compatibility.

Input parameters:

- `topic` (string, required)

### `adn_list_variant_types` (~67 tokens)

List the AudioDN variant types (transcode, preview, levels, waveform_video, waveform_image, original, cover) with descriptions and whether each can be created via the REST API. Use this to distinguish variant types from org delivery "index" values (see adn_list_variants).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/net-audiodelivery-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://mcp.audiodelivery.net/mcp
- Repository: https://github.com/audiodn/mcp
- Website: https://audiodeliverynetwork.com/for-ai-agents/
- Changelog RSS feed: https://verifymcp.io/servers/net-audiodelivery-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/net-audiodelivery-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/net-audiodelivery-mcp/mcp
