icon for mcp server

Volcengine GA

STDIO

Official MCP Server for Volcengine GA supporting natural language queries for accelerator configuration

GA MCP Server

Official MCP Server for Volcengine GA (Global Accelerator), supporting natural language queries to analyze accelerator configuration information and monitoring data.

Versionv0.1.0
CategoryGlobal Accelerator
TagsGlobal Accelerator

Tools

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

Standard Accelerators

Basic Accelerators

Monitoring Data

Compatible Platforms

Clients that support MCP Server calls, such as Cline, Cursor, Claude Desktop, etc., can be used.

Authentication Method

Obtain AccessKey and SecretKey from the Volcengine Console - Access Control. Note: The AccessKey and SecretKey must have permissions for the OpenAPI (available tools) listed above.

Installation and Deployment

Environment Requirements

  • Install Python 3.10 or higher
  • Install uv
    • For Linux systems:
    curl -LsSf https://astral.sh/uv/install.sh | sh
    • For Windows systems:
    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    • Sync dependencies and update uv.lock:
    uv sync
    • Build mcp server:
    uv build

Integrate into MCP Client

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

License

MIT

Be the First to Experience MCP Now