web network tools for VS Code
io.github.erikirby/web-network-tools
DNS lookup, WHOIS, SSL checker, and HTTP status tools. Uses public APIs only, no scraping.
client:VS Code
transport:stdio
runtime:npm
Install web network tools in VS Code
.vscode/mcp.json
{
"servers": {
"web-network-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@erikirby/web-network-tools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs