MCP Server
MCP
io.github.lzx3in/mcp-aliyun-domain
MCP server for Alibaba Cloud Domain - check availability, query details, list domains, create orders
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-aliyun-domain",
"version": "0.1.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "阿里云 AccessKey ID",
"format": "string",
"isSecret": true,
"name": "ALIBABA_CLOUD_ACCESS_KEY_ID"
},
{
"description": "阿里云 AccessKey Secret",
"format": "string",
"isSecret": true,
"name": "ALIBABA_CLOUD_ACCESS_KEY_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment