mcp-nettools
mcp-nettools
用于网络诊断的 MCP 服务器。提供 8 种工具,可供 Claude Code、Claude Desktop 或任何 MCP 客户端使用。
工具
工具 | 描述 |
| ICMP ping — 可达性和往返时间 |
| DNS 记录查询 (A, AAAA, MX, TXT, NS, CNAME) |
| TCP 端口开启/关闭检查 |
| 网络路径追踪 |
| 通过最近的服务器进行下载/上传速度测试 |
| 向 MAC 地址发送 WoL 魔术包 |
| SSL 证书过期时间、颁发者、剩余天数 |
| MAC 地址 OUI 厂商查询 |
Related MCP server: mcp-nettools
快速开始
uvx (无需安装)
uvx mcp-nettoolsDocker
docker run -i ghcr.io/aaronckj/mcp-nettools:latestClaude Code
claude mcp add nettools -- uvx mcp-nettoolsClaude Desktop
添加到 ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"nettools": {
"command": "uvx",
"args": ["mcp-nettools"]
}
}
}或者使用 Docker:
{
"mcpServers": {
"nettools": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/aaronckj/mcp-nettools:latest"]
}
}
}要求
对于 ping 和 traceroute 工具,服务器需要系统二进制文件:
Linux:
apt install iputils-ping traceroutemacOS: 两者均已预装
Docker: 镜像中已包含
许可证
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
- AlicenseAqualityCmaintenanceNetwork diagnostics — ping, traceroute, DNS lookup, port scanning, and connectivity testing via MCP.14MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides network diagnostics and scanning tools such as nmap, DNS lookups, whois, traceroute, and security analysis.5MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for running infrastructure diagnostics from 6 global regions. It provides tools like SSL checks, DNS lookups, ping, whois, port checks, traceroute, latency tests, and more, with a free demo mode (10 calls/day) and no API key required.65MIT
- FlicenseNot gradedqualityDmaintenanceA secure MCP server for network diagnostics, providing tools like ping, traceroute, whois, nslookup, dig, nmap, curl, and netstat through natural language interfaces.
Related MCP Connectors
Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
MCP server for ScanMalware.com URL scanning, malware detection, and analysis.
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/aaronckj/mcp-nettools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server