MCP OSINT

v1.0.0Securitystable

MCP server to perform various OSINT tasks by leveraging common network reconnaissance tools.

mcp-osintmcpai-integration
Share:
43
Stars
0
Downloads
0
Weekly
0/5

What is MCP OSINT?

MCP OSINT is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server to perform various osint tasks by leveraging common network reconnaissance tools.

MCP server to perform various OSINT tasks by leveraging common network reconnaissance tools.

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server to perform various OSINT tasks by leveraging comm

Use Cases

Perform reconnaissance using common network tools.
Conduct OSINT tasks with AI agents.
himanshusanecha

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-osint

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCP OSINT

The MCP OSINT Server gives AI assistants access to a suite of network reconnaissance and open-source intelligence tools, wrapping common utilities like WHOIS, Nmap, dnsrecon, DNSTwist, dig, and host into MCP-compatible tools. Security researchers and network administrators can ask Claude to perform domain reconnaissance, port scanning, DNS analysis, and typosquatting detection using plain natural language prompts. An OSINT overview tool runs all seven utilities concurrently for a comprehensive target profile in a single request.

Prerequisites

  • Python 3.8 or higher
  • The following system tools must be installed: nmap, dnsrecon, dnstiwst, dig, host (whois is usually pre-installed on Linux/macOS)
  • An MCP client such as Claude Desktop or Claude Code
  • Root or sudo access may be required for certain Nmap scan types
1

Install required system OSINT tools

The MCP server wraps existing system utilities. Ensure nmap, dnsrecon, dnstiwst, and bind-utils (dig/host) are installed on your system.

# On Ubuntu/Debian:
sudo apt-get install nmap dnsrecon dnstiwst dnsutils

# On macOS with Homebrew:
brew install nmap dnsrecon dnstiwst bind
2

Install via Smithery CLI

Use the Smithery CLI to install and configure the MCP OSINT server for Claude Desktop automatically.

npx -y @smithery/cli install mcp-osint --client claude
3

Or clone and run manually

Clone the repository and run the server directly using Python if you prefer manual setup.

git clone https://github.com/himanshusanecha/mcp-osint-server
cd mcp-osint-server
pip install -r requirements.txt
python server.py
4

Add to Claude Desktop configuration

If not using Smithery, manually add the server to your claude_desktop_config.json.

5

Restart Claude Desktop and verify tools are available

Restart Claude Desktop after configuration changes. Ask Claude to list available tools or perform a simple WHOIS lookup to verify the server is connected.

MCP OSINT Examples

Client configuration

Configure Claude Desktop to run the mcp-osint server. The server wraps local system tools, so the system utilities must be installed on the same machine.

{
  "mcpServers": {
    "mcp-osint": {
      "command": "npx",
      "args": ["-y", "@smithery/cli", "run", "mcp-osint"],
      "env": {}
    }
  }
}

Prompts to try

Use these natural language prompts to run OSINT reconnaissance through Claude. The OSINT overview prompt runs all tools concurrently.

- "Get me the WHOIS information for example.com"
- "Perform a fast Nmap scan on 192.168.1.1 and list open ports"
- "Run DNS reconnaissance on mytarget.com"
- "Check for domain typosquatting risks using DNSTwist on mycompany.com"
- "Show me all DNS records for example.com using dig"
- "Give me a full OSINT overview for example.com running all tools"

Troubleshooting MCP OSINT

Nmap scan fails with permission denied or requires root

Certain Nmap scan types (SYN scan, OS detection) require root privileges. Either run the MCP server as root, use sudo, or restrict to non-privileged scan types by specifying '-sT' (TCP connect scan) in your prompt.

dnsrecon or dnstiwst command not found errors

These tools must be installed on the same system running the MCP server. Install them via your package manager: 'sudo apt-get install dnsrecon' or 'pip install dnsrecon dnstiwst'. Verify each tool is accessible in the system PATH.

OSINT overview takes too long or times out

The concurrent OSINT overview runs all seven tools simultaneously against a target. For slow networks or firewalled hosts, individual tool timeouts may trigger. Try running tools individually (WHOIS, dig, host) first to identify which are hanging, then skip those in your prompts.

Frequently Asked Questions about MCP OSINT

What is MCP OSINT?

MCP OSINT is a Model Context Protocol (MCP) server that mcp server to perform various osint tasks by leveraging common network reconnaissance tools. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCP OSINT?

Follow the installation instructions on the MCP OSINT GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCP OSINT?

MCP OSINT works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCP OSINT free to use?

Yes, MCP OSINT is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

MCP OSINT Alternatives — Similar Security Servers

Looking for alternatives to MCP OSINT? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-osint": { "command": "npx", "args": ["-y", "mcp-osint"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCP OSINT?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides