UNPKG

gc-sslscan-mcp

Version:

Model Context Protocol (MCP) server for interacting with sslscan SSL/TLS scanner

46 lines (45 loc) 959 B
{ "name": "gc-sslscan-mcp", "version": "1.1.5", "description": "Model Context Protocol (MCP) server for interacting with sslscan SSL/TLS scanner", "main": "build/index.js", "types": "build/index.d.ts", "bin": { "gc-sslscan": "build/index.js" }, "files": [ "build/**/*" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "sslscan", "ssl", "tls", "security", "pentesting", "ai", "llm" ], "author": "GhostCrew", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/GH05TCREW/sslscan-mcp" }, "bugs": { "url": "https://github.com/GH05TCREW/sslscan-mcp/issues" }, "homepage": "https://github.com/GH05TCREW/sslscan-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2" } }