other tools and integrations

Domain Lookup Mcp

Domain name lookup service, first via [RDAP](https://en.wikipedia.org/wiki/Registration_Data_Access_Protocol) and then as a fallback via [WHOIS](https://en.wikipedia.org/wiki/WHOIS)

rust
other tools and integrations
0
View on GitHub

Installation

npx -y dotemacs/domain-lookup-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "domain-lookup-mcp",
  "command": "npx",
  "args": [
    "-y",
    "dotemacs/domain-lookup-mcp"
  ]
}

About This MCP Server

dotemacs/domain-lookup-mcp

Domain name lookup service, first via RDAP and then as a fallback via WHOIS

GitHub: https://github.com/dotemacs/domain-lookup-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub