Developer Tools
audiodeliverynetwork.com
Provides tools to explore and search the AudioDN API documentation and operations.
ENDPOINT 1
https://mcp.audiodelivery.net/mcp
MCP server metadata
- Name
- audiodn-mcp
- Version
- 0.3.4
Known tools 6
adn_aboutReport the MCP server version, the bundled OpenAPI version, the docs source (bundled snapshot vs live), and the canonical API base URL.
Inferred read-onlyadn_list_operationsList every AudioDN REST API operation from the bundled OpenAPI spec (operationId, method, path, summary).
Inferred read-onlyadn_get_operationGet the full OpenAPI definition for a single operation by operationId (method, path, parameters, request body, responses).
Inferred read-onlyadn_list_variant_typesList 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.audiodn-mcp]
url = "https://mcp.audiodelivery.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"audiodn-mcp": {
"type": "http",
"url": "https://mcp.audiodelivery.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: audiodn-mcp
Remote MCP URL: https://mcp.audiodelivery.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"audiodn-mcp": {
"url": "https://mcp.audiodelivery.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"audiodn-mcp": {
"type": "http",
"url": "https://mcp.audiodelivery.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "audiodn-mcp",
"transport": "streamable-http",
"url": "https://mcp.audiodelivery.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for audiodelivery.net was fetched 2026-08-25T14:34:02.235Z.
audiodelivery.net is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.