osint-tools-mcp-server
This MCP server exposes multiple OSINT tools for AI assistants to perform reconnaissance and information gathering tasks.
The OSINT Tools MCP Server is a comprehensive solution designed to enhance the capabilities of AI assistants like Claude by providing access to various OSINT tools. Users can leverage these tools to conduct sophisticated searches and gather valuable information from a wide array of sources, including social media platforms, email verification services, and domain intelligence resources. Each tool is tailored to perform specific tasks, ensuring that users can obtain accurate and relevant data quickly. With tools like Sherlock for username searches, Holehe for email verification, and SpiderFoot for comprehensive OSINT analysis, the server caters to a diverse set of information-gathering needs. Whether you are analyzing digital footprints, verifying email registrations, or extracting intelligence from Google accounts, this MCP server streamlines the process and empowers AI assistants to deliver insightful results efficiently.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"osint-tools-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-osint-tools-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions