DomainKits - Domain Name Data and Intelligence
Check domain availability. Search domains by keyword across the full lifecycle, from newly registered to expired and deleted. Analyze keyword value and trends. Turn AI into your do…
Abtdomain
@abtdomain
What This Skill Does
Domain name data and intelligence tool that checks availability, searches domains across the full lifecycle (newly registered, expired, deleted), and analyzes keyword value and trends via an MCP interface.
Replaces manually checking domain registrars and WHOIS databases by providing a single API for availability, lifecycle status, keyword trends, and safety analysis.
When to Use It
- Check if a specific domain name is available and get pricing
- Search for newly registered domains by keyword or gTLD
- Find expired or deleted domains that just became available
- Analyze keyword trends and emerging prefixes in domain registrations
- Generate and check typosquatting variants of a domain
- Perform bulk availability checks for up to 10 domain names
Install
$ openclaw skills install @abtdomain/domainWhy DomainKits?
With DomainKits MCP your AI can:
- Data-driven actions -- See what's registering now, what's expiring tomorrow, what just dropped
- Make informed decisions -- Analyze keyword value, brand risk, and safety in seconds
- Execute instantly -- From idea to available domain with pricing in seconds
Setup
Claude Code
claude mcp add domainkits https://api.domainkits.com/v1/mcp
With API key (for 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.
Cursor / Other MCP Clients
Add to your MCP config:
{
"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_KEY"
}
}
}
}
Tools
Search
nrds-- Newly registered domains, by keyword or browse a gTLDnrds_live-- Live feed of domains registered in the last three daysaged-- Domains with 5-20+ years historyexpired-- Domains entering deletion cycle, by keyword or browse a gTLDdeleted-- Just-dropped domains, available nowactive-- Live registered domains (~240M gTLD database)market-- Domains with marketplace listing data, by keyword or browse a gTLDns_reverse-- Domains on a specific nameserverunregistered_ai-- Unregistered short .ai domains (3-letter, pattern-based)domain_changes-- Domain change detection across 4M+ monitored domainstyposquat-- Generate typosquat permutations and check which variants are registered
Lookup
available-- Single-domain availability with pricingdns-- DNS records (A, AAAA, MX, NS, TXT, SOA)whois-- WHOIS/RDAP registration datasafety-- Google Safe Browsing status (requires account)tld_check-- Keyword availability across TLDskeyword_data-- Google Ads keyword data (requires account)price-- Registration and renewal prices by TLDmarket_price-- Secondary market listing pricesbacklink_summary-- SEO backlink profile (requires account)
Trends
keywords_trends-- Hot, emerging, and prefix keywords in domain registrationstld_trends-- Historical registration trends by TLDtld_rank-- TLD rankings by registration volume
Bulk
bulk_tld-- Keyword popularity across TLDsbulk_available-- Batch availability check (up to 50 domains)
Stateful (require memory)
preferences-- Manage memory and saved preferences (action: get/set/delete)monitor-- Domain monitoring with WHOIS/DNS/page change checks (action: get/set/update/delete)strategy-- Store user-authored strategy text, run timestamps and the most recent result (action: get/set/update/delete)usage-- Current tier, per-group usage, and remaining quota
Skills
DomainKits MCP serves raw data. 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.
Instructions
When user wants domain suggestions:
- Brainstorm names based on keywords
- Call
bulk_availableto validate - Show available options with prices
When user wants to analyze a domain:
- Call
whois,dns,safety - Give a clear verdict
Output rules:
- Default to
no_hyphen=trueandno_number=true - Use
usageto check remaining quota before heavy operations
Access
Works without an API key on a guest quota. A free account raises it; paid tiers raise it further and unlock the full filter set, deeper paging, and the account-bound tools (safety, keyword_data, backlink_summary, monitors, strategies). Current per-tier limits are listed at domainkits.com/pricing; the usage tool reports the live quota for the current account. Register free at domainkits.com.
Privacy
- Works without API key (guest access)
- Memory OFF by default, requires explicit consent
- All stored data encrypted at rest (AES-256-GCM)
- GDPR compliant, delete data anytime via
preferenceswith action: delete
Links
- Website: https://domainkits.com/mcp
- Skills: https://github.com/ABTdomain/domainkits-skills
- GitHub: https://github.com/ABTdomain/domainkits-mcp
- Contact: info@domainkits.com
Top skills in this category
Agent Browser
@matrixyHeadless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
Find Skills Skill
@fangkelvinSearch and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...
Playwright MCP
@spiceman161Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.
Planning with files
@othmanadiManus-style persistent file-based planning for AI coding agents: keeps task_plan.md, findings.md, and progress.md on disk so work survives context loss and /clear. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports a
AnySearch
@anysearch-aiUnified real-time search engine skill for AI agents. Supports general web search, vertical domain search, parallel batch search, and full-page content extraction.