the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "net.audiodelivery/mcp",
"description": "AI-manageable audio CDN: upload, transcode, normalize, stream & deliver audio, plus grounded docs.",
"title": "Audio Delivery Network",
"repository": {
"url": "https://github.com/audiodn/mcp",
"source": "github"
},
"version": "0.3.3",
"websiteUrl": "https://audiodeliverynetwork.com/for-ai-agents/",
"icons": [
{
"src": "https://audiodeliverynetwork.com/logo.png",
"mimeType": "image/png"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@audiodn/mcp",
"version": "0.3.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AudioDN server-side API key (adn_...). Required for live API tools; knowledge/doc tools work without it.",
"isRequired": true,
"isSecret": true,
"name": "ADN_API_KEY"
},
{
"description": "Override the AudioDN API base URL. Defaults to https://api.audiodelivery.net.",
"name": "ADN_API_BASE_URL"
},
{
"description": "Set to 1 to enable destructive delete tools. Off by default.",
"name": "ADN_MCP_ALLOW_DELETE"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.audiodelivery.net/mcp",
"headers": [
{
"description": "Bring your own AudioDN API key as a bearer token: 'Bearer adn_...'. Optional — knowledge/doc tools work with no key; live API tools activate when a key is sent.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.github": {
"categories": [
"Media",
"Audio",
"Infrastructure",
"Developer Tools"
],
"serverDisplayName": "AudioDN",
"tags": [
"audio",
"audio-hosting",
"audio-cdn",
"transcoding",
"sound",
"streaming",
"waveform",
"podcast",
"media",
"upload",
"music"
]
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-20T01:43:21.680353Z",
"publishedAt": "2026-07-20T01:43:21.680353Z",
"updatedAt": "2026-07-20T01:43:21.680353Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.3.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.