MCP server to look up domain names via rdap(1) and then whois(1). - Checkout the repo - build it: go build ./... - Point your MCP client at the binary:
Add this skill
npx mdskills install dotemacs/domain-lookup-mcpProvides domain lookup via RDAP and WHOIS but lacks tool descriptions and usage examples
1# `domain-lookup-mcp`23MCP server to look up domain names via rdap(1) and then whois(1).45## How to use it?67- Checkout the repo8- build it: `go build ./...`9- Point your MCP client at the binary:1011```javascript12{13 "mcpServers": {14 "domain-lookup-mcp": {15 "command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",16 "args": [],17 "env": {}18 }19 }20}21```22
Full transparency — inspect the skill content before installing.