Instadomain MCP Server

InstaDomain is an MCP server that lets AI coding assistants (Claude Code, Cursor, Windsurf) register domains on your behalf. Pay with Stripe

Local serverstdio

What is the Instadomain MCP MCP server?

Instadomain MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Instadomain MCP directly instead of describing what you should do. 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.

What the assistant can call

Once Instadomain MCP is connected, these are the calls the assistant has available:

  • 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

Setting it up

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Instadomain MCP's toolset — check_domain, check_domains_bulk, suggest_domains and 7 more — is a fair guide to whether it matches your workflow. It is maintained by nach-dakwale; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Instadomain MCP.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the instadomain mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
check_domainCheck availability + price for a single domain
check_domains_bulkCheck up to 50 domains at once
suggest_domainsGenerate and check domain name ideas for a keyword
buy_domainPurchase via Stripe checkout
buy_domain_mppPurchase via Stripe MPP (Shared Payment Tokens, fiat-native, no browser)
buy_domain_cryptoPurchase via x402 USDC payment
get_domain_statusPoll order status until complete
get_transfer_codeGet EPP auth code to transfer your domain away
unlock_domainRemove registrar lock for transfers
renew_domainRenew via Stripe

How to install the Instadomain MCP MCP server

{
  "mcpServers": {
    "instadomain": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Instadomain MCP to check domain.
  • Use Instadomain MCP to check domains bulk.
  • Use Instadomain MCP to suggest domains.

Frequently asked questions

It connects Instadomain MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (check_domain, check_domains_bulk, suggest_domains, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Instadomain MCP directly.