{ "name": "@probeops/mcp-server", "version": "1.2.4", "mcpName": "io.github.kumarprobeops/probeops-mcp-server", "description": "MCP server for multi-region infrastructure diagnostics — SSL, DNS, ping, whois, traceroute, port check, latency, and geo-proxy browsing from 6 global regions", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "probeops-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "probeops", "infrastructure", "network-diagnostics", "network-monitoring", "ssl", "ssl-check", "ssl-certificate", "tls", "dns", "dns-lookup", "dns-propagation", "ping", "whois", "nmap", "port-check", "traceroute", "latency", "uptime", "is-it-down", "banner-grab", "tcp-ping", "api-health", "health-check", "websocket-check", "keyword-check", "geo-proxy", "multi-region", "devops", "sre", "site-reliability", "claude-code", "codex", "cursor", "windsurf", "cline", "ai-tools" ], "author": "ProbeOps ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kumarprobeops/probeops-mcp-server.git" }, "homepage": "https://probeops.com", "bugs": { "url": "https://github.com/kumarprobeops/probeops-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "https-proxy-agent": "^7.0.0" }, "optionalDependencies": { "playwright-core": "^1.58.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" } }