@robotdomainsearch/mcp
v0.2.0
Published
RobotDomainSearch MCP Server — domain intelligence for AI agents
Maintainers
Readme
@robotdomainsearch/mcp
RobotDomainSearch MCP Server — domain intelligence for AI agents.
A Model Context Protocol server that gives AI applications (Claude Desktop, Cursor, Windsurf, etc.) access to domain name tools: availability checks, WHOIS lookups, DNS intelligence, auction search, ENS names, and more.
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"robotdomainsearch": {
"command": "npx",
"args": ["-y", "@robotdomainsearch/mcp"]
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"robotdomainsearch": {
"command": "npx",
"args": ["-y", "@robotdomainsearch/mcp"]
}
}
}Global Install
npm install -g @robotdomainsearch/mcpThen run directly:
robotdomainsearch-mcpAvailable Tools
| Tool | Description |
|------|-------------|
| check_domain | Check domain name availability via RDAP |
| whois_lookup | Full WHOIS/RDAP information for a domain |
| domain_intel | Comprehensive domain intelligence report |
| list_tlds | Browse available TLDs by type or category |
| get_registration_link | Get registrar links and pricing |
| search_auctions | Search live domain auctions with filters |
| ens_check | Check ENS (.eth) name availability |
| ens_metadata | Get ENS name metadata and text records |
How It Works
This npm package wraps a prebuilt Go binary. During npm install, the correct binary for your platform is downloaded from GitHub Releases.
Supported Platforms
| OS | Architecture | |----|-------------| | macOS | Apple Silicon (arm64) | | macOS | Intel (x64) | | Linux | arm64 | | Linux | x64 |
Configuration
The MCP server connects to the public RobotDomainSearch API by default. No API key required.
| Environment Variable | Default | Description |
|---------------------|---------|-------------|
| RDS_API_URL | https://api.robotdomainsearch.com | API base URL |
Links
- Website: robotdomainsearch.com
- MCP Page: robotdomainsearch.com/mcp
- API Docs: robotdomainsearch.com/docs
- GitHub: robotdomainsearch/releases
License
MIT
