Skip to content
Cline

web network tools for Cline

io.github.erikirby/web-network-tools

DNS lookup, WHOIS, SSL checker, and HTTP status tools. Uses public APIs only, no scraping.

client:Cline transport:stdio runtime:npm

Install web network tools 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": {
    "web-network-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@erikirby/web-network-tools"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

web network tools in other clients