Domainkits.com MCP

Domain intelligence tools - NS reverse lookup, newly registered domain search and more

Documentation

smithery badge

DomainKits MCP

Domain data server for AI assistants. DomainKits MCP connects Claude, GPT, Gemini, and other AI assistants to live domain registration, DNS, availability, trend, and market data through the Model Context Protocol.

This is the official MCP server for the DomainKits API, published and maintained by the DomainKits team. DomainKits is built and operated by ABTdomain, a domain intelligence platform, which also owns the GitHub organisation hosting this repository. The relationship is stated on domainkits.com/about.

MCP is the data layer. For domain industry workflows (naming consultation, competitive analysis, keyword intelligence, expired domain due diligence, and more), see DomainKits Skills, an open-source collection of workflow prompts that any AI assistant can use on top of this data.

Tools

Search

ToolDescription
nrdsNewly registered domains by keyword, or browse a gTLD
agedEstablished domains with registration history by keyword, or browse a gTLD
expiredDomains entering the deletion cycle by keyword, or browse a gTLD
deletedJust-dropped domains available for standard registration
activeLive registered domains (~240M gTLD database)
marketDomains carrying marketplace listing data by keyword, or browse a gTLD
ns_reverseReverse lookup by nameserver
unregistered_aiUnregistered short .ai domains (3-letter, pattern-based)
domain_changesDomain change detection across 4M+ monitored domains (transfers, expirations, NS changes)
typosquatTyposquat scanner (dnstwist-style permutations) with live registration verification

Lookup

ToolDescription
dnsDNS records (A, AAAA, MX, NS, TXT, SOA)
whoisWHOIS/RDAP registration data (registrar, dates, status, nameservers)
safetyGoogle Safe Browsing status
availableSingle-domain availability with pricing
tld_checkKeyword availability across TLDs
keyword_dataGoogle Ads keyword data (volume, CPC, competition)
priceStandard registration and renewal prices by TLD
market_priceSecondary market listing prices
backlink_summarySEO backlink profile

Trends

ToolDescription
keywords_trendsHot, emerging, and prefix keywords in domain registrations
tld_trendsHistorical registration trends by TLD
tld_rankTLD rankings by registration volume

Bulk

ToolDescription
bulk_tldKeyword popularity across TLDs
bulk_availableBatch availability check (up to 10 domains)

Stateful (require memory)

ToolActionDescription
preferencesgetCheck memory status and saved preferences
preferencessetSave preferences (TLDs, budget, style, industry)
preferencesdeleteDelete all stored data (GDPR Article 17)
monitorgetRetrieve and check all monitored domains
monitorsetCreate a monitoring task (WHOIS, DNS, page changes)
monitorupdateSave check results for a monitor
monitordeleteRemove a monitoring task
strategygetRetrieve saved strategies with run status
strategysetStore user-authored strategy text
strategyupdateSave strategy execution results
strategydeleteRemove a strategy
usageCurrent tier, per-group usage, and remaining quota

Stateful data is server-side and cross-platform: preferences, monitors, and strategies persist across Claude, Gemini, Cursor, and any other MCP client under the same account. All data encrypted at rest (AES-256-GCM) in isolated per-user directories.


Quick Start

Claude Code

claude mcp add domainkits https://api.domainkits.com/v1/mcp

With API key (higher limits):

claude mcp add domainkits https://api.domainkits.com/v1/mcp --header "X-API-Key: YOUR_KEY"

Claude.ai

Connect DomainKits via Settings > Connectors. No manual configuration needed.

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.domainkits.com/v1/mcp",
        "--header",
        "X-API-Key: your-api-key-here",
        "--transport",
        "http-first"
      ]
    }
  }
}

Windows:

{
  "mcpServers": {
    "domainkits": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "mcp-remote",
        "https://api.domainkits.com/v1/mcp",
        "--header",
        "X-API-Key: your-api-key-here",
        "--transport",
        "http-first"
      ]
    }
  }
}

Gemini CLI

Edit ~/.gemini/settings.json:

{
  "mcpServers": {
    "domainkits": {
      "url": "https://api.domainkits.com/v1/mcp"
    }
  }
}

With API key:

{
  "mcpServers": {
    "domainkits": {
      "url": "https://api.domainkits.com/v1/mcp",
      "headers": {
        "X-API-Key": "your-api-key-here"
      }
    }
  }
}

Cursor

Edit ~/.cursor/mcp.json:

{
  "mcpServers": {
    "domainkits": {
      "url": "https://api.domainkits.com/v1/mcp"
    }
  }
}

Other MCP Clients

Endpoint: https://api.domainkits.com/v1/mcp

Optional header: X-API-Key: your-api-key-here

Local install (npm)

Prefer a local stdio server? The same tools ship as an npm package:

npx @domainkits/mcp

Set DOMAINKITS_API_KEY for higher limits; without it the server runs on the guest quota. Package: @domainkits/mcp.


Skills

DomainKits MCP serves raw data. DomainKits Skills are open-source workflow prompts that teach AI assistants how to use that data for domain industry tasks:

  • Domain Name Advisor -- naming consultation with availability checking
  • Domain Analyze -- comprehensive WHOIS, DNS, backlink, and market analysis
  • CMA Valuation -- comparative market analysis against current for-sale listings
  • Expired Domain Analysis -- due diligence for auction, backorder, and dropping domains
  • Keyword Intel -- keyword-level supply, demand, and concentration analysis
  • Keyword Trend Hunter -- spot trending keywords and find registration opportunities
  • Domain Generator -- creative domain name generation with validation
  • Plan B -- systematic alternatives when a target domain is taken

Skills work with any MCP client. Add them alongside this server and the AI assistant gains both raw data access and structured workflows.


Access Tiers

GuestMember (free)PremiumPlatinum
Search toolsLimited2,000/day2,000/day, unlimited pagesUnlimited
Lookup toolsLimitedVaries50-600/dayUnlimited or high cap
Trend toolsLimitedUnlimitedUnlimitedUnlimited
Bulk toolsLimitedLimited1,000/dayUnlimited
Backlink summary--20/day20/day200/day
Monitors--550Unlimited
Strategies--16Unlimited

Limits vary by tool group. See usage tool output for exact per-group quotas.

Register free at domainkits.com. View pricing.


Examples

Search and discovery

  • "Find domains with 'solar' registered in the last 7 days"
  • "What .ai domains are expiring this week?"
  • "Show me trending keywords in .com registrations"
  • "What short domains changed nameservers in the last hour?"

Lookup

  • "Check DNS and WHOIS for example.com"
  • "Is mybrand.ai available? What does it cost?"
  • "What domains are on ns1.example.com?"

Trends

  • "What are the hottest keywords in domain registrations right now?"
  • "Compare .ai vs .io registration trends over 90 days"

Monitoring (requires memory)

  • "Monitor example.com for WHOIS and DNS changes"
  • "Save a strategy: find dropping 4-letter .com domains daily"

Privacy

  • No tool returns registrant personal data (no PII)
  • Memory is off by default and requires explicit consent
  • All stored data is encrypted at rest (AES-256-GCM)
  • Isolated per-user directories
  • Full data deletion via preferences with action: delete (GDPR Article 17)

Links

License

Proprietary. The MCP interface specification is public, but the underlying domain data and services are proprietary.

For commercial use and API access, visit domainkits.com.