MCPDomain
Automates DNS configuration for Cloudflare Pages deployments.
Automates DNS configuration for GitHub Pages deployments.
Configures email forwarding to Gmail inboxes for domain emails.
Automates DNS configuration for Netlify deployments.
Processes payments for domain registration and renewal through Stripe checkout.
Automates DNS configuration for Vercel deployments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCPDomainfind available domains for a coffee shop"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCPDomain
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.
What it looks like
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, and 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.That's the entire flow. No registrar UI, no DNS dashboard, no MX-record copy-paste.
Related MCP server: Domain Checker MCP Server
Features
7 MCP tools covering the full domain lifecycle (see below).
Free email forwarding —
hello@yourdomain.com→ your existing inbox. No mail server. No MX setup.Free managed DNS — the agent already knows the records for Vercel, Netlify, GitHub Pages, Cloudflare Pages. Ask and it's done.
AI bot intelligence — 30-day report of which AI crawlers (GPTBot, ClaudeBot, Google-Extended, Bytespider, etc.) hit your domain. No other registrar offers this.
Backed by a real registrar — OpenSRS / Tucows, ICANN-accredited. Your domain is in your name, portable, renewable, transferable.
Tools
Tool | What it does |
| Is this exact name free? What's it cost? |
| Brandable name ideas, real-time verified. |
| Start a registration, returns a Stripe checkout URL. |
| Catch-all or per-alias email forwarding. |
| A / CNAME / MX / TXT, with presets for common hosts. |
| Status, expiry, DNS, email forwards, AI-bot stats. |
| Move a domain in from another registrar. |
Tool prompts (the text the LLM actually reads) live in
mcp-server/src/tool-descriptions.ts.
Install
Hosted (easiest)
Point any remote-MCP-capable client at:
https://mcpdomain.ai/mcpNo install. No keys.
Local stdio
npm install -g mcpdomainClaude Desktop — edit your claude_desktop_config.json:
{
"mcpServers": {
"mcpdomain": {
"command": "npx",
"args": ["-y", "mcpdomain"]
}
}
}Cursor — Settings → MCP → Add:
{
"mcpdomain": {
"command": "npx",
"args": ["-y", "mcpdomain"]
}
}OpenClaw — one line, via McPorter:
npm install -g mcporter
mcporter install mcpdomain --target openclawThat 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.
Architecture
Claude / ChatGPT / Cursor
│ MCP
▼
mcpdomain (stdio package)
│ HTTPS
▼
mcpdomain.ai (Cloudflare Worker + D1)
│ XML API
▼
OpenSRS / Tucows registrarMost 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:
mcp-server/ ← the npm package (this is `mcpdomain` on npm)
src/ ← TypeScript source
Dockerfile ← container build for HTTP transport
worker/ ← Cloudflare Worker (server-side)
src/ ← endpoints, admin dashboard, OpenSRS adapter
migrations/ ← D1 schemaDevelopment
git clone https://github.com/danboabes/mcpdomain.git
cd mcpdomain/mcp-server
npm install
npm run dev # runs the MCP server over stdio via tsxTo run the HTTP transport locally:
npm run dev:httpThe MCP Inspector from Anthropic is the fastest way to poke at tools while iterating.
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.
Links
Web: mcpdomain.ai
npm: mcpdomain
Hosted MCP:
https://mcpdomain.ai/mcp
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to check domain availability across multiple TLDs with real-time pricing, brainstorm creative domain names, analyze domains for brandability and SEO potential, and search for domains by price and category without CAPTCHAs.Last updated63MIT
- AlicenseAqualityDmaintenanceEnables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.Last updated3MIT
- Flicense-qualityCmaintenanceEnables AI assistants to perform real-time domain name availability checks and validate domain syntax according to RFC standards. It supports both stdio and SSE transports to bridge the gap between AI models and domain registration services.Last updated1

Bloomfilterofficial
AlicenseAqualityCmaintenanceService that lets AI Agents search, register, and configure domainsLast updated101939MIT
Related MCP Connectors
Domain search, registration, DNS, marketplace, and checkout with your AI agent.
Search domain availability and pricing, straight from chat — then open a link to register.
Internet identity for AI agents: register or broker domains, email, DNS - pay by card or USDC.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danboabes/mcpdomain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server