@superadnim/osint-mcp-server
Version:
Professional OSINT MCP Server for intelligence gathering with privacy protection
71 lines (70 loc) • 1.75 kB
JSON
{
"name": "@superadnim/osint-mcp-server",
"version": "1.0.5",
"description": "Professional OSINT MCP Server for intelligence gathering with privacy protection",
"main": "build/index.js",
"bin": {
"osint-mcp-server": "./bin/osint-mcp-server.js",
"osint-mcp": "./bin/osint-mcp.js"
},
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"start": "node build/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write src/**/*.ts",
"prepare": "npm run build"
},
"keywords": [
"osint",
"mcp",
"intelligence",
"reconnaissance",
"privacy",
"security"
],
"author": "OSINT Tools",
"license": "MIT",
"files": [
"build/**/*",
"bin/**/*",
"docs/**/*",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"node-cache": "^5.1.2",
"winston": "^3.11.0",
"zod": "^3.22.0",
"uuid": "^9.0.1",
"bottleneck": "^2.19.5"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.7",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-security": "^1.7.1",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.0",
"typescript": "^5.3.0"
}
}