icon for mcp server

Volcano Engine CDN

STDIO

Volcano Engine CDN MCP server for natural language business data and domain configuration analysis

CDN MCP Server

Volcano Engine CDN officially launches the MCP Server, which supports natural language queries and analysis of business data and domain configuration information. 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
DescriptionCDN Service Management Driven By Natural Language
CategoryCDN And Edge
TagsCDN, Content Delivery Network, Business Data Analysis, Domain Configuration Analysis

Tools

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

Business Data Query

Domain Configuration 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/cdn

Authentication Method

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

Installation

System Requirements

  • Python 3.12+

  • UV

    Linux/macOS:

    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-cdn": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_cdn", "mcp_cdn" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AccessKey", "VOLCENGINE_SECRET_KEY": "Your Volcengine SecretKey" } } } }

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

Be the First to Experience MCP Now