Network Tools
FreeNot checkedMCP server for network diagnostics: DNS lookup (A/MX/TXT/NS), IP geolocation, SSL certificate checker, WHOIS lookup, HTTP ping with latency stats Install: npx @
About
MCP server for network diagnostics: DNS lookup (A/MX/TXT/NS), IP geolocation, SSL certificate checker, WHOIS lookup, HTTP ping with latency stats Install: npx @rog0x/mcp-network-tools
README
Network diagnostics tools for AI agents, exposed via the Model Context Protocol (MCP).
Tools
| 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. |
Setup
npm install
npm run build
Usage 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
Installing Network Tools
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/rog0x/mcp-network-toolsFAQ
Is Network Tools MCP free?
Yes, Network Tools MCP is free — one-click install via Unyly at no cost.
Does Network Tools need an API key?
No, Network Tools runs without API keys or environment variables.
Is Network Tools hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Network Tools in Claude Desktop, Claude Code or Cursor?
Open Network Tools on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Network Tools with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
