Skip to content

Domain Security for Grok

io.github.ortamarco/domain-security-mcp-server

Audit a domain's email and web security: SPF, DKIM, DMARC, MTA-STS, DNSSEC, TLS, WHOIS. No API keys.

client:Grok transport:stdio runtime:npm

Install Domain Security in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "domain-security-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "domain-security-mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Domain Security in other clients