MCP Server · Live

The domain registrar built for AI agents, not humans.

MCPDomain gives Claude, ChatGPT, and Gemini the ability to check availability, register domains, configure email forwarding, and manage DNS — all inside the conversation. No tab switching. No registrar website.

claude · mcpdomain
You
I'm starting a bakery called Sweet Crumbs. Can you find me a domain?
Tool call
suggest_available_domains({ keywords: "sweet crumbs bakery" })
results: [ { domain: "sweetcrumbs.com", price: "$12.99/yr", score: 94 }, { domain: "sweetcrumbs.co", price: "$15.99/yr", score: 89 }, { domain: "getsweetcrumbs.com", price: "$12.99/yr", score: 82 } ]
Claude
sweetcrumbs.com is available for $12.99/year! It comes with free email forwarding, so [email protected] would forward to your Gmail. Want me to register it?
You
Yes! Forward emails to [email protected]
Tool calls
register_new_domain({ domain: "sweetcrumbs.com" })
configure_domain_email({ catch_all_to: "[email protected]" })
order_id: "MCD-1A2B3C" checkout_url: "https://mcpdomain.ai/pay/..." email: active
⚡ Live MCP Endpoint
Connect any MCP-compatible AI client to https://mcpdomain.ai/mcp — no install required.
Get started
7 MCP Tools

Everything an AI agent needs to own a domain.

Each tool has a detailed agentic description that tells the LLM exactly when to use it. Free tools work without authentication. Registration and configuration require a free MCPDomain account.

01
check_domain_availability Free
Verify whether a specific domain is available. Returns price, TLD detection, and up to 3 alternatives if taken.
02
suggest_available_domains Free
Generate creative domain ideas from keywords or a business description, with real-time availability checks across .com, .io, .ai, and 15+ more TLDs.
03
register_new_domain Auth
Initiate registration. Returns a secure Stripe checkout URL. After payment, the domain is registered and ready in under 60 seconds.
04
configure_domain_email Auth
Set up email forwarding to any inbox (Gmail, Outlook). Catch-all or specific aliases. No MX records required — just works.
05
configure_domain_dns Auth
Add A, CNAME, MX, TXT, AAAA, SRV records. The AI knows the right records for Vercel, Netlify, GitHub Pages, and other hosts.
06
get_my_domain_details Auth
Domain status, DNS records, email config, expiry, and unique AI bot crawling intelligence — which AI bots crawled your domain in the last 30 days.
07
transfer_existing_domain Auth
Move a domain from GoDaddy, Namecheap, or any other registrar to MCPDomain. 1 year added to expiry, all features unlocked.
Connect

Three ways to plug it in.

Use the hosted version (zero install) or run locally with stdio. Works with Claude Desktop, Claude Code, Cursor, Cline, and any MCP-compatible client.

Hosted (Recommended)
No install · Always up-to-date
# Connect any MCP client to: https://mcpdomain.ai/mcp
Claude Desktop
claude_desktop_config.json
{ "mcpServers": { "mcpdomain": { "command": "npx", "args": ["-y", "mcpdomain-mcp"] } } }
Claude Code
One command
# Add to Claude Code: claude mcp add mcpdomain \ -- npx -y mcpdomain-mcp
Smithery
MCP marketplace
# One-click install via Smithery CLI: npx @smithery/cli install mcpdomain
Cursor / Cline
.cursor/mcp.json
{ "mcpServers": { "mcpdomain": { "url": "https://mcpdomain.ai/mcp" } } }
Self-host
Full source on GitHub
git clone github.com/mcpdomain/mcp-server cd mcp-server && npm install npm run start:http
The Gap

AI agents have everything — except hands.

Millions of domain registrations begin inside an AI conversation. Today, those conversations end with "go to GoDaddy and search for it." MCPDomain closes that handoff.

01

No more tab switching

The AI checks availability, picks a name, registers it, and configures email — all without sending the user to a separate website. The conversation is the registrar.

02

Free email forwarding

Every domain comes with catch-all email forwarding to any inbox. No MX records, no email hosting, no $6/month per mailbox. Just contact@yourdomain → your Gmail.

03

Built on OpenSRS

700+ TLDs, ICANN-compliant, professional infrastructure. We're a Tucows reseller — same backend as the big registrars, with an AI-native interface on top.

04

AI bot intelligence

Unique to MCPDomain: see which AI crawlers (GPTBot, ClaudeBot, Bytespider) visit your registered domains. No other registrar provides this data.

05

Open source server

The MCP server is MIT-licensed on GitHub. Self-host it, audit it, fork it. We win by being the canonical hosted version, not by lock-in.

06

Discoverable by design

Listed on Smithery, the MCP Registry, and PulseMCP. Detailed agentic descriptions tell LLMs exactly when to use each tool. We optimize for being found.