DNS, IP info, SSL, WHOIS, ping for AI agents
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rog0x-network": {
"args": [
"-y",
"@rog0x/mcp-network-tools"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.