domain-lookup-mcp-server

jon-the-dev/domain-lookup-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "domain-lookup-mcp-se": {
      "command": "uvx",
      "args": [
        "domain-lookup-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install domain-lookup-mcp-server

README Excerpt

An efficient Model Context Protocol (MCP) server that provides domain lookup tools for WHOIS and DNS information. Designed specifically for LLM workflows with optimized performance, intelligent caching, and comprehensive error handling. - **Efficient Bulk Operations**: Handle multiple domain lookups with rate limiting and concurrency control

Tools (1)

whois_domain