An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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": {}
}
}
}
```