5 months ago
DomainKits MCP Server - Domain intelligence tools for investors, brand managers, and researchers.
Tools:
- search_nrds: Search newly registered domains by keyword (1-7 days), filter by TLD, position, length, has_number, is_alpha, etc.
- search_ns_reverse: Look up domains hosted on a specific nameserver (gTLD only), with advanced filters.
- count_domains: Count domains by type with filters.
Free to use, 5 results per query, 10 requests/min. Full data at domainkits.com.
Server Config
{
"mcpServers": {
"domainkits-nrds": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.domainkits.com/mcp/nrds"
]
},
"domainkits-ns-reverse": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.domainkits.com/mcp/ns-reverse"
]
},
"domainkits-count": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.domainkits.com/mcp/count"
]
}
}
}