Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.kumarprobeops/probeops-mcp-server

NPM · @PROBEOPS/MCP-SERVER · SCANNED AUG 3

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

+18 this week 71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1472 tokens (~58/item across 25 items; 22 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @probeops/mcp-server

# add to Claude Code
claude mcp add kumarprobeops-probeops-mcp-server -- npx -y @probeops/mcp-server
# add to Codex CLI
codex mcp add kumarprobeops-probeops-mcp-server -- npx -y @probeops/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kumarprobeops-probeops-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@probeops/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kumarprobeops-probeops-mcp-server --command npx --arg -y --arg @probeops/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  kumarprobeops-probeops-mcp-server:
    command: "npx"
    args: ["-y", "@probeops/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "kumarprobeops-probeops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@probeops/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +51
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Security disclosure: unverified → fail functional
    • License: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
  • 31 Jul 26 −30
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 53

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@probeops/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 97 packages

97 packages in the resolved dependency tree · 96 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 22 exposed · ~1,414 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
account_status ~47

Show your ProbeOps account status: subscription tier, diagnostic quota (minute/hour/day/month), proxy token quota, and active proxy token details. Use this to check remaining quota before running multiple tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

api_health ~55

Check API endpoint health from multiple global regions. Sends an HTTP request and reports status code, response time, and availability.

NameTypeReqDescription
urlstringyesAPI URL to check (e.g., "https://api.example.com/health")

No output schema declared.

No examples provided.

banner_grab ~77

Grab the service banner from a specific port on a target from multiple global regions. Identifies service type and version.

NameTypeReqDescription
portintegeryesPort number to grab banner from (e.g., 22, 80, 443)
targetstringyesHostname or IP to check (e.g., "example.com")

No output schema declared.

No examples provided.

caa_lookup ~56

Look up CAA (Certificate Authority Authorization) DNS records for a domain. Shows which certificate authorities are authorized to issue SSL/TLS certificates.

NameTypeReqDescription
domainstringyesDomain name to look up (e.g., "example.com")

No output schema declared.

No examples provided.

cname_lookup ~57

Look up CNAME (Canonical Name) records for a domain. Shows DNS aliases. Useful for verifying CDN configuration and subdomain routing.

NameTypeReqDescription
domainstringyesDomain or subdomain to look up (e.g., "www.example.com")

No output schema declared.

No examples provided.

dns_lookup ~88

Look up DNS records for a domain from multiple global regions. Supports A, AAAA, CNAME, MX, TXT, NS, SOA, CAA, and PTR record types. Useful for checking DNS propagation across regions.

NameTypeReqDescription
domainstringyesDomain name to look up (e.g., "example.com")
record_typestringDNS record type (default: A)

No output schema declared.

No examples provided.

get_api_key ~33

Get instructions to set up your ProbeOps API key for full access to all 21 tools and 6 global regions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

is_it_down ~55

Check if a website is up, down, or partially available from multiple global regions. Returns HTTP status and response time per region.

NameTypeReqDescription
urlstringyesFull URL to check (e.g., "https://example.com")

No output schema declared.

No examples provided.

keyword_check ~99

Check if a keyword exists in a web page's raw HTML source from multiple global regions. Searches raw HTML — does not execute JavaScript, so content rendered client-side (SPAs, dynamic widgets) may not be detected. Useful for verifying static content delivery and geo-specific content.

NameTypeReqDescription
keywordstringyesKeyword or phrase to search for on the page
urlstringyesURL to check (e.g., "https://example.com")

No output schema declared.

No examples provided.

latency_test ~64

Measure network latency (ping) to a target from multiple global regions. Returns per-region latency plus average, min, and max.

NameTypeReqDescription
targetstringyesHostname or IP to test (e.g., "example.com" or "8.8.8.8")

No output schema declared.

No examples provided.

mx_lookup ~55

Look up MX (Mail Exchange) records for a domain. Shows mail servers and priorities. Useful for verifying email configuration and troubleshooting email delivery.

NameTypeReqDescription
domainstringyesDomain name to look up (e.g., "example.com")

No output schema declared.

No examples provided.

nmap_port_check ~97

Check if multiple ports are open or closed on a target from multiple global regions using nmap. Checks specified ports (not a full scan).

NameTypeReqDescription
portsstringPorts to check (e.g., "80,443" or "22,80,443,8080"). Default: common ports 1-1024
targetstringyesHostname or IP to check (e.g., "example.com")

No output schema declared.

No examples provided.

ns_lookup ~54

Look up NS (Nameserver) records for a domain. Shows authoritative DNS servers. Useful for verifying DNS delegation and nameserver configuration.

NameTypeReqDescription
domainstringyesDomain name to look up (e.g., "example.com")

No output schema declared.

No examples provided.

ping ~64

ICMP ping a target from multiple global regions. Returns packet loss and round-trip times. Useful for basic reachability and latency testing.

NameTypeReqDescription
targetstringyesHostname or IP to ping (e.g., "example.com" or "8.8.8.8")

No output schema declared.

No examples provided.

port_check ~73

Check if a specific port is open, closed, or filtered on a target from multiple global regions. Useful for verifying firewall rules and service availability.

NameTypeReqDescription
portintegeryesPort number to check (1-65535)
targetstringyesHostname or IP to check (e.g., "example.com")

No output schema declared.

No examples provided.

reverse_dns_lookup ~63

Perform reverse DNS (PTR) lookup for an IP address. Finds the hostname associated with an IP. Essential for email deliverability verification and server identification.

NameTypeReqDescription
ipstringyesIP address to look up (e.g., "8.8.8.8")

No output schema declared.

No examples provided.

ssl_check ~62

Check SSL/TLS certificate for a domain from multiple global regions. Returns certificate details (validity, expiry, issuer, TLS version, SANs) and checks consistency across regions.

NameTypeReqDescription
domainstringyesDomain name to check (e.g., "example.com")

No output schema declared.

No examples provided.

tcp_ping ~75

Measure TCP-level latency to a specific port on a target from multiple global regions. More reliable than ICMP ping for hosts that block ICMP.

NameTypeReqDescription
portintegeryesPort number to TCP ping (e.g., 443)
targetstringyesHostname or IP to test (e.g., "example.com")

No output schema declared.

No examples provided.

traceroute ~72

Trace the network path to a target from one or more global regions. Shows each hop with latency. Supports TCP, UDP, and ICMP protocols.

NameTypeReqDescription
protocolstringProtocol to use (default: tcp)
targetstringyesHostname or IP to trace (e.g., "example.com")

No output schema declared.

No examples provided.

txt_lookup ~61

Look up TXT records for a domain. Shows SPF, DKIM, DMARC, domain verification, and other TXT records. Essential for email authentication and domain ownership verification.

NameTypeReqDescription
domainstringyesDomain name to look up (e.g., "example.com")

No output schema declared.

No examples provided.

websocket_check ~54

Check WebSocket endpoint health and connectivity from multiple global regions. Verifies that a WebSocket server is accepting connections.

NameTypeReqDescription
urlstringyesWebSocket URL to check (e.g., "wss://example.com/ws")

No output schema declared.

No examples provided.

whois ~53

Look up WHOIS registration information for a domain. Shows registrar, creation/expiry dates, nameservers, and registrant info.

NameTypeReqDescription
domainstringyesDomain name to look up (e.g., "example.com")

No output schema declared.

No examples provided.