AgentStack
SKILL verified MIT Self-run

Domain Register

skill-oso95-domain-suite-mcp-domain-register · by oso95

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

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-oso95-domain-suite-mcp-domain-register

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Domain Register? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.
  1. Check availability first (call check_availability) unless the user has already confirmed the domain is available.
  1. 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)
  1. Confirm the details with the user before proceeding — registration is a paid, irreversible action.
  1. Call register_domain with all collected fields.
  1. 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.