domain-radar
# domain-radar
[](https://www.npmjs.com/package/domain-radar)
[](https://insight.surf)
[](https://opensource.org/licenses/MIT)
**Domain Radar** is a high-speed Model Context Protocol (MCP) server powered by **[insight.surf](https://insight.surf)**. It provides real-time keyword TLD coverage matrix scanning and Verisign RDAP availability discovery for domain investors, founders, and AI agents.
## Core Capabilities
- **TLD Matrix Scan**: Audits keyword registration density across 9+ premier TLDs (`.com`, `.net`, `.org`, `.ai`, `.io`, etc.).
- **Available Combination Discovery**: Matches keywords against curated industry dictionaries (arctic, energy, tech, finance) and verifies 100% unregistered status via official Verisign RDAP.
- **Privacy & $0 Operational Cost**: Runs locally via stdio. Zero third-party API keys required.
## Quick Start
### Run Directly with npx
```bash
npx domain-radar
```
### Add to Claude Desktop (`claude_desktop_config.json`)
```json
{
"mcpServers": {
"domain-radar": {
"command": "npx",
"args": ["-y", "domain-radar"]
}
}
}
```
## Tools Included
1. `scan_keyword_tlds`: Checks keyword registration across all major global TLDs.
2. `find_available_combinations`: Generates industry-targeted domain names and filters out taken ones in real time.
## Verified Namespace
Official Registry Identifier: `surf.insight/domain-radar`
## License
MIT © [tudadada](https://github.com/tudadada)
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one audits a keyword across a fixed set of TLDs, while the other generates and checks new keyword combinations. There is no meaningful overlap that could confuse an agent.
Both tool names follow the same verb_noun pattern: scan_keyword_tlds and find_available_combinations. The pattern is predictable and consistent.
With only 2 tools, the server feels somewhat thin for a domain-radar service, but the two tools cover a coherent narrow workflow: auditing a keyword and discovering available variations. The count is borderline but not unreasonable.
The set covers basic keyword auditing and combination discovery, but lacks broader domain intelligence features like bulk lookups, registration monitoring, or detailed WHOIS data. It is adequate for a simple keyword-to-availability workflow but has notable gaps for a 'radar' concept.