Install
openclaw skills install mcp-domain-intelDomain intelligence — WHOIS lookups and domain availability checks via L402 API. Use for brand research, cybersecurity investigations, and domain acquisition planning.
openclaw skills install mcp-domain-intelWHOIS lookups and domain availability checks — fast domain intelligence for agents.
{
"mcpServers": {
"domain-intel": {
"command": "npx",
"args": ["-y", "@vbotholemu/mcp-domain-intel"],
"env": {
"L402_API_BASE_URL": "https://api.nautdev.com"
}
}
}
}
whois_lookupFull WHOIS/DNS intelligence for a domain.
| Parameter | Type | Required | Description |
|---|---|---|---|
| domain | string | yes | Domain to look up |
check_availabilityCheck if a domain is available for registration.
| Parameter | Type | Required | Description |
|---|---|---|---|
| domain | string | yes | Domain to check |