- Explore MCP Servers
- domain-lookup-mcp
Domain Lookup Mcp
What is Domain Lookup Mcp
domain-lookup-mcp is an MCP server designed to look up domain names using the RDAP and WHOIS protocols.
Use cases
Use cases include domain name registration checks, monitoring domain ownership changes, and gathering information for security assessments.
How to use
To use domain-lookup-mcp, clone the repository, build the project using ‘go build ./…’, and configure your MCP client to point to the binary executable.
Key features
Key features include support for both RDAP and WHOIS protocols, easy integration with MCP clients, and the ability to retrieve domain name information efficiently.
Where to use
domain-lookup-mcp can be used in various fields such as web hosting, cybersecurity, and domain management services.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Domain Lookup Mcp
domain-lookup-mcp is an MCP server designed to look up domain names using the RDAP and WHOIS protocols.
Use cases
Use cases include domain name registration checks, monitoring domain ownership changes, and gathering information for security assessments.
How to use
To use domain-lookup-mcp, clone the repository, build the project using ‘go build ./…’, and configure your MCP client to point to the binary executable.
Key features
Key features include support for both RDAP and WHOIS protocols, easy integration with MCP clients, and the ability to retrieve domain name information efficiently.
Where to use
domain-lookup-mcp can be used in various fields such as web hosting, cybersecurity, and domain management services.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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": {}
}
}
}
DevTools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.