# Audio Delivery Network MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/net-audiodelivery-mcp
- Repository: https://github.com/audiodn/mcp
- Website: https://audiodeliverynetwork.com/for-ai-agents/

## Install
- Command: `npx -y @audiodn/mcp`
- Endpoint: https://mcp.audiodelivery.net/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- Package: Npm @audiodn/mcp v0.3.3
- Environment variable: ADN_API_KEY (required; secret)
- Environment variable: ADN_API_BASE_URL
- Environment variable: ADN_MCP_ALLOW_DELETE
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.audiodelivery.net/mcp
- Header: Authorization

## Tools
- 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. Endpoint: https://mcp.audiodelivery.net/mcp
- 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. Endpoint: https://mcp.audiodelivery.net/mcp
- 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. Endpoint: https://mcp.audiodelivery.net/mcp
- 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. Endpoint: https://mcp.audiodelivery.net/mcp
- adn_get_guide - Get a concise, canonical guide for a core AudioDN concept. Topics: authentication, upload, processing, playback, webhooks, variant-types, security, compatibility. Endpoint: https://mcp.audiodelivery.net/mcp
- 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). Endpoint: https://mcp.audiodelivery.net/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: net.audiodelivery
- Version: 0.3.3
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 20, 2026
- Source: https://registry.modelcontextprotocol.io
