A safe, read-only, authorized audit of one host you own: DNS, ports, TLS, HTTP hygiene.
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).
Run
npx -y @dir-ai/voyager-net
MCP client config
{
"mcpServers": {
"voyager-net": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-net"
]
}
}
}