← Back to browse

probeops-mcp-server

Indexed by io.github.kumarprobeops

About

Network diagnostics from 6 global regions. SSL, DNS, ping, whois, traceroute, port scan, latency.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPROBEOPS_API_KEY
Claude Code
claude mcp add --env PROBEOPS_API_KEY= probeops-mcp-server -- npx @probeops/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"probeops-mcp-server","command":"npx","args":["@probeops/mcp-server"],"env":{"PROBEOPS_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "probeops-mcp-server": {
      "command": "npx",
      "args": [
        "@probeops/mcp-server"
      ],
      "env": {
        "PROBEOPS_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.