The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCPDomain listing page.
Buy and manage internet domains from inside any AI chat.
MCPDomain is the first domain registrar exposed as a Model Context Protocol server. Ask Claude, ChatGPT, or Cursor to find a domain — they can check availability, register it, set up free email forwarding, configure DNS, and show you which AI bots are crawling it, all without leaving the chat.
Hosted endpoint:
https://mcpdomain.ai/mcp— plug into any remote-MCP-capable client, no install needed. Local stdio:npm install -g mcpdomain— see below.
That's the entire flow. No registrar UI, no DNS dashboard, no MX-record copy-paste.
hello@yourdomain.com → your existing
inbox. No mail server. No MX setup.| Tool | What it does |
|---|---|
check_domain_availability | Is this exact name free? What's it cost? |
suggest_available_domains | Brandable name ideas, real-time verified. |
register_new_domain | Start a registration, returns a Stripe checkout URL. |
configure_domain_email | Catch-all or per-alias email forwarding. |
configure_domain_dns | A / CNAME / MX / TXT, with presets for common hosts. |
get_my_domain_details | Status, expiry, DNS, email forwards, AI-bot stats. |
transfer_existing_domain | Move a domain in from another registrar. |
Tool prompts (the text the LLM actually reads) live in
mcp-server/src/tool-descriptions.ts.
Point any remote-MCP-capable client at:
No install. No keys.
Claude Desktop — edit your claude_desktop_config.json:
Cursor — Settings → MCP → Add:
OpenClaw — one line, via McPorter:
That writes the server to ~/.openclaw/workspace/config/mcporter.json
automatically. If you prefer editing it manually, drop the same
mcpServers block from the Claude Desktop snippet above into that file.
More client recipes are in the npm README.
Most of the logic — orders, Stripe checkout, DNS, email forwarding, bot-intel logging — lives in the Cloudflare Worker, not in the local package. That keeps the npm install tiny and the client free of API keys.
Source layout:
To run the HTTP transport locally:
The MCP Inspector from Anthropic is the fastest way to poke at tools while iterating.
Prices the agent quotes are what you pay at checkout — wholesale + a small flat margin, no "first year free" bait, no auto-renew price hikes. Current TLD prices are on mcpdomain.ai.
Whois privacy is on by default wherever the TLD supports it. The bot-intel feature logs AI crawler traffic only, never visitor PII. Payments go through Stripe — we never see card details.
MIT — see LICENSE.
https://mcpdomain.ai/mcp