📦
dotemacs/domain-lookup-mcp
Domain Lookup MCP
0 installs
5 stars
3 forks
Trust: 46 — Fair
Commerce
Installation
npx domain-lookup-mcpAsk AI about dotemacs/domain-lookup-mcp
Powered by Claude · Grounded in docs
I know everything about dotemacs/domain-lookup-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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": {}
}
}
}
