← audiodelivery.net
INDIVIDUAL MCP TOOL
adn_about
Report the MCP server version, the bundled OpenAPI version, the docs source (bundled snapshot vs live), and the canonical API base URL.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.audiodelivery-net]
url = "https://mcp.audiodelivery.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"audiodelivery-net": {
"type": "http",
"url": "https://mcp.audiodelivery.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: audiodelivery-net
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": {
"audiodelivery-net": {
"url": "https://mcp.audiodelivery.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"audiodelivery-net": {
"type": "http",
"url": "https://mcp.audiodelivery.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "audiodelivery-net",
"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_search_docs— Search the bundled AudioDN documentation (llms-full.txt, OpenAPI operation summaries, and guides) for a keyword or phrase.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_get_guide— Get a concise, canonical guide for a core AudioDN concept.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.