package.json•1.17 kB
{
"name": "osint-tools-mcp-server",
"version": "1.0.0",
"description": "MCP server exposing multiple OSINT tools for AI assistants",
"main": "src/osint_tools_mcp_server.py",
"bin": {
"osint-tools-mcp": "./src/osint_tools_mcp_server.py"
},
"scripts": {
"start": "python src/osint_tools_mcp_server.py"
},
"keywords": [
"mcp",
"mcp-server",
"osint",
"security",
"reconnaissance",
"sherlock",
"holehe",
"spiderfoot",
"ghunt",
"maigret",
"theharvester",
"blackbird",
"intelligence",
"investigation",
"claude",
"ai",
"model-context-protocol"
],
"author": "OSINT Tools MCP Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/frishtik/osint-tools-mcp-server.git"
},
"bugs": {
"url": "https://github.com/frishtik/osint-tools-mcp-server/issues"
},
"homepage": "https://github.com/frishtik/osint-tools-mcp-server#readme",
"engines": {
"node": ">=16.0.0"
},
"mcp": {
"type": "stdio",
"runtime": "python",
"commands": {
"default": ["python", "src/osint_tools_mcp_server.py"]
}
}
}