
Volcano Engine CDN
STDIOVolcano Engine CDN MCP server for natural language business data and domain configuration analysis
Volcano Engine CDN MCP server for natural language business data and domain configuration analysis
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.
Version | v0.1.0 |
---|---|
Description | CDN Service Management Driven By Natural Language |
Category | CDN And Edge |
Tags | CDN, Content Delivery Network, Business Data Analysis, Domain Configuration Analysis |
The CDN MCP Server supports querying and analyzing business data information and domain configuration information, providing the following tools.
Business Data Query
DescribeDistrictData
: Get detailed access statisticsDescribeEdgeData
: Get detailed billing area dataDescribeDistrictSummary
: Get summary access statisticsDescribeEdgeSummary
: Get summary billing area dataDescribeOriginData
: Get detailed origin statisticsDescribeOriginSummary
: Get summary origin statisticsDescribeUserData
: Get detailed unique visitor dataDescribeDistrictRanking
: Get access data rankingDescribeEdgeRanking
: Get billing area data rankingDescribeOriginRanking
: Get origin data rankingDescribeEdgeStatusCodeRanking
: Get access status code rankingDescribeOriginStatusCodeRanking
: Get origin status code rankingDescribeStatisticalRanking
: Get hot object rankingDescribeOriginTopStatisticalData
: Get TOP origin URLsLDomain Configuration Query
DescribeCdnConfig
: Get accelerated domain configurationListCdnDomains
: Get accelerated domain listCan be used with clients that support MCP Server calls such as Cline, Cursor, Claude Desktop, etc.
https://console.volcengine.com/cdn
Obtain AccessKey and SecretKey from Volcano Engine Console - Access Control . Note: AccessKey and SecretKey must have the permissions for the above OpenAPIs (available tools).
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
{ "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" } } } }
The following environment variables can be used to configure the MCP server:
Environment Variable | Description | Default Value |
---|---|---|
VOLCENGINE_ACCESS_KEY | Volcano Engine account AccessKey | - |
VOLCENGINE_SECRET_KEY | Volcano Engine account SecretKey | - |
MIT