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
domain-lookup-mcpMCP server to look up domain names via rdap(1) and then whois(1).
go build ./...{
"mcpServers": {
"domain-lookup-mcp": {
"command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
"args": [],
"env": {}
}
}
}
Install via CLI
npx mdskills install dotemacs/domain-lookup-mcpDomain Lookup MCP is a free, open-source AI agent skill. 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:
Install Domain Lookup MCP with a single command:
npx mdskills install dotemacs/domain-lookup-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Domain Lookup MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.