Odel
probeops mcp server

probeops mcp server

Local
@kumarprobeopsJavaScriptMITUpdated 6mo ago

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).

npm@probeops/mcp-serverv1.2.3

Run

npx -y @probeops/mcp-server

MCP client config

{
  "mcpServers": {
    "probeops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@probeops/mcp-server"
      ]
    }
  }
}