Odel
domainintel mcp

domainintel mcp

Local
@bishop81JavaScriptMITUpdated 1mo ago

Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains.

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).

npm@domainintel/mcpv1.0.2

Run

npx -y @domainintel/mcp

MCP client config

{
  "mcpServers": {
    "domainintel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@domainintel/mcp"
      ]
    }
  }
}