mcp-nettools
Allows performing internet speed tests (download and upload) using the nearest Speedtest server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-nettoolsping google.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-nettools
MCP server for network diagnostics. Exposes 8 tools for use with Claude Code, Claude Desktop, or any MCP client.
Tools
Tool | Description |
| ICMP ping — reachability and round-trip times |
| DNS record lookup (A, AAAA, MX, TXT, NS, CNAME) |
| TCP port open/closed check |
| Network path tracing |
| Download/upload speed test via nearest server |
| Send WoL magic packet to a MAC address |
| SSL certificate expiry, issuer, days remaining |
| MAC address OUI vendor lookup |
Quick Start
uvx (no install required)
uvx mcp-nettoolsDocker
docker run -i ghcr.io/aaronckj/mcp-nettools:latestClaude Code
claude mcp add nettools -- uvx mcp-nettoolsClaude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"nettools": {
"command": "uvx",
"args": ["mcp-nettools"]
}
}
}Or with Docker:
{
"mcpServers": {
"nettools": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/aaronckj/mcp-nettools:latest"]
}
}
}Requirements
For ping and traceroute tools, the server needs system binaries:
Linux:
apt install iputils-ping traceroutemacOS: both are pre-installed
Docker: included in the image
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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