🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcpdomain

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcpdomain

MCPDomain MCP Server — The first domain registrar built for AI agents. Check availability, register domains, configure email forwarding and DNS, all from inside any AI conversation via Model Context Protocol. Zero runtime dependencies.

latest
Source
npmnpm
Version
1.0.7
Version published
Weekly downloads
43
30.3%
Maintainers
1
Weekly downloads
 
Created
Source

MCPDomain

The first domain registrar built natively for AI agents.

Buy and manage internet domains from inside any AI conversation — no registrar website, no DNS dashboard, no email-hosting setup. Powered by OpenSRS / Tucows, exposed as a Model Context Protocol server.

npm version Smithery license

Talk to your AI like this

"Find me a .com for a sourdough bakery in Brooklyn."

"Is sweetcrumbs.io available? If yes, register it."

"Set up hello@sweetcrumbs.com to forward to my Gmail."

"Point sweetcrumbs.com at my Vercel project."

"Which AI bots crawled sweetcrumbs.com this month?"

The agent picks the right tool, walks you through it, and hands you a Stripe checkout URL when payment is needed. The domain is registered in your name — portable, renewable, transferable.

Why MCPDomain

  • Zero context switching. Stay in the chat. No registrar UI, no DNS dashboard, no MX record copy-paste.
  • Free email forwarding. hello@yourdomain.com → your existing inbox. No mail server, no MX setup, catch-all or per-alias.
  • Free managed DNS. The agent already knows the records for Vercel, Netlify, GitHub Pages, Cloudflare Pages — just ask.
  • AI bot intelligence. 30-day report of which AI crawlers (GPTBot, ClaudeBot, Google-Extended, Bytespider) hit your domain. No other registrar offers this.
  • Real registrar. ICANN-accredited, backed by OpenSRS / Tucows.

The 7 tools

ToolWhat it does
check_domain_availabilityIs this exact name free? What's it cost?
suggest_available_domainsBrandable name ideas, real-time verified.
register_new_domainStart a registration; returns a Stripe checkout URL.
configure_domain_emailCatch-all or per-alias email forwarding.
configure_domain_dnsA / CNAME / MX / TXT, with presets for common hosts.
get_my_domain_detailsStatus, expiry, DNS, email forwards, AI-bot stats.
transfer_existing_domainMove a domain in from another registrar.

Install

Point any remote-MCP-capable client at:

https://mcpdomain.ai/mcp

No install. No keys. No Node required.

Option B — Smithery one-click

npx @smithery/cli install @danboabes/mcpdomain

Option C — local stdio

npm install -g mcpdomain

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "mcpdomain": {
      "command": "npx",
      "args": ["-y", "mcpdomain"]
    }
  }
}

Cursor

Settings → MCP → Add new server:

{
  "mcpdomain": {
    "command": "npx",
    "args": ["-y", "mcpdomain"]
  }
}

OpenClaw (via McPorter)

npm install -g mcporter
mcporter install mcpdomain --target openclaw

This auto-writes the server to ~/.openclaw/workspace/config/mcporter.json.

Example conversation

You:    Find me a .com for a sourdough bakery in Brooklyn.

Claude: sweetcrumbs.com is taken, but these are available:
        - brooklynsourdough.com  — $14.99
        - crumbsbrooklyn.com     — $14.99
        - doughbk.com            — $14.99
        Want me to register one?

You:    Yes, brooklynsourdough.com. Forward hello@ to my gmail.

Claude: Here's your checkout link: https://mcpdomain.ai/c/ord_abc123
        Once you pay, I'll set up email forwarding automatically.

No registrar UI. No DNS dashboard. No MX-record copy-paste.

Architecture

  Claude / ChatGPT / Cursor
            │  MCP
            ▼
   mcpdomain (this package, stdio)
            │  HTTPS
            ▼
   mcpdomain.ai (Cloudflare Worker + D1)
            │  XML API
            ▼
   OpenSRS / Tucows registrar

The heavy lifting — orders, Stripe checkout, DNS, email forwarding, bot-intel logging — lives in the Cloudflare Worker, not in this local package. That keeps the npm install tiny and the client free of API keys.

Pricing

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.

Privacy

  • 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.

License

MIT — see LICENSE.

Keywords

mcp

FAQs

Package last updated on 18 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts