DomainKits MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add domainkits-mcp -- npx mcp-remote https://api.domainkits.com/v1/mcp --transport http-first
README.md

The domain agent framework for AI assistants.

DomainKits MCP

The domain agent framework for AI assistants. DomainKits MCP combines domain intelligence tools with built-in industry expertise — turning Claude, GPT, Gemini, and other AI assistants into domain agents that can search, analyze, and act on market data through natural conversation.

What is this?

DomainKits MCP is more than an API — it combines domain intelligence tools with built-in expertise, turning your AI into a domain agent that knows what to look for, how to analyze it, and when to act.

Features

Search Tools

Tool Description
nrds Monitor newly registered domains, spot viral trends
aged Find established domains with 5-20+ years history
expired Discover domains entering deletion cycle
deleted Search just-dropped domains available for standard registration
active Scan live websites and acquisition targets
ns_reverse Reverse lookup by nameserver
unregistered_ai Find unregistered short .ai domains (3-letter, CVCV, VCVC, CCVV patterns)
domain_changes Domain change detection, actively monitors 4M+ domains for transfers, expirations, new registrations, and NS changes
price Registration and renewal prices by TLD

Query Tools

Tool Description
dns Query DNS records (A, MX, NS, TXT, etc.)
whois Get registration details and dates
safety Check domain reputation via Google Safe Browsing
tld_check Check keyword availability across all TLDs
available Instant availability check with pricing
market_price Check secondary market listings and price estimates

Analysis Tools ⚠️

Tool Description
backlink_summary SEO backlink profile analysis
keyword_data Google Ads keyword data: volume, CPC, competition

⚠️ Analysis tools require a registered account. Sign up free

Trend Tools

Tool Description
keywords_trends Hot, emerging, and prefix keywords in domain registrations
tld_trends Historical registration trends by TLD
tld_rank TLD rankings by registration volume

Bulk Tools

Tool Description
bulk_tld Check keyword popularity across TLDs
bulk_available Batch availability check with pricing (up to 10 per request)

Workflow Guides

Tool Description
analyze Comprehensive domain analyze (WHOIS, DNS, safety, TLD distribution)
brand_match Brand conflict detection with trademark database links
plan_b Find alternatives when target domain is taken
domain_generator Generate creative domain ideas with availability check
expired_analysis Due diligence for expiring/expired domains
trend_hunter Spot trending keywords and find related opportunities
keyword_intel Deep keyword intelligence for domain investment
market_beat Domain market news briefing
name_advisor Professional domain naming consultation
valuation_cma Comparative Market Analysis valuation

Personal Tools (Require Memory)

Tool Action Description
preferences get Check memory status and retrieve saved preferences
preferences set Save preferences (TLDs, budget, style, industry)
preferences delete Delete all stored data (GDPR Article 17)
monitor get Retrieve and auto-check all monitored domains
monitor set Create domain monitoring task (WHOIS/DNS/page changes)
monitor update Save web_fetch page results for a monitor
monitor delete Remove a monitoring task
strategy get Retrieve strategies with run status and available presets
strategy set Create automated opportunity discovery strategy
strategy update Save strategy execution results
strategy delete Remove a strategy
usage Check current usage and remaining quota

Quick Start

Claude Desktop

Edit your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

macOS / Linux:

{
  "mcpServers": {
    "domainkits": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.domainkits.com/v1/mcp",
        "--transport",
        "http-first"
      ]
    }
  }
}

Windows:

{
  "mcpServers": {
    "domainkits": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "mcp-remote",
        "https://api.domainkits.com/v1/mcp",
        "--transport",
        "http-first"
      ]
    }
  }
}

With API key (higher limits):

macOS / Linux:

{
  "mcpServers": {
    "domainkits": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.domaink

Tools (5)

nrdsMonitor newly registered domains and spot viral trends
whoisGet registration details and dates for a domain
availableInstant availability check with pricing
dnsQuery DNS records like A, MX, NS, and TXT
safetyCheck domain reputation via Google Safe Browsing

Environment Variables

DOMAINKITS_API_KEYAPI key for higher usage limits

Configuration

claude_desktop_config.json
{"mcpServers": {"domainkits": {"command": "npx", "args": ["mcp-remote", "https://api.domainkits.com/v1/mcp", "--transport", "http-first"]}}}

Try it

Check if the domain 'example-startup.ai' is available and what the registration price is.
Find 5 creative domain name alternatives for a new coffee subscription business.
Perform a safety and DNS check on 'competitor-site.com' to analyze their setup.
What are the current trending keywords in domain registrations this week?
Analyze the backlink profile and market value of 'premium-domain.com'.

Frequently Asked Questions

What are the key features of DomainKits MCP?

Real-time domain availability and pricing checks. Comprehensive domain intelligence including WHOIS, DNS, and safety reputation. Market analysis tools for secondary market listings and valuation. Trend tracking for TLDs and registration keywords. Automated monitoring for domain changes and expiration cycles.

What can I use DomainKits MCP for?

Domain investors identifying undervalued or expiring domains for acquisition. Startup founders checking brand availability across multiple TLDs. SEO professionals analyzing competitor backlink profiles and domain reputation. Market researchers tracking emerging industry trends through domain registration data.

How do I install DomainKits MCP?

Install DomainKits MCP by running: npx mcp-remote https://api.domainkits.com/v1/mcp --transport http-first

What MCP clients work with DomainKits MCP?

DomainKits MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep DomainKits MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare