Odel
attack surface mcp server

attack surface mcp server

Local
@cyanheads1TypeScriptApache-2.0Updated 1w ago

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

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@cyanheads/attack-surface-mcp-serverv0.2.1

Run

npx -y @cyanheads/attack-surface-mcp-server

MCP client config

{
  "mcpServers": {
    "attack-surface-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/attack-surface-mcp-server"
      ]
    }
  }
}
npm@cyanheads/attack-surface-mcp-serverv0.2.1

Run

npx -y @cyanheads/attack-surface-mcp-server

MCP client config

{
  "mcpServers": {
    "attack-surface-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/attack-surface-mcp-server"
      ]
    }
  }
}