Odel
mcp ip2whois

mcp ip2whois

Local
@ip2whois1PythonMITUpdated 3mo ago

WHOIS domain MCP server that query the WHOIS information using IP2WHOIS API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-ip2whoisv1.2.0

Run

uvx mcp-ip2whois

MCP client config

{
  "mcpServers": {
    "mcp-ip2whois": {
      "command": "uvx",
      "args": [
        "mcp-ip2whois"
      ]
    }
  }
}