Network diagnostics from 6 global regions. SSL, DNS, ping, whois, traceroute, port scan, latency.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @probeops/mcp-server
MCP client config
{
"mcpServers": {
"probeops-mcp-server": {
"command": "npx",
"args": [
"-y",
"@probeops/mcp-server"
]
}
}
}