mcpbeat Sign in

Domain Security MCP Server

local only

Domain Security runs on your own machine — the client starts it, so there is no endpoint to ping. 377 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 137 · avg 4
a month agotoday
377
Installs / week
npm · domain-security-mcp-server
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Decodes a string and executes it src/index.ts:65
  const presented = Buffer.from(/^Bearer\s+(.+)$/i.exec(header ?? "")?.[1] ?? "");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Domain Security and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add domain-security-mcp-server -- npx -y domain-security-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "domain-security-mcp-server": {
      "args": [
        "-y",
        "domain-security-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.domain-security-mcp-server]
command = "npx"
args = ["-y", "domain-security-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "domain-security-mcp-server": {
      "args": [
        "-y",
        "domain-security-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "domain-security-mcp-server": {
      "args": [
        "-y",
        "domain-security-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Domain Security

same job, measured the same way
BlackVeil DNS & Email Security Scanner
by blackveilsecurity

DNS and email security scanner with 80 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits.

80 tools answering
IntoDNS.ai DNS & Email Security Scanner
by intodns

DNS and email security: check SPF, DKIM, DMARC, DNSSEC, DANE and build the records. 45 tools.

156 installs/wk 45 tools answering
Apimesh
by mbeato

74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402.

67 installs/wk local only
Siteaudit MCP
by vdalhambra

SEO, performance, and security audits for any URL — no API keys required

75 installs/wk local only
Nel Veil
by nelproinc

Free passive security scanning - check any domain's DMARC, TLS, headers, and exposures.

66 installs/wk local only
Domainintel MCP
by bishop81

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

47 installs/wk local only
Security Intel MCP
by datakoot

CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

5 tools answering
MCP Server Security Audit
by joepangallo

Scan websites for security vulnerabilities, headers, TLS, and email security.

35 installs/wk local only

Domain Security — questions

Answers built from our own checks of this server.

Why is there no uptime for Domain Security?
Domain Security runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package domain-security-mcp-server was installed 377 times last week.
How do I connect Domain Security?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls domain-security-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Domain Security?
The npm package domain-security-mcp-server was installed 377 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Domain Security open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.