← audiodeliverynetwork.com

INDIVIDUAL MCP TOOL

adn_get_guide

Get a concise, canonical guide for a core AudioDN concept.

audiodeliverynetwork.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.audiodelivery.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for adn_get_guide and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

audiodeliverynetwork.com

CONNECT 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.

Related 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.
  • adn_search_docs — Search the bundled AudioDN documentation (llms-full.
  • adn_list_operations — List every AudioDN REST API operation from the bundled OpenAPI spec (operationId, method, path, summary).
  • adn_get_operation — Get the full OpenAPI definition for a single operation by operationId (method, path, parameters, request body, responses).
  • 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.