← Back to Plugins
MCP Server MCP

io.github.kumarprobeops/probeops-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @probeops/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@probeops/mcp-server",
      "version": "1.2.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ProbeOps API key (optional, runs in demo mode without it)",
          "isSecret": true,
          "name": "PROBEOPS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...