domain-lookup-mcp
0
Domain-Lookup-MCP is a server designed for looking up domain names using RDAP and Whois protocols. It provides a means to query domain information through a command-line built application.
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": {}
}
}
}