@zibdie/port-scanner-mcp
Version:
MCP server for network port scanning using nmap
45 lines • 1.11 kB
JSON
{
"name": "@zibdie/port-scanner-mcp",
"version": "1.0.5",
"description": "MCP server for network port scanning using nmap",
"type": "module",
"main": "dist/index.js",
"bin": {
"port-scanner-mcp": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "node dist/index.js",
"build": "tsc",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": ["mcp", "server", "port", "scanner", "nmap", "network", "security", "model-context-protocol"],
"repository": {
"type": "git",
"url": "git+https://github.com/zibdie/Port-Scanner-MCP.git"
},
"bugs": {
"url": "https://github.com/zibdie/Port-Scanner-MCP/issues"
},
"homepage": "https://github.com/zibdie/Port-Scanner-MCP#readme",
"author": "https://github.com/zibdie",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"engines": {
"node": ">=24.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^24.0.0"
}
}