InstaDomain

InstaDomain

Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS - all without leaving your coding session.

Category
Visit Server

README

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

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
  • GET /status/{order_id} - check order status
  • POST /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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured