icon for mcp server

MCDN

STDIO

Volcano Engine Multi-Cloud CDN MCP server for natural language CDN data analysis

MCDN MCP Server

Volcano Engine Multi-Cloud CDN officially launches the MCP Server, which supports natural language queries and analysis of domain information and monitoring data. It is suitable for scenarios such as operation and maintenance troubleshooting, data analysis, etc., helping to build more intelligent cloud business operation and maintenance scenarios.

Versionv0.1.0
DescriptionMulti-Cloud CDN Service Driven By Natural Language
CategoryCDN And Edge
TagsMulti-Cloud CDN, Business Data Analysis

Tools

CDN MCP Server supports querying and analyzing business data information and domain configuration information, providing the following tools.

Cloud Account and Domain Query

Business Data Query

Compatible Platforms

Can be used with clients that support MCP Server calls such as Cline, Cursor, Claude Desktop, etc.

Service Activation Link (Overall Product)

https://console.volcengine.com/mcdn

Authentication Method

Obtain AccessKey and SecretKey from Volcano Engine Console - Access Control. Note: AccessKey and SecretKey must have permissions for the above OpenAPIs (available tools).

Installation and Deployment

System Requirements

  • Python 3.10 or higher

  • Install uv

    • For Linux systems:
    curl -LsSf https://astral.sh/uv/install.sh | sh

    Windows:

    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  • Volcano Engine account and AccessKey/SecretKey

Deployment

Integrate into MCP Client

{ "mcpServers": { "mcp_server_mcdn": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_mcdn", "mcp_server_mcdn" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK", "VOLCENGINE_SECRET_KEY": "Your Volcengine SK" } } } }

Environment Variables

The following environment variables can be used to configure the MCP server:

Environment VariableDescriptionDefault Value
VOLCENGINE_ACCESS_KEYVolcano Engine account AccessKey-
VOLCENGINE_SECRET_KEYVolcano Engine account SecretKey-

License

MIT

Usage Examples

CDN Traffic Data Analysis

User InputQuery traffic data from the past week, compare and analyze traffic characteristics and proportions across different CDN providers, and provide traffic distribution optimization suggestions
Model Inference Process1. Automatically decompose task execution steps based on user questions
Step 1
2. Call tools
Step 2
3. Analyze based on request data
Step 3
Analysis ConclusionAnalysis Result

CDN Service Quality Analysis

User InputQuery overall business statistics from the past week, analyze quality differences among providers except Volcano Engine
Model Inference Process1. Automatically decompose task execution steps based on user questions
Step 1
2. Call tools
Step 2
3. Self-correct when encountering errors
Step 3
4. Analyze based on request data
Step 4
Analysis ConclusionAnalysis Result

Be the First to Experience MCP Now