— 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
✓ PassedNo 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 claimAbout
Register the domain $ARGUMENTS using the domain-suite-mcp server.
Steps
- Call
list_providersto see which providers support registration. If none do, tell the user which providers to configure and stop.
- Check availability first (call
check_availability) unless the user has already confirmed the domain is available.
- 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)
- Confirm the details with the user before proceeding — registration is a paid, irreversible action.
- Call
register_domainwith all collected fields.
- 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_FAILEDor similar, check environment variables withlist_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
- Source: 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.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.