# Domain Register

> Register a new domain name. Use when the user wants to purchase a domain. Requires domain-suite-mcp with Porkbun, Namecheap, or GoDaddy configured.

- **Type:** Skill
- **Install:** `agentstack add skill-oso95-domain-suite-mcp-domain-register`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [oso95](https://agentstack.voostack.com/s/oso95)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [oso95](https://github.com/oso95)
- **Source:** https://github.com/oso95/domain-suite-mcp/tree/main/skills/domain-register
- **Website:** https://www.npmjs.com/package/domain-suite-mcp

## Install

```sh
agentstack add skill-oso95-domain-suite-mcp-domain-register
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Register the domain $ARGUMENTS using the domain-suite-mcp server.

## Steps

1. Call `list_providers` to see which providers support registration. If none do, tell the user which providers to configure and stop.

2. Check availability first (call `check_availability`) unless the user has already confirmed the domain is available.

3. Collect required information if not already provided:
   - **Registrant contact**: firstName, lastName, email, phone (format: +1.5555555555), address1, city, state, postalCode, country (2-letter ISO)
   - **Provider**: which registrar to use (default to the first configured provider that supports registration)
   - **Years**: registration period (default: 1)
   - **Privacy protection**: WHOIS privacy (default: true — strongly recommend keeping enabled)
   - **Auto-renew**: whether to auto-renew on expiry (ask the user)

4. Confirm the details with the user before proceeding — registration is a paid, irreversible action.

5. Call `register_domain` with all collected fields.

6. On success, offer to:
   - Configure DNS records (suggest `/domain-dns-setup`)
   - Set up email authentication (suggest `/domain-email-setup`)

## Notes
- Porkbun registration requires: verified email, verified phone, account credit, and at least one previously registered domain
- GoDaddy registration requires Domain Pro plan or 10+ existing domains for DNS write access
- If the call fails with `AUTH_FAILED` or similar, check environment variables with `list_providers`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [oso95](https://github.com/oso95)
- **Source:** [oso95/domain-suite-mcp](https://github.com/oso95/domain-suite-mcp)
- **License:** MIT
- **Homepage:** https://www.npmjs.com/package/domain-suite-mcp

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-oso95-domain-suite-mcp-domain-register
- Seller: https://agentstack.voostack.com/s/oso95
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
