MCP server exposing multiple OSINT tools for AI assistants like Claude
MCPpedia last refreshed this data
Osint Tools MCP Server is an MCP server that MCP server exposing multiple OSINT tools for AI assistants like Claude. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 60/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"osint-tools": {
"env": {
"PYTHONUNBUFFERED": "1"
},
"args": [
"/path/to/osint-tools-mcp-server/src/osint_tools_mcp_server.py"
],
"command": "python"
}
}
}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.
Click any tool to inspect its schema.
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
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
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