Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

![smithery badge](https://smithery.ai/servers/DomainKits/domainkits)

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 Lyalpha GmbH, with domain data and infrastructure provided by ABTdomain, our domain intelligence and data aggregation platform. This repository is hosted under the ABTdomain GitHub organisation. Learn more about the relationship at 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

| Tool | Description | |------|-------------| | nrds | Newly registered domains by keyword, or browse a gTLD | | aged | Established domains with registration history by keyword, or browse a gTLD | | expired | Domains entering the deletion cycle by keyword, or browse a gTLD | | deleted | Just-dropped domains available for standard registration | | active | Live registered domains (~240M gTLD database) | | market | Domains carrying marketplace listing data by keyword, or browse a gTLD | | ns_reverse | Reverse lookup by nameserver | | unregistered_ai | Unregistered short .ai domains (3-letter, pattern-based) | | domain_changes | Domain change detection across 4M+ monitored domains (transfers, expirations, NS changes) | | typosquat | Typosquat scanner (dnstwist-style permutations) with live registration verification |

Lookup

| Tool | Description | |------|-------------| | dns | DNS records (A, AAAA, MX, NS, TXT, SOA) | | whois | WHOIS/RDAP registration data (registrar, dates, status, nameservers) | | safety | Google Safe Browsing status | | available | Single-domain availability with pricing | | tld_check | Keyword availability across TLDs | | keyword_data | Google Ads keyword data (volume, CPC, competition) | | price | Standard registration and renewal prices by TLD | | market_price | Secondary market listing prices | | backlink_summary | SEO backlink profile |

Trends

| 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

| Tool | Description | |------|-------------| | bulk_tld | Keyword popularity across TLDs | | bulk_available | Batch availability check (up to 10 domains) |

Stateful (require memory)

| Tool | Action | Description | |------|--------|-------------| | preferences | get | Check memory status and saved preferences | | preferences | set | Save preferences (TLDs, budget, style, industry) | | preferences | delete | Delete all stored data (GDPR Article 17) | | monitor | get | Retrieve and check all monitored domains | | monitor | set | Create a monitoring task (WHOIS, DNS, page changes) | | monitor | update | Save check results for a monitor | | monitor | delete | Remove a monitoring task | | strategy | get | Retrieve saved strategies with run status | | strategy | set | Store user-authored strategy text | | strategy | update | Save strategy execution results | | strategy | delete | Remove a strategy | | usage | | Current 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: ``json { "mcpServers": { "domainkits": { "command": "npx", "args": [ "mcp-remote", "https://api.domainkits.com/v1/mcp", "--transport", "http-first" ] } } } ``

Windows: ``json { "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: ``json { "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: ``json { "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: ``json { "mcpServers": { "domainkits": { "url": "https://api.domainkits.com/v1/mcp" } } } ``

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

Cursor

Edit ~/.cursor/mcp.json: ``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:

  • Brand Protection -- scan typosquats and lookalike registrations around a brand, evaluated per domain on registration facts
  • Domain Analyze -- registration, DNS, website, safety, backlink, cross-TLD and market evidence for one domain
  • Domain CMA Valuation -- comparative market analysis against current for-sale listings
  • Domain Generator -- creative domain name generation with validation
  • Domain Market Beat -- time-bounded domain market briefing with source tiers and explicit inference limits
  • Domain Name Advisor -- naming consultation with availability checking
  • Keyword Intel -- keyword-level supply, demand, and concentration analysis
  • Keyword Trend Hunter -- spot trending keywords and validate them against new registration cohorts

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

| | Guest | Member (free) | Premium | Platinum | |---|---|---|---|---| | Search tools | Limited | 2,000/day | 2,000/day, unlimited pages | Unlimited | | Lookup tools | Limited | Varies | 50-600/day | Unlimited or high cap | | Trend tools | Limited | Unlimited | Unlimited | Unlimited | | Bulk tools | Limited | Limited | 1,000/day | Unlimited | | Backlink summary | -- | 20/day | 20/day | 200/day | | Monitors | -- | 5 | 50 | Unlimited | | Strategies | -- | 1 | 6 | Unlimited |

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)

Full details: Privacy Policy | Terms of Service

---

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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.