Model Context Protocol
nettools.me MCP Server
Give your AI assistant access to 30 network diagnostic tools. DNS lookups, port scans, SSL checks, traceroutes, and more — all through the MCP standard.
Server Endpoint
https://nettools.me/mcp/server
Transport: Streamable HTTP (POST) · Protocol: JSON-RPC 2.0 · No authentication required
Quick Setup
C
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"nettools": {
"url": "https://nettools.me/mcp/server"
}
}
}
IDE
Cursor / Windsurf / VS Code
Add to your .cursor/mcp.json or equivalent MCP config:
{
"mcpServers": {
"nettools": {
"url": "https://nettools.me/mcp/server"
}
}
}
>_
Claude Code (CLI)
Run this command to add the server:
$ claude mcp add nettools https://nettools.me/mcp/server
Available Tools (30)
Once connected, your AI can call any of these tools directly:
| Tool |
|---|
| dns_lookup |
| reverse_dns |
| whois |
| dns_propagation |
| ssl_check |
| security_headers |
| email_security |
| blacklist_check |
| ping |
| traceroute |
| port_scan |
| geoip |
| asn_lookup |
| reverse_ip |
| mac_lookup |
| subnet_calculator |
| http_headers |
| redirect_chain |
| speed_test |
| cors_test |
| ipv6_analyze |
| ipv6_aaaa |
| dnssec_check |
| tls_scan |
| http_protocol_check |
| uptime_check |
| robots_txt |
| og_preview |
| subdomain_finder |
| compression_test |
Example Usage
Once connected, just ask your AI naturally:
You
"Check if example.com has proper email security set up"
AI
I'll check the email security configuration for example.com.
tool: email_security({domain: "example.com"})
SPF: v=spf1 -all // found
DMARC: v=DMARC1; p=reject // found
DKIM: no selectors found // not detected
Score: 75/100 (B)
SPF: v=spf1 -all // found
DMARC: v=DMARC1; p=reject // found
DKIM: no selectors found // not detected
Score: 75/100 (B)
More things you can ask:
▸ "What's the SSL cert expiry for github.com?"
▸ "Scan ports 80, 443, 8080 on my-server.com"
▸ "Has DNS propagated for my-domain.com?"
▸ "What ASN does 1.1.1.1 belong to?"
▸ "Check security headers for my-site.com"
▸ "Traceroute to 8.8.8.8"
▸ "Is 203.0.113.5 on any blacklists?"
▸ "Calculate subnet details for 10.0.0.0/16"
Want to test someone else's MCP server? Try our MCP Server Tester.