https://github.com/dotemacs/domain-lookup-mcp
Domain Lookup MCP
https://github.com/dotemacs/domain-lookup-mcp
mcp-server
Last synced: 6 months ago
JSON representation
Domain Lookup MCP
- Host: GitHub
- URL: https://github.com/dotemacs/domain-lookup-mcp
- Owner: dotemacs
- Created: 2025-04-21T07:36:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T21:40:29.000Z (7 months ago)
- Last Synced: 2025-04-23T22:31:13.423Z (7 months ago)
- Topics: mcp-server
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **dotemacs/domain-lookup-mcp 🏎️** - Domain name lookup service, first via RDAP and then as a fallback via WHOIS `http` `ai` `git` `github` (📦 Other)
- awesome-mcp-servers - **dotemacs/domain-lookup-mcp 🏎️** - Domain name lookup service, first via RDAP and then as a fallback via WHOIS `http` `ai` `git` `github` (Other)
README
# `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:
```javascript
{
"mcpServers": {
"domain-lookup-mcp": {
"command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
"args": [],
"env": {}
}
}
}
```