mcpbeat Sign in

Audio Delivery Network MCP Server

by audiodelivery Your server? Claim it
answering

Audio Delivery Network is answering right now. Last checked 8 min ago. 37 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 15 · avg 6 · +155% w/w
a month agotoday
Uptime history 51 days of history · worst day 95%
51 days agonow
95.6%
Uptime 24h
87 of 91 checks
6
Tools
read from the server
184 ms
Response time
average over 24h
37
Installs / week
npm and PyPI

Audio Delivery Network does not always answer

Over the last week it answered 98.9% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 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"
    }
  }
}

This one needs environment variables set before it will start: ADN_API_KEY (AudioDN server-side API key (adn_...). Required for live API tools; knowledge/doc tools work without it.), ADN_API_BASE_URL (Override the AudioDN API base URL. Defaults to https://api.audiodelivery.net.), ADN_MCP_ALLOW_DELETE (Set to 1 to enable destructive delete tools. Off by default.). The author declared them in the registry entry; get the values from the project itself.

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 284 ms 8 min ago

Alternatives to Audio Delivery Network

same job, measured the same way
Spronta
by spronta

Upload, transform, and deliver images on a global CDN via AI agents.

34 installs/wk local only
Img Src Io
by img-src-io

MCP server for img-src.io Image CDN - upload, transform, and deliver images through AI assistants

26 installs/wk local only
Botverse
by mkturner74

Transcode/conform/splice video, convert docs, transcribe audio for AI agents. Free $1 trial.

251 installs/wk local only
Kadam Ad Network
by kadam-official

Kadam advertising platform — manage ads, campaigns, creatives, audiences and stats

35 installs/wk local only
DataForSEO MCP
by scalably

DataForSEO MCP wrapper: searchable API docs plus normalized calls to the official server. 4 tools.

30 installs/wk local only
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
Structured Data Validator
by agenson-horrowitz

Validate, transform, and normalize structured data for AI agents.

65 installs/wk local only
Tools
by streamkap

Streamkap CLI & MCP server - manage CDC pipelines, sources, destinations, and transforms

96 installs/wk answering

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 87 of 91 checks got a reply (95.6%), average response time 184 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 184 ms on average, which is faster than 72% 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 37 times in the last week. Week over week that is +155%. 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, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.