mcp-network-tools
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-network-toolsCheck the DNS records for github.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-network-tools
Network diagnostics tools for AI agents, exposed via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Resolve domains to DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA). Reverse DNS. Propagation check across public DNS servers. |
| Geolocation and network info for an IP address — country, city, ISP, ASN, coordinates. IPv4 and IPv6. |
| Inspect SSL/TLS certificates — validity, issuer, expiry, SANs, certificate chain, cipher, protocol. |
| WHOIS data for a domain — registrar, creation/expiry dates, nameservers, status. |
| Measure HTTP response time over N requests. Returns avg, min, max, p95 latency and success rate. |
Related MCP server: connectivity-diagnostics
Setup
npm install
npm run buildUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"network-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-network-tools/dist/index.js"]
}
}
}Dependencies
@modelcontextprotocol/sdk — MCP server framework
Node.js built-in modules —
dns,tls,net,https,http(no external runtime dependencies beyond MCP SDK)ip-api.com — free geolocation API (no API key required)
Examples
DNS Lookup
dns_lookup({ domain: "example.com", record_types: ["A", "MX"] })Reverse DNS
dns_lookup({ domain: "8.8.8.8", mode: "reverse" })DNS Propagation Check
dns_lookup({ domain: "example.com", mode: "propagation" })IP Info
ip_info({ ip: "1.1.1.1" })SSL Check
ssl_check({ host: "example.com" })WHOIS Lookup
whois_lookup({ domain: "example.com" })HTTP Ping
http_ping({ url: "https://example.com", count: 10 })License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceProvides safe, controlled access to network and system diagnostic tools including ping, nmap, dig, traceroute, curl, and whois for troubleshooting connectivity, scanning ports, and performing DNS lookups through whitelisted commands with security validation.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to perform real network diagnostics on the local machine, including ping, traceroute, DNS lookups, TLS checks, and more.Last updatedMIT
- Flicense-qualityDmaintenanceExposes 19 professional DNS diagnostic tools from the iDig API, enabling AI clients to perform DNS lookups, email security audits, DNSSEC validation, propagation checks, and more through natural language.Last updated
- Alicense-qualityDmaintenanceEnables AI agents to check the health of internet infrastructure and specific services, helping diagnose whether issues are local or external.Last updated14ISC
Related MCP Connectors
DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rog0x/mcp-network-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server