Skip to content
VS Code

whatismynetip for VS Code

io.github.labaccessnow/netip-mcp

Subnet math, port and MAC lookups, DNS, DNSBL, TLS cert inspection, public IP. No account.

client:VS Code transport:stdio runtime:oci

Install whatismynetip in VS Code

.vscode/mcp.json

{
  "servers": {
    "netip-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/labaccessnow/netip-mcp:0.1.0"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

whatismynetip in other clients