monadomain-mcp 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -0
- package/bin.js +6 -0
- package/package.json +14 -0
package/README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# monadomain-mcp
|
|
2
|
+
|
|
3
|
+
MCP server cho AI agent **mua tên miền .vn và quốc tế ngay trong phiên code**, trả bằng VND. Đây là gói alias của [`monacloud-mcp`](https://www.npmjs.com/package/monacloud-mcp) (MONA Cloud, The MONA Group, Việt Nam): cùng server, cùng 21 tool `cloud_domain_*`, cùng tài khoản MONA Pass và ví VND.
|
|
4
|
+
|
|
5
|
+
## Cài 1 dòng
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
# Claude Code
|
|
9
|
+
claude mcp add monadomain -- npx -y monadomain-mcp
|
|
10
|
+
|
|
11
|
+
# Codex (~/.codex/config.toml)
|
|
12
|
+
[mcp_servers.monadomain]
|
|
13
|
+
command = "npx"
|
|
14
|
+
args = ["-y", "monadomain-mcp"]
|
|
15
|
+
|
|
16
|
+
# Cursor (.cursor/mcp.json)
|
|
17
|
+
{ "mcpServers": { "monadomain": { "command": "npx", "args": ["-y", "monadomain-mcp"] } } }
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Nói gì với AI
|
|
21
|
+
|
|
22
|
+
> Mua tên miền cho app này, ưu tiên .vn, duyệt tới 800.000đ.
|
|
23
|
+
|
|
24
|
+
AI sẽ: `cloud_domain_search` (tra tên + giá VND đã VAT, không cần đăng nhập) → hỏi bạn xác nhận chính tả và duyệt tiền → `cloud_domain_reserve` giữ chỗ 30 phút, in QR VietQR cho bạn quét → bạn bấm `claim_url`, đăng nhập MONA Pass một bước (Google/GitHub/email, lần đầu tự tạo ví) → tên miền về tài khoản → `cloud_domain_attach` trỏ DNS + SSL vào app.
|
|
25
|
+
|
|
26
|
+
- Đuôi bán ngay có giá: .vn .com.vn .net.vn .id.vn .io.vn .edu.vn .com .net .org .info .biz .io .ai .app .dev .shop .store .online .site .xyz .tech .cloud .vip .top .co .me .tv .asia .us .uk — còn 500+ đuôi khác báo giá khi mua.
|
|
27
|
+
- .vn: AI điền bản khai, bạn xác thực chủ thể một lần theo luật VNNIC.
|
|
28
|
+
- Tài liệu cho agent: https://monadomain.vn/AGENTS.md · https://monadomain.vn/llms.txt · REST không cần token: `GET https://api.monacloud.vn/api/domains/search?q=<tên>&tlds=vn,com`.
|
|
29
|
+
|
|
30
|
+
Vận hành bởi The MONA Group (mona.media · monacloud.vn), từ 2016, hơn 14.000 dự án. Tổng đài 1900 636 648 · info@themona.global.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
**English:** MCP server that lets AI agents (Claude Code, Codex, Cursor, Gemini) search, reserve and buy `.vn` and international domains in VND from the terminal; guests can reserve before creating an account. Alias of `monacloud-mcp`.
|
package/bin.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
// monadomain-mcp = alias chạy đúng server monacloud-mcp (cùng tool cloud_domain_*, cùng tài khoản MONA Pass, cùng ví VND).
|
|
3
|
+
import { createRequire } from 'node:module';
|
|
4
|
+
const require = createRequire(import.meta.url);
|
|
5
|
+
const target = require.resolve('monacloud-mcp/dist/index.js');
|
|
6
|
+
await import(target);
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "monadomain-mcp",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "MCP server để AI agent (Claude Code, Codex, Cursor, Gemini) tra giá, giữ chỗ và mua tên miền .vn + quốc tế bằng VND ngay trong phiên code — gói alias của monacloud-mcp (MONA Domain, The MONA Group). / MCP for AI agents to search, reserve and buy .vn and international domains in VND from the terminal.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"bin": { "monadomain-mcp": "bin.js" },
|
|
8
|
+
"files": ["bin.js", "README.md"],
|
|
9
|
+
"dependencies": { "monacloud-mcp": "^0.10.6" },
|
|
10
|
+
"keywords": ["mcp", "model-context-protocol", "domain", "domains", "ten-mien", "vn-domain", ".vn", "vietnam", "vnd", "domain-registrar", "buy-domain", "vercel-domains-alternative", "namecheap-alternative", "claude", "claude-code", "cursor", "codex", "gemini", "ai-agent", "vibecoder", "mona-cloud", "monadomain"],
|
|
11
|
+
"homepage": "https://monadomain.vn",
|
|
12
|
+
"repository": { "type": "git", "url": "git+https://github.com/themonagroup/monacloud-mcp.git" },
|
|
13
|
+
"engines": { "node": ">=18" }
|
|
14
|
+
}
|