Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

nach-dakwale/instadomain-mcp MCP server](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp) 🐍 ☁️ - Domain registration for AI agents.

README.md

InstaDomain

![instadomain-mcp MCP server](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp)

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 Checkout, Stripe MPP (Machine Payments Protocol via Shared Payment Tokens), or x402 (USDC on Base). Domains are registered in your name with Cloudflare DNS auto-configured.

Why?

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.

Features

  • Check domains - single domain with pricing, bulk check up to 50, or AI-generated suggestions
  • Buy domains - Stripe checkout (card), Stripe MPP (autonomous fiat via Shared Payment Tokens), or x402 (USDC on Base, no signup required)
  • Automatic DNS - Cloudflare zone created with scoped API token returned to you
  • Your domain, your name - registered as your property, not ours
  • Transfer out anytime - EPP auth codes and domain unlock built in
  • Auto-renew - enabled by default, renew via Stripe
  • WHOIS privacy - enabled by default

MCP Tools

| 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_mpp | Purchase via Stripe MPP (Shared Payment Tokens, fiat-native, no browser) | | 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 |

Quick Start

Smithery (recommended)

npx -y @smithery/cli@latest install @nach-dakwale/instadomain --client claude

Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "instadomain": {
      "url": "https://instadomain.fly.dev/mcp/"
    }
  }
}

Cursor / Windsurf

Use the Streamable HTTP endpoint:

https://instadomain.fly.dev/mcp/

Example

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

Pricing

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.

x402 Crypto Payments

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.

MPP (Machine Payments Protocol)

InstaDomain implements Stripe's Machine Payments Protocol so agents can pay with fiat (cards, Link) or stablecoins via Shared Payment Tokens β€” no browser checkout, no human in the loop.

The flow:

  1. POST /buy/mpp to create an order β€” returns a pay_url.
  2. GET /pay/mpp/{order_id} with an MPP-enabled HTTP client. The first response is HTTP 402 with a WWW-Authenticate challenge. The client mints a Shared Payment Token via the advertised Stripe Business Network profile and retries with an Authorization header. The server charges the SPT through Stripe and returns the receipt in Authentication-Info.

REST API

InstaDomain also exposes a REST API for non-MCP integrations:

  • GET /check/{domain} - check availability + price
  • POST /check - bulk check (up to 50 domains)
  • GET /suggest?keyword=coffee - AI-generated domain suggestions
  • POST /buy - initiate Stripe purchase
  • POST /buy/mpp - initiate MPP (Shared Payment Token) purchase
  • GET /pay/mpp/{order_id} - 402-paywalled endpoint (MPP)
  • GET /status/{order_id} - check order status
  • POST /renew/{order_id} - renew a domain

Full API at https://instadomain.fly.dev/docs

FAQ

Do I actually own the domain? Yes. You are the legal registrant on record with OpenSRS (Tucows). InstaDomain is listed as admin/tech contact for service management, but you hold all ICANN rights. WHOIS privacy is on by default so your details stay private.

How does DNS get set up? After payment clears, InstaDomain automatically creates a Cloudflare DNS zone for your domain and returns a scoped API token. Your domain points at Cloudflare's nameservers and is ready to use. No manual configuration required on your end.

Can I transfer my domain to another registrar? Yes, anytime. Use get_transfer_code to get your EPP auth code and unlock_domain to remove the registrar lock, then initiate the transfer at your destination registrar. Note: ICANN requires a 60-day lock after initial registration before transfers are allowed.

What if I want to manage DNS somewhere other than Cloudflare? Update the nameservers at InstaDomain's registrar panel or contact support. The Cloudflare zone is set up for convenience, not as a lock-in.

Legal

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.

Links

  • Live server: https://instadomain.fly.dev
  • Smithery: https://smithery.ai/servers/nach-dakwale/instadomain
  • xpay.tools: https://xpay.tools/instadomain
  • MCP endpoint: https://instadomain.fly.dev/mcp/

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Cloud & DevOps servers.