mcpbeat

Audio Delivery Network MCP Server

net.audiodelivery/mcp
answering

Audio Delivery Network is answering right now. Last checked 14 min ago. 54 installs a week from npm. It exposes 6 tools. Last commit 23 Jul 2026.

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

Installs per day peak 334 · avg 30 · -87% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
183 ms
Response time
average over 24h
54
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.audiodelivery.net/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.audiodelivery.net/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.audiodelivery.net/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.audiodelivery.net/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.audiodelivery.net/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

adn
adn_about
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_get_guide
Get a concise, canonical guide for a core AudioDN concept. Topics: authentication, upload, processing, playback, webhooks, variant-types, security, compatibility.
adn_get_operation
Get the full OpenAPI definition for a single operation by operationId (method, path, parameters, request body, responses). Use adn_list_operations to find operationIds.
adn_list_operations
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_list_variant_types
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).
adn_search_docs
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.audiodelivery.net/mcp streamable-http answering 289 ms 14 min ago

Audio Delivery Network — questions

Answers built from our own checks of this server.

What can Audio Delivery Network do?
It exposes 6 tools, read directly from the server on our last check. Among them: adn_about, adn_get_guide, adn_get_operation, adn_list_operations, adn_list_variant_types, adn_search_docs. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Audio Delivery Network working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 183 ms. The bar chart above shows every period we have measured.
How do I connect Audio Delivery Network?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Audio Delivery Network need an API key?
No. Audio Delivery Network completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Audio Delivery Network?
It answers our handshake in 183 ms on average, which is faster than 66% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Audio Delivery Network?
The npm package @audiodn/mcp was installed 54 times in the last week. Week over week that is -87%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Audio Delivery Network open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.