OSINT Toolkit

by himanshusanecha

36 stars
391 downloads
Not rated
GitHub

About

Provides a unified interface for network reconnaissance with parallel execution of OSINT tools including WHOIS, Nmap, DNS lookups, and typosquatting detection for security researchers and network administrators.

Details

Author
himanshusanecha
Repository
himanshusanecha/mcp-osint-server
GitHub stars
36
Downloads
391
Categories
AI, Design, Developer Tools, Search, Security, Frontend, Infrastructure, Other

1. WHOIS Lookup
- Retrieve domain registration information.

2. Nmap Scan
- Perform a fast Nmap scan to discover open ports and services.

3. DNS Reconnaissance
- Use dnsrecon to gather DNS information for a target domain.

4. DNSTwist Lookup
- Identify potential domain typosquatting or permutation issues using dnstwist.

5. Dig Lookup
- Query detailed DNS records with dig.

6. Host Lookup
- Retrieve DNS host information using the host command.

7. OSINT Overview
- Execute all of the above tools concurrently for a quick and comprehensive OSINT report.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name OSINT Toolkit
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

To install mcp-osint for Claude Desktop automatically via Smithery:

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

WHOIS Lookup

Retrieve domain registration information.

Nmap Scan

Perform a fast Nmap scan to discover open ports and services.

DNS Reconnaissance

Use dnsrecon to gather DNS information for a target domain.

DNSTwist Lookup

Identify potential domain typosquatting or permutation issues using dnstwist.

Dig Lookup

Query detailed DNS records with dig.

Host Lookup

Retrieve DNS host information using the host command.

OSINT Overview

Execute all of the above tools concurrently for a quick and comprehensive OSINT report.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "osint toolkit": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

mcp-osint OSINT Server

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

Overview

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.

OSINT Capabilities

1. WHOIS Lookup
- Retrieve domain registration information.

2. Nmap Scan
- Perform a fast Nmap scan to discover open ports and services.

3. DNS Reconnaissance
- Use dnsrecon to gather DNS information for a target domain.

4. DNSTwist Lookup
- Identify potential domain typosquatting or permutation issues using dnstwist.

5. Dig Lookup
- Query detailed DNS records with dig.

6. Host Lookup
- Retrieve DNS host information using the host command.

7. OSINT Overview
- Execute all of the above tools concurrently for a quick and comprehensive OSINT report.

Example Prompts

When integrated with Claude, you can use natural language prompts like:

"Get me the WHOIS information for example.com"
"Perform a fast Nmap scan on 192.168.1.1"
"Run DNS reconnaissance on mytarget.com"
"Check for domain typos using DNSTwist on mytarget.com"
"Show me all DNS records for example.com using dig"
"Fetch host lookup details for example.com"

  • "Give me an OSINT overview for example.com"


Quickstart

Install

Installing via Smithery

To install mcp-osint for Claude Desktop automatically via Smithery:

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.