
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@rog0x/mcp-network-tools
Advanced tools
Network diagnostics tools for AI agents, exposed via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
dns_lookup | Resolve domains to DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA). Reverse DNS. Propagation check across public DNS servers. |
ip_info | Geolocation and network info for an IP address — country, city, ISP, ASN, coordinates. IPv4 and IPv6. |
ssl_check | Inspect SSL/TLS certificates — validity, issuer, expiry, SANs, certificate chain, cipher, protocol. |
whois_lookup | WHOIS data for a domain — registrar, creation/expiry dates, nameservers, status. |
http_ping | Measure HTTP response time over N requests. Returns avg, min, max, p95 latency and success rate. |
npm install
npm run build
Add to your claude_desktop_config.json:
{
"mcpServers": {
"network-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-network-tools/dist/index.js"]
}
}
}
dns, tls, net, https, http (no external runtime dependencies beyond MCP SDK)dns_lookup({ domain: "example.com", record_types: ["A", "MX"] })
dns_lookup({ domain: "8.8.8.8", mode: "reverse" })
dns_lookup({ domain: "example.com", mode: "propagation" })
ip_info({ ip: "1.1.1.1" })
ssl_check({ host: "example.com" })
whois_lookup({ domain: "example.com" })
http_ping({ url: "https://example.com", count: 10 })
MIT
FAQs
Network diagnostics tools for AI agents via MCP
We found that @rog0x/mcp-network-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.