MCP server exposing multiple OSINT tools for AI assistants like Claude
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"osint-tools-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive MCP server that exposes multiple OSINT tools to AI assistants like Claude. This server allows AI to perform sophisticated reconnaissance and information gathering tasks using industry-standard OSINT tools.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
MCP Security Weekly
Get CVE alerts and security updates for Osint Tools Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive MCP server that exposes multiple OSINT tools to AI assistants like Claude. This server allows AI to perform sophisticated reconnaissance and information gathering tasks using industry-standard OSINT tools.
Search for usernames across 399+ social media platforms and websites. Perfect for digital footprint analysis.
Check if an email is registered on 120+ platforms. Lightning fast and accurate.
The Swiss Army knife of OSINT. Performs deep reconnaissance with automatic target type detection.
Extract information from Google accounts using email or Google ID.
Search across 3000+ sites with false positive detection and detailed analysis.
Gather emails, subdomains, hosts, employee names, and more from public sources.
Lightning-fast searches across 581 sites for username reconnaissance.
git clone https://github.com/frishtik/osint-tools-mcp-server.git
cd osint-tools-mcp-server
pip install -r requirements.txt
This will automatically install Sherlock, Holehe, Maigret, and TheHarvester.
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"osint-tools": {
"command": "python",
"args": ["/path/to/osint-tools-mcp-server/src/osint_tools_mcp_server.py"],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}
Some tools require manual installation due to their complexity:
git clone https://github.com/smicallef/spiderfoot.git /opt/spiderfoot
cd /opt/spiderfoot
pip install -r requirements.txt
git clone https://github.com/mxrch/GHunt.git /opt/ghunt
cd /opt/ghunt
pip install -r requirements.txt
git clone https://github.com/p1ngul1n0/blackbird.git /opt/blackbird
cd /opt/blackbird
pip install -r requirements.txt
Working with AI for OSINT is a bit of an art form. Here's how to get the best results:
I recommend starting with the Holehe tool - it's fast, reliable, and gives you immediate results:
"Check if john.doe@example.com is registered on any platforms"
Once you're comfortable, try username searches with Sherlock