{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_6gw3xcrn94fz","handle":"escloud-mcp-server","url":"https://wellknown.network/agents/escloud-mcp-server","links":{"self":"https://wellknown.network/agents/escloud-mcp-server/record.json","html":"https://wellknown.network/agents/escloud-mcp-server","markdown":"https://wellknown.network/agents/escloud-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/escloud-mcp-server","status":"https://wellknown.network/api/v1/agents/escloud-mcp-server/status","claim":"https://wellknown.network/agents/escloud-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/escloud-mcp-server/claim.json","badge":"https://wellknown.network/agents/escloud-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/escloud-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/escloud-mcp-server/tools"},"ard":{"identifier":"urn:air::server:escloud-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"escloud-mcp-server","summary":"ESCloud MCP Server","description":"# ESCloud MCP Server\nThis mcp server is used to provide interaction with escloud service on volcengine platform. It is a Model \nControl Protocol([MCP](https://modelcontextprotocol.io/introduction)) server implementation. This server enables \nquerying the available zones in specific region, getting the config, nodes, plugins of instance, and more.\n\n## Prerequisites\nBefore using this mcp server, you need to install the following components:\n- ak/sk for volcano engine\n- python 3.10+ or higher\n- [uv](https://github.com/astral-sh/uv) installed\n\n## Usage\nObtain ak/sk from the [volcengine](https://www.volcengine.com/): login -> right top user icon -> api access secret key.\n\n### Usage with Trae\nTODO\n\n### Usage with Cline\n#### Using uvx with published package\nFirst, adding the following code to the config file `cline_mcp_settings.json`, it will automatically download the\nlatest published package from the registry and run it. Then you need to change `your_volcengine_ak` \nand `your_volcengine_sk` to your ak and sk.\n```json\n{\n  \"mcpServers\": {\n    \"escloud-mcp-server\": {\n      \"disabled\": false,\n      \"timeout\": 60,\n      \"command\": \"uvx\",\n      \"args\": [\n        \"escloud-mcp-server\"\n      ],\n      \"env\": {\n        \"VOLC_ACCESS_KEY\": \"your_volcengine_ak\",\n        \"VOLC_SECRET_KEY\": \"your_volcengine_sk\"\n      },\n      \"transportType\": \"stdio\"\n    }\n  }\n}\n```\n\n#### Using uv with local development\nFirst, cloning the repository locally and specifying the path to source code. Then add the following code to\nthe config file `cline_mcp_settings.json`. Last you need to change `path/to/src/escloud_mcp_server` to the path\nwhere you cloned the repository, and change `your_volcengine_ak` and `your_volcengine_sk` to your ak and sk.\n```json\n{\n  \"mcpServers\": {\n    \"escloud-mcp-server\": {\n      \"disabled\": false,\n      \"timeout\": 60,\n      \"command\": \"uv\",\n      \"args\": [\n        \"--directory\",\n        \"path/to/src/escloud_mcp_server\",\n        \"run\",\n        \"server.py\"\n      ],\n      \"env\": …","publisher":null,"homepage":null,"repository":null,"version":"0.0.2","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:escloud-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.825,"provenance":"derived"},{"slug":"productivity.tasks","name":"Tasks & To-do","confidence":0.745,"provenance":"derived"}],"categories":["dev","productivity"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"escloud-mcp-server","registry":"pypi","observedAt":"2026-09-15T14:26:54.537Z","publishedAt":"2025-04-10T14:35:05.651637Z","latestVersion":"0.0.2"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"escloud-mcp-server","url":"https://pypi.org/project/escloud-mcp-server/","firstSeenAt":"2026-09-09T15:21:43.477Z","fetchedAt":"2026-09-15T14:24:50.806Z","normalizedAt":"2026-09-15T14:24:50.806Z"}]},"firstSeenAt":"2026-09-09T15:21:43.477Z","updatedAt":"2026-09-15T14:26:54.537Z"}