Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

domain-suite-mcp MCP server](https://glama.ai/mcp/servers/oso95/domain-suite-mcp/badges/score.svg)](https://glama.ai/mcp/servers/oso95/domain-suite-mcp) πŸ“‡ 🏠 - Full domain lifecycle management: availability checking (zero config), registration, DNS, SSL,...

README.md

domain-suite-mcp

MCP server for AI agents to autonomously manage domains and DNS β€” without human intervention.

![npm version](https://www.npmjs.com/package/domain-suite-mcp) ![License: MIT](LICENSE) ![Node.js](https://nodejs.org) ![Tests](tests)

domain-suite-mcp is an open-source MCP server written in TypeScript that enables AI agents to autonomously manage domains and DNS without human intervention. It acts as a unified abstraction layer over multiple domain registrar and DNS provider APIs, exposing a consistent set of 21 MCP tools that any MCP-compatible agent can call.

AI agents can now build and deploy full applications end-to-end β€” writing code, provisioning infrastructure, pushing to production. The remaining gap in the autonomous shipping pipeline is domain and DNS management. domain-suite-mcp eliminates that gap.

An agent can now complete the full domain lifecycle without human intervention:

check availability β†’ register β†’ configure DNS β†’ provision SSL β†’ set up email

<a href="https://glama.ai/mcp/servers/oso95/domain-suite-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/oso95/domain-suite-mcp/badge" alt="domain-suite-mcp MCP server" /> </a>

---

Quick Start

No installation required. Domain availability checking works immediately with zero configuration via public RDAP/WHOIS protocols.

npx domain-suite-mcp

Add provider credentials via environment variables to enable registration, DNS management, SSL, and more.

Install globally

npm install -g domain-suite-mcp
domain-suite-mcp

Install Claude Code skills

Install five pre-built skills (/domain-check, /domain-register, /domain-dns-setup, /domain-email-setup, /domain-full-setup) into your Claude Code setup:

npx domain-suite-mcp install

This copies the skills to ~/.claude/skills/. Restart Claude Code to activate them.

Print MCP client config

npx domain-suite-mcp config

Prints the ready-to-paste JSON snippet for Claude Desktop, Cursor, Windsurf, or any MCP client.

---

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "domain": {
      "command": "npx",
      "args": ["-y", "domain-suite-mcp"],
      "env": {
        "PORKBUN_API_KEY": "pk1_...",
        "PORKBUN_SECRET_API_KEY": "sk1_..."
      }
    }
  }
}

Cursor / Windsurf / Kiro

Add to your MCP settings (varies by client):

{
  "command": "npx",
  "args": ["-y", "domain-suite-mcp"],
  "env": {
    "PORKBUN_API_KEY": "pk1_...",
    "PORKBUN_SECRET_API_KEY": "sk1_..."
  }
}

Claude Code

Install the skills, then add the MCP server to your project settings:

npx domain-suite-mcp install    # installs /domain-* skills to ~/.claude/skills/
npx domain-suite-mcp config     # prints the MCP server config to add

Once configured, you can invoke skills directly in Claude Code:

/domain-check myapp.com io,dev
/domain-register myapp.com
/domain-email-setup myapp.com google
/domain-full-setup myapp.com

See docs/SKILLS.md for full workflow patterns and prompt templates.

---

Provider Support

| Feature | Porkbun | Namecheap | GoDaddy | Cloudflare | |---|---|---|---|---| | Domain availability check | Yes | Yes | Yes | Yes | | Domain registration | Yes | Yes | Yes | Enterprise only | | Domain renewal | Yes | Yes | Yes | Enterprise only | | DNS record CRUD | Yes | Yes | Yes* | Yes | | SSL certificate management | Yes (full) | No | No | List/status only | | WHOIS contact management | No | Yes | Yes | Enterprise only | | Domain transfer (inbound) | Yes | Yes | Yes | No | | Pricing via API | Yes | Yes | Yes | No | | Sandbox / test environment | Yes | Yes | Yes | No |

\* GoDaddy DNS management requires 10+ active domains or Domain Pro plan (~$240/yr).

Recommended setup: Register on Porkbun or Namecheap, then point nameservers to Cloudflare for DNS. Best of both: easy registration + Cloudflare's fast DNS API.

---

Environment Variables

Porkbun

PORKBUN_API_KEY=pk1_...
PORKBUN_SECRET_API_KEY=sk1_...

Namecheap

NAMECHEAP_API_KEY=...
NAMECHEAP_API_USER=your_username
NAMECHEAP_CLIENT_IP=...   # optional; auto-detected if not set
NAMECHEAP_SANDBOX=true    # optional; use sandbox environment

Your server IP must be whitelisted in Namecheap under Profile β†’ Tools β†’ API Access β†’ Whitelisted IPs before any call will work.

GoDaddy

GODADDY_API_KEY=...
GODADDY_API_SECRET=...
GODADDY_SANDBOX=true   # optional; use OTE environment

Cloudflare

CLOUDFLARE_API_TOKEN=...
CLOUDFLARE_ACCOUNT_ID=...   # optional

---

Tools

| Tool | Description | |---|---| | list_providers | List configured providers and their capabilities | | check_availability | Check if a domain is available β€” works with zero configuration | | list_domains | List all domains across configured providers | | get_domain | Get details for a specific domain | | register_domain | Register a new domain | | renew_domain | Renew an existing domain | | list_dns_records | List all DNS records for a domain | | create_dns_record | Create a new DNS record | | update_dns_record | Update an existing DNS record (full replacement) | | delete_dns_record | Delete a DNS record | | list_certificates | List SSL certificates for a domain | | create_certificate | Provision a new SSL certificate | | get_certificate_status | Get the status of a certificate | | setup_spf | Add SPF record with mail provider template (Google, Resend, SendGrid, Mailgun, SES, Postmark) | | setup_dkim | Add DKIM record β€” supports RSA and Ed25519, idempotent | | setup_dmarc | Add DMARC policy record, idempotent | | setup_mx | Configure MX records with mail provider template | | transfer_domain_in | Initiate inbound domain transfer | | get_transfer_status | Check status of a pending transfer | | get_whois_contact | Get WHOIS contact info for a domain | | update_whois_contact | Update WHOIS contact info for a domain |

Full tool reference with schemas and examples: docs/TOOLS.md

---

Designed for AI Agents

Every error message tells the agent what went wrong, why, and exactly what to do next. No raw API error codes, no cryptic status numbers.

[IP_NOT_WHITELISTED] namecheap: Namecheap API authentication failed. Your server's IP
address must be whitelisted in your Namecheap account under Profile β†’ Tools β†’ API Access
β†’ Whitelisted IPs. β†’ Log in to Namecheap and add your current IP address to the whitelist.

Format: [ERROR_CODE] provider: what went wrong β†’ what to do

The server is fully stateless β€” no database, no persistent auth, no server to manage. Every call fetches fresh data directly from the provider API.

---

Documentation

| Document | Description | |---|---| | docs/TOOLS.md | Complete tool reference with schemas | | docs/PROVIDERS.md | Provider setup guides and known limitations | | docs/SKILLS.md | Agent workflow patterns and prompt templates | | CHANGELOG.md | Version history | | CONTRIBUTING.md | Contribution guide |

---

Contributing

Contributions are welcome. See CONTRIBUTING.md for setup, testing, and pull request guidelines.

git clone https://github.com/oso95/domain-suite-mcp.git
cd domain-suite-mcp
npm install && npm test

---

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Cloud & DevOps servers.