# io.github.lzx3in/mcp-aliyun-domain (npm · mcp-aliyun-domain)

MCP server for Alibaba Cloud Domain - check availability, query details, list domains, create orders

- Trust score: 70/100 (medium)
- Change this week: +30
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-aliyun-domain`: 70/100 (this document), [markdown](https://verifymcp.io/servers/lzx3in-mcp-aliyun-domain/mcp-aliyun-domain.md), [page](https://verifymcp.io/servers/lzx3in-mcp-aliyun-domain/mcp-aliyun-domain)

## Channel facts

- Registry: `npm`
- Package: `mcp-aliyun-domain`
- Version: `0.1.8`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 89/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (133 of 137), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (133 of 137), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 71/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Cryptographically verified build provenance (signed, bound to lzx3in/mcp-aliyun-domain).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 37 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 417 tokens (~104/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add lzx3in-mcp-aliyun-domain -- npx -y mcp-aliyun-domain
```

### Codex

```bash
codex mcp add lzx3in-mcp-aliyun-domain -- npx -y mcp-aliyun-domain
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lzx3in-mcp-aliyun-domain": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-aliyun-domain"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lzx3in-mcp-aliyun-domain --command npx --arg -y --arg mcp-aliyun-domain
```

### Hermes

```yaml
mcp_servers:
  lzx3in-mcp-aliyun-domain:
    command: "npx"
    args: ["-y", "mcp-aliyun-domain"]
```

### Other

```json
{
  "mcpServers": {
    "lzx3in-mcp-aliyun-domain": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-aliyun-domain"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 70, +54)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: lzx3in/mcp-aliyun-domain
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 16, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (4)

### `check_domain` (~105 tokens)

检查域名可用性

通过阿里云检查域名是否可注册。返回可用性状态、是否溢价域名以及不可注册原因。

Input parameters:

- `domainName` (string, required): 要查询的域名，例如: example.com
- `feeCommand` (string): 操作类型: create（注册，默认）、renew（续费）、transfer（转入）、restore（恢复）
- `feePeriod` (integer): 注册年限（1-10年，默认1年）

### `query_domain_detail` (~57 tokens)

查询域名详情

查询阿里云账号下指定域名的详细信息，包括注册者信息、到期时间、验证状态、DNS设置和管理状态等。

Input parameters:

- `domainName` (string, required): 要查询的域名，例如: example.com

### `list_domains` (~86 tokens)

列出域名列表

列出阿里云账号下的所有域名，支持分页和关键词搜索。显示域名、到期时间、状态和审核信息。

Input parameters:

- `keyWord` (string): 搜索关键词，用于过滤域名
- `pageNum` (integer): 页码（默认1）
- `pageSize` (integer): 每页数量（默认20，最大20）

### `create_order` (~169 tokens)

创建域名注册订单

创建域名注册订单（警告：此操作涉及支付）。需要提供已创建的注册者模板ID。建议先使用 check_domain 确认可注册性。

Input parameters:

- `couponNo` (string): 优惠券代码（可选）
- `dns1` (string): 主DNS服务器（默认: ns1.aliyun.com）
- `dns2` (string): 副DNS服务器（默认: ns2.aliyun.com）
- `domainName` (string, required): 要注册的域名
- `enableDomainProxy` (boolean): 是否开启WHOIS隐私保护（默认关闭）
- `period` (integer, required): 注册年限（1-10年）
- `registrantProfileId` (integer, required): 注册者模板ID（需先在阿里云控制台创建）

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lzx3in-mcp-aliyun-domain/mcp-aliyun-domain#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 70
- 2026-08-01: 16
- 2026-07-31: 16
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/mcp-aliyun-domain
- Socket report: https://socket.dev/npm/package/mcp-aliyun-domain
- Changelog RSS feed: https://verifymcp.io/servers/lzx3in-mcp-aliyun-domain/mcp-aliyun-domain/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lzx3in-mcp-aliyun-domain/mcp-aliyun-domain/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lzx3in-mcp-aliyun-domain/mcp-aliyun-domain
