The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Network listing page.
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. |
Add to your claude_desktop_config.json:
dns, tls, net, https, http (no external runtime dependencies beyond MCP SDK)MIT