loading…
Search for a command to run...
loading…
Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS - all without leaving your coding
Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS - all without leaving your coding session.
Domain registration for AI agents. Check availability, buy domains, and configure DNS without leaving your terminal.
InstaDomain is an MCP server that lets AI coding assistants (Claude Code, Cursor, Windsurf) register domains on your behalf. Pay with Stripe or x402 (USDC on Base). Domains are registered in your name with Cloudflare DNS auto-configured.
You're building a project in Claude Code. You need a domain. Today you alt-tab to Namecheap, search, add to cart, fill out forms, configure DNS. That's 10 minutes of context-switching.
With InstaDomain, your AI agent checks availability, shows you the price, and buys it in one conversation. DNS is ready before you finish your next prompt.
| Tool | What it does |
|---|---|
check_domain |
Check availability + price for a single domain |
check_domains_bulk |
Check up to 50 domains at once |
suggest_domains |
Generate and check domain name ideas for a keyword |
buy_domain |
Purchase via Stripe checkout |
buy_domain_crypto |
Purchase via x402 USDC payment |
get_domain_status |
Poll order status until complete |
get_transfer_code |
Get EPP auth code to transfer your domain away |
unlock_domain |
Remove registrar lock for transfers |
renew_domain |
Renew via Stripe |
npx -y @smithery/cli@latest install @nach-dakwale/instadomain --client claude
Add to your MCP config:
{
"mcpServers": {
"instadomain": {
"url": "https://instadomain.fly.dev/mcp/"
}
}
}
Use the Streamable HTTP endpoint:
https://instadomain.fly.dev/mcp/
You: Find me a domain for a coffee subscription service
Claude: Let me check some options...
coffeecrate.com - $18.12 (available)
brewbox.io - $52.49 (available)
dailygrind.co - $35.99 (available)
You: Buy coffeecrate.com
Claude: I'll need your registration details...
[collects name, email, address]
Stripe checkout created. Complete payment here:
https://checkout.stripe.com/...
Domain registered! DNS zone created on Cloudflare.
Your scoped API token: cf_...
Wholesale cost + small flat markup per TLD. Examples:
| TLD | Price |
|---|---|
| .com | ~$18 |
| .io | ~$52 |
| .dev | ~$21 |
| .co | ~$36 |
| .ai | ~$99 |
Prices include 1-year registration and WHOIS privacy.
InstaDomain accepts x402 payments in USDC on Base. No signup, no API keys. Your AI agent pays directly from a wallet.
This enables fully autonomous agents to register domains without human payment intervention.
InstaDomain also exposes a REST API for non-MCP integrations:
GET /check/{domain} - check availability + pricePOST /check - bulk check (up to 50 domains)GET /suggest?keyword=coffee - AI-generated domain suggestionsPOST /buy - initiate Stripe purchaseGET /status/{order_id} - check order statusPOST /renew/{order_id} - renew a domainFull API at https://instadomain.fly.dev/docs
Domains are registered through OpenSRS (Tucows). You are the legal registrant. InstaDomain is listed as admin/tech contact for service management only. Full ICANN rights apply, including the right to transfer your domain at any time.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"instadomain": {
"command": "npx",
"args": []
}
}
}