web network tools for Windsurf
io.github.erikirby/web-network-tools
DNS lookup, WHOIS, SSL checker, and HTTP status tools. Uses public APIs only, no scraping.
client:Windsurf
transport:stdio
runtime:npm
Install web network tools in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"web-network-tools": {
"command": "npx",
"args": [
"-y",
"@erikirby/web-network-tools"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs