Back to Catalog

Go
CLI Tools
Domain Lookup MCP
MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score34/100
- • Basic MCP protocol features implemented (12/40)
- • Room for improvement in GitHub community
- • Optimal dependency management (20/20)
- • Room for improvement in deployment maturity
- • Documentation (8/8)
- • Archestra MCP Trust score badge is missing
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:3
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by gemini-2.5-flashFix
{
"domain-lookup-mcp": {
"command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
"args": [],
"env": {}
}
}MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:✓
Prompts:✗
Resources:✗
Sampling:✗
Roots:✗
Logging:✗
STDIO Transport:✓
HTTP Transport:✗
OAuth2 Auth:✗
Dependencies
3 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
README.md
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": {}
}
}
}
Resources
Add Quality Badge
Show your MCP trust score in your README
[](https://archestra.ai/mcp-catalog/dotemacs__domain-lookup-mcp)README.md
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": {}
}
}
}