dotemacs/domain-lookup-mcp
🛠️ Other Tools and Integrations🟢 Verified Active
0 Views
0 Installs
🏎️ - Domain name lookup service, first via RDAP and then as a fallback via WHOIS
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"dotemacs-domain-lookup-mcp": {
"command": "npx",
"args": [
"-y",
"dotemacs-domain-lookup-mcp"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
domain-lookup-mcp
MCP server to look up domain names via rdap(1) and then whois(1).
How to use it?
- Checkout the repo
- build it:
go build ./... - Point your MCP client at the binary:
{
"mcpServers": {
"domain-lookup-mcp": {
"command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
"args": [],
"env": {}
}
}
}