whatismynetip for Cline
io.github.labaccessnow/netip-mcp
Subnet math, port and MAC lookups, DNS, DNSBL, TLS cert inspection, public IP. No account.
client:Cline
transport:stdio
runtime:oci
Install whatismynetip in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"netip-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/labaccessnow/netip-mcp:0.1.0"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs