mcpbeat Sign in

Attack Surface MCP Server

local only

Attack Surface MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 31 Aug 2026.

Passive external attack-surface mapping: CT subdomains, DNS, TLS, HTTP posture, RDAP/WHOIS, Shodan.

Installs per day peak 392 · avg 35 · -4% w/w
a month agotoday
61
Installs / week
npm · @cyanheads/attack-surface-mcp-server
1
Stars
6 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Attack Surface MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 attack-surface-mcp-server -- npx -y @cyanheads/attack-surface-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "attack-surface-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/attack-surface-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.attack-surface-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/attack-surface-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "attack-surface-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/attack-surface-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "attack-surface-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/attack-surface-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Attack Surface MCP Server

same job, measured the same way
BeVigil OSINT
by santhosh-005

Discover mobile app attack surfaces via BeVigil OSINT — hosts, subdomains, URLs, and more.

36 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
D
toolvend - DNS, WHOIS & domain tools
by toolvend

DNS, WHOIS/RDAP, DMARC/SPF, LEI, sitemap, web extract, VAT, QR. Paid per call in USDC, no signup.

11 tools answering
DomScan
by estevecastells

Domain intelligence for DNS, WHOIS/RDAP, TLS, reputation, valuation, and brand protection.

answering
netdiag MCP
by shigechika

MCP server wrapping dig, ping, mtr, whois and TLS/HTTP checks for on-demand network diagnostics

133 installs/wk local only
RIPE Atlas
by jrelph

RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes

30 installs/wk local only
Perimeter Watch
by entradox

Passive domain-perimeter checks — cert expiry, subdomain takeover, lookalikes — as agent tools

6 tools answering

Attack Surface MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Attack Surface MCP Server?
Attack Surface MCP Server 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 @cyanheads/attack-surface-mcp-server was installed 61 times last week.
How do I connect Attack Surface MCP Server?
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 @cyanheads/attack-surface-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Attack Surface MCP Server?
The npm package @cyanheads/attack-surface-mcp-server was installed 61 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Attack Surface MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.