MCP Servers / cloud-service / ProbeOps

ProbeOps

JSON →
httpnonecloud-service

Network diagnostics from 6 global regions — SSL, DNS, ping, whois, traceroute, port scan, latency. Works without an API key.

Install
How to run this server
[ { "cmd": "npx -y @probeops/mcp-server", "imports": [] } ]
server path: probeops
Tools
What this server exposes
ssl_check
SSL/TLS certificate validity, expiry, issuer, TLS version, SANs, cross-region consistency
dns_lookup
DNS record lookup (A, AAAA, CNAME, MX, TXT, NS, SOA, CAA, PTR) with multi-region propagation check
is_it_down
Website up/down/partial status from multiple regions
latency_test
HTTP latency (TTFB) from multiple regions, returns min/avg/max
traceroute
Network path tracing with per-hop latency. TCP, UDP, or ICMP
port_check
Port open/closed/filtered check from multiple regions
ping
ICMP ping with packet loss and round-trip times
whois
Domain registration info: registrar, dates, nameservers
nmap_port_check
Check multiple ports open/closed using nmap (not a full scan)
tcp_ping
TCP-level latency to a specific port (works when ICMP is blocked)
keyword_check
Check if a keyword exists on a web page from multiple regions
websocket_check
WebSocket endpoint connectivity check
banner_grab
Service banner/version detection on a port
api_health
API endpoint health check (HTTP status, response time, availability)
mx_lookup
DNS MX record lookup (shortcut for dns_lookup with record_type: MX)
txt_lookup
DNS TXT record lookup (shortcut for dns_lookup with record_type: TXT)
ns_lookup
DNS NS record lookup (shortcut for dns_lookup with record_type: NS)
cname_lookup
DNS CNAME record lookup (shortcut for dns_lookup with record_type: CNAME)
caa_lookup
DNS CAA record lookup (shortcut for dns_lookup with record_type: CAA)
reverse_dns_lookup
DNS PTR record lookup (shortcut for dns_lookup with record_type: PTR, takes an IP address)
get_geo_proxy
Get proxy credentials for a region. Use with Playwright or any HTTPS proxy client
geo_browse
Browse a URL from a region using a real browser. Returns page content and/or screenshot
account_status
Current quota usage (minute/hour/day/month), subscription tier, active proxy token
Configuration
Environment & auth
authnone
envPROBEOPS_API_KEY
envPROBEOPS_BASE_URL
Resources
ProbeOps — MCP Server · libregistry