Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-osint-server": {
"args": [
"-y",
"mcp-osint"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server to perform various OSINT tasks by leveraging common network reconnaissance tools.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-osint' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-osint against OSV.dev.
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
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
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 Mcp Osint Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server to perform various OSINT tasks by leveraging common network reconnaissance tools.
The mcp-osint server provides a set of tools to perform open source intelligence (OSINT) investigations. It supports executing commands such as WHOIS lookups, Nmap scans, DNS reconnaissance (via dnsrecon, dig, and host), and domain permutation checks using dnstwist. Additionally, the server offers a consolidated tool to run all these functions in parallel for a comprehensive overview.
WHOIS Lookup
Nmap Scan
DNS Reconnaissance
dnsrecon to gather DNS information for a target domain.DNSTwist Lookup
dnstwist.Dig Lookup
dig.Host Lookup
host command.OSINT Overview
When integrated with Claude, you can use natural language prompts like:
To install mcp-osint for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-osint --client claude