HomeSecurity › claude-plugin

claude-plugin

Scan, fix, verify and monitor DNS: SPF, DMARC, DKIM, propagation, health, expiry. Validated fixes.

Official Python Cloud Remote
★ 2 stars Last pushed 2026-09-16 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://dnsdoctor.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http claude-plugin https://dnsdoctor.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "claude-plugin": {
      "url": "https://dnsdoctor.dev/mcp"
    }
  }
}

Package (npm 1.9.0)

npx -y @dnsdoctor/mcp@1.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "claude-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "@dnsdoctor/mcp@1.9.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry