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