🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@erikirby/web-network-tools

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erikirby/web-network-tools

MCP server providing web tools: DNS lookup, WHOIS, SSL checker, HTTP status checker. Uses only public APIs and standard network tools. No scraping.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Web Network Tools — MCP Server

Free MCP server providing network diagnostic tools for any MCP client (Claude, Cursor, etc.).

Tools

ToolDescription
dns_lookupLook up DNS records (A, AAAA, MX, NS, TXT, CNAME)
http_statusCheck HTTP response status, headers, timing
ssl_infoInspect SSL/TLS certificate details
whois_lookupWHOIS domain registration lookup
port_checkTest if a TCP port is open

Install

{
  "mcpServers": {
    "web-network-tools": {
      "url": "https://mcpize.com/mcp/web-network-tools"
    }
  }
}

Manual (clone + run)

git clone https://github.com/erikirby/mcp-web-tools.git
cd mcp-web-tools
npm install
npm run build
node dist/index.js

Usage Examples

# Check DNS records
dns_lookup domain=github.com

# Inspect SSL certificate
ssl_info domain=github.com

# Check HTTP headers
http_status url=https://example.com

# WHOIS lookup
whois_lookup domain=example.com

# Port scan
port_check host=example.com port=80

License

MIT

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts