Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Domain intelligence tools through MCP-compatible clients.
EndpointDescriptionhttps://mcp.domainkits.com/mcp/nrdsNewly Registered Domains Searchhttps://mcp.domainkits.com/mcp/ns-reverseNS Reverse Lookup
Edit config file: macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json { "mcpServers": { "domainkits-nrds": { "command": "npx", "args": [ "mcp-remote", "https://mcp.domainkits.com/mcp/nrds", "--transport", "http-first" ] }, "domainkits-ns-reverse": { "command": "npx", "args": [ "mcp-remote", "https://mcp.domainkits.com/mcp/ns-reverse", "--transport", "http-first" ] } } }
Edit ~/.cursor/mcp.json: { "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"] } } }
gemini extensions install https://github.com/ABTdomain/domainkits-mcp
Search for newly registered domains by keyword. Parameters: NameTypeRequiredDefaultDescriptionkeywordstringYes-Search term (a-z, 0-9, hyphen only, max 20 chars)daysintegerYes-1-7positionstringNoanystart, end, or anytldstringNoallFilter by TLD (e.g., com, net, org) Example: curl -X POST https://mcp.domainkits.com/mcp/nrds \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_nrds","arguments":{"keyword":"ai","days":7,"position":"start","tld":"com"}}}'
Look up gTLD domains hosted on a specific nameserver. Parameters: NameTypeRequiredDefaultDescriptionnsstringYes-Nameserver hostname (e.g., ns1.google.com)tldstringNoallFilter by TLD (e.g., com, net, org)min_lenintegerNo-Minimum domain prefix lengthmax_lenintegerNo-Maximum domain prefix length Example: curl -X POST https://mcp.domainkits.com/mcp/ns-reverse \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_ns_reverse","arguments":{"ns":"ns1.google.com","tld":"com","min_len":4,"max_len":8}}}'
10 requests per minute per IP 5 domains per response NRDS data may have 24-48 hour delay
For complete results with advanced filters and export: NRDS: domainkits.com/search/new NS Reverse: domainkits.com/tools/ns-reverse
DomainKits - Domain intelligence tools for investors, brand managers, and researchers.
IP addresses anonymized Search queries anonymized Logs retained 7 days No personal data collected
MIT
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.