mcp-nettools
mcp-nettools
네트워크 진단을 위한 MCP 서버입니다. Claude Code, Claude Desktop 또는 모든 MCP 클라이언트에서 사용할 수 있는 8가지 도구를 제공합니다.
도구
도구 | 설명 |
| 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