InstaDomain
InstaDomain is an MCP server that lets AI agents check domain availability, purchase domains, and manage them — all from within your terminal.
Check a single domain: Look up availability and pricing for one domain name.
Bulk domain check: Check up to 50 domains at once using fast RDAP lookups.
Suggest domains: Generate AI-powered domain name ideas from a keyword and check their availability.
Buy via Stripe Checkout: Purchase using a credit/debit card; WHOIS privacy enabled by default.
Buy via Stripe MPP: Autonomous fiat payments using Shared Payment Tokens — no human interaction needed.
Buy with crypto: Purchase autonomously using USDC on Base via the x402 protocol — no browser or signup required.
Track order status: Poll a domain purchase order until it completes or fails.
Get EPP transfer code: Retrieve the authorization code to transfer your domain to another registrar.
Unlock domain: Remove the registrar transfer lock to allow outbound transfers.
Renew a domain: Renew for one additional year via Stripe Checkout.
Automatic DNS setup: A Cloudflare DNS zone is created automatically upon purchase, with a scoped API token returned to you.
Human-in-the-loop: Always shows price and asks for confirmation before buying.
Works with AI assistants: Integrates with Claude Code, Cursor, and Windsurf via the MCP protocol.
Automatically configures DNS zones and generates scoped API tokens for newly registered domains.
Enables domain registration and renewal payments through Stripe checkout.
InstaDomain
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 availability + price for a single domain |
| Check up to 50 domains at once |
| Generate and check domain name ideas for a keyword |
| Purchase via Stripe checkout |
| Purchase via Stripe MPP (Shared Payment Tokens, fiat-native, no browser) |
| Purchase via x402 USDC payment |
| Poll order status until complete |
| Get EPP auth code to transfer your domain away |
| Remove registrar lock for transfers |
| Renew via Stripe |
Quick Start
Smithery (recommended)
npx -y @smithery/cli@latest install @nach-dakwale/instadomain --client claudeClaude 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:
POST /buy/mppto create an order — returns apay_url.GET /pay/mpp/{order_id}with an MPP-enabled HTTP client. The first response is HTTP402with aWWW-Authenticatechallenge. The client mints a Shared Payment Token via the advertised Stripe Business Network profile and retries with anAuthorizationheader. The server charges the SPT through Stripe and returns the receipt inAuthentication-Info.
REST API
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 purchasePOST /buy/mpp- initiate MPP (Shared Payment Token) purchaseGET /pay/mpp/{order_id}- 402-paywalled endpoint (MPP)GET /status/{order_id}- check order statusPOST /renew/{order_id}- renew a domain
Full API at https://instadomain.fly.dev/docs
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
MCP endpoint: https://instadomain.fly.dev/mcp/
License
MIT
Maintenance
Latest Blog Posts
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/nach-dakwale/instadomain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server