Allows pointing domain nameservers to Cloudflare for external DNS and security management.
Allows pointing domain nameservers to Netlify for site hosting and configuration.
Generates Stripe checkout sessions to facilitate secure credit and debit card payments for domain purchases.
Allows pointing domain nameservers to Vercel for application hosting and deployment.
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., "@ClawDaddy MCP ServerCheck if my-new-app.com is available and get a checkout link"
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.
Features
Domain Lookup - Check availability and pricing instantly
Domain Purchase - Buy domains via Stripe (credit/debit card)
Domain Brainstorming (API) - Get available suggestions via
POST /api/brainstorm(API endpoint; MCP tool coming soon)DNS Management - Full CRUD for A, AAAA, CNAME, MX, TXT, NS, SRV records
Nameserver Control - Point to Cloudflare, Vercel, Netlify, or any provider
Domain Settings - Manage transfer lock, auto-renew, and privacy
Transfer Support - Get auth codes to move domains to other registrars
Token Recovery - Recover lost management tokens via email
No CAPTCHAs. No signup for lookups. Bearer tokens for management.
Installation
Claude Desktop
Add to your ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"clawdaddy": {
"command": "npx",
"args": ["-y", "clawdaddy-mcp"]
}
}
}Restart Claude Desktop after saving.
Manual Installation
npm install -g clawdaddy-mcpAvailable Tools
Lookup Tools (No Auth Required)
Tool | Description |
| Check if a domain is available with pricing |
| Get purchase quote with pricing |
| Get Stripe checkout URL for domain purchase |
Management Tools (Requires Token)
Tool | Description |
| Get domain overview, nameservers, settings |
| List all DNS records |
| Create A, AAAA, CNAME, MX, TXT, NS, SRV records |
| Modify existing DNS records |
| Remove DNS records |
| Get current nameservers |
| Update nameservers (Cloudflare, Vercel, etc.) |
| Get lock, auto-renew, privacy settings |
| Change domain settings |
| Get auth code for domain transfer |
| Recover lost management token |
Usage Examples
Check Domain Availability
User: Is coolstartup.com available?
Claude: [Uses lookup_domain tool]
Domain: coolstartup.com
Status: AVAILABLE
Available: Yes
Purchase Price: $12.99/year
Renewal Price: $19.99/yearPurchase a Domain
User: Buy coolstartup.com
Claude: [Uses purchase_domain tool]
Stripe Checkout Session Created
Checkout URL: https://checkout.stripe.com/c/pay/cs_live_...
** ACTION REQUIRED: Have your human open the checkout URL to complete
payment with their credit card. **
After payment:
1. The management token will be shown on the success page
2. A confirmation email will be sent with the token
3. Save the token to manage DNS, nameservers, and settingsImportant: The agent generates a checkout URL, but a human must complete the payment via Stripe. After payment, provide the management token back to the agent for DNS/nameserver management.
Configure DNS
User: Point coolstartup.com to my server at 123.45.67.89
Claude: [Uses add_dns_record tool]
DNS Record Created:
[1] @ A 123.45.67.89 TTL:300
User: Add a www subdomain too
Claude: [Uses add_dns_record tool]
DNS Record Created:
[2] www CNAME coolstartup.com TTL:300Point to Cloudflare
User: Use Cloudflare nameservers for coolstartup.com
Claude: [Uses set_nameservers tool]
Nameservers updated!
Nameservers for coolstartup.com:
- ns1.cloudflare.com
- ns2.cloudflare.comPurchase Flow
Agent calls
purchase_domainwith the domain nameAgent receives a Stripe checkout URL
Human opens the checkout URL and completes payment with credit card
Human sees the management token on the success page (also emailed)
Human provides the token to the agent (e.g., "my token is clwd_abc123...")
Agent can now manage DNS, nameservers, and settings using the token
Management Tokens
After purchase, you receive a management token (clwd_xxx...). This token is required for all domain management operations.
Important:
Save your token immediately - it cannot be retrieved without recovery
Token recovery generates a new token and invalidates the old one
Use
recover_tokenwith your email address if lost
Current Promotion
Lobster Launch Special: $0 Service Fee!
During our launch, ClawDaddy charges zero markup. You pay exactly what we pay to the registrar.
API Architecture
Claude Desktop
|
v
ClawDaddy MCP Server (this package)
|
v
ClawDaddy.app API
|
v
Name.com (Registrar)Troubleshooting
Tool not found
Restart Claude Desktop after configuration changes
401 Unauthorized
Check that your management token is correct
Tokens start with
clwd_
Domain not available
The domain may have been registered since your last check
Use
lookup_domainto verify current status
Rate limiting
Free service has reasonable-use limits
Wait and retry if you see 429 errors
License
MIT
Built with claws by ClawDaddy.app
Brainstorm Available Domains (API)
This endpoint returns available domains quickly (cache + live checks).
POST https://clawdaddy.app/api/brainstorm
{
"prompt": "AI tool for async standups",
"count": 8,
"mode": "balanced",
"max_price": 30,
"tlds": ["com","io","ai"],
"style": "brandable"
}Note: This is an API endpoint (not yet exposed as an MCP tool).
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.