ESCloud MCP Server
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"escloud-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# ESCloud MCP Server This mcp server is used to provide interaction with escloud service on volcengine platform. It is a Model Control Protocol([MCP](https://modelcontextprotocol.io/introduction)) server implementation. This server enables querying the available zones in specific region, getting the config, nodes, plugins of instance, and more. ## Prerequisites Before using this mcp server, you need to install the following components: - ak/sk for volcano engine - python 3.10+ or higher - [uv](https://github.com/astral-sh/uv) installed ## Usage Obtain ak/sk from the [volcengine](https://www.volcengine.com/): login -> right top user icon -> api access secret key. ### Usage with Trae TODO ### Usage with Cline #### Using uvx with published package First, adding the following code to the config file `cline_mcp_settings.json`, it will automatically download the latest published package from the registry and run it. Then you need to change `your_volcengine_ak` and `your_volcengine_sk` to your ak and sk. ```json { "mcpServers": { "escloud-mcp-server": { "disabled": false, "timeout": 60, "command": "uvx", "args": [ "escloud-mcp-server" ], "env": { "VOLC_ACCESS_KEY": "your_volcengine_ak", "VOLC_SECRET_KEY": "your_volcengine_sk" }, "transportType": "stdio" } } } ``` #### Using uv with local development First, cloning the repository locally and specifying the path to source code. Then add the following code to the config file `cline_mcp_settings.json`. Last you need to change `path/to/src/escloud_mcp_server` to the path where you cloned the repository, and change `your_volcengine_ak` and `your_volcengine_sk` to your ak and sk. ```json { "mcpServers": { "escloud-mcp-server": { "disabled": false, "timeout": 60, "command": "uv", "args": [ "--directory", "path/to/src/escloud_mcp_server", "run", "server.py" ], "env": …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.