Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-osint-server

MCP.Pizza Chef: himanshusanecha

The mcp-osint server is an MCP server designed to perform open source intelligence (OSINT) investigations by integrating common network reconnaissance tools. It supports WHOIS lookups, Nmap scans, DNS reconnaissance via dnsrecon, dig, and host, and domain permutation checks using dnstwist. It can run these tools individually or in parallel, providing a thorough network and domain intelligence overview for security analysts and researchers.

Use This MCP server To

Perform WHOIS lookups to retrieve domain registration details Conduct fast Nmap scans to discover open ports and services Gather DNS information using dnsrecon, dig, and host tools Detect domain typosquatting with dnstwist domain permutation checks Run parallel OSINT scans for comprehensive network reconnaissance Automate domain and network intelligence gathering workflows Integrate OSINT data into security incident investigations Support threat hunting with real-time domain and DNS insights

README

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:

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

mcp-osint-server FAQ

How does mcp-osint server perform WHOIS lookups?
It queries domain registration databases to retrieve ownership and registration details.
Can mcp-osint run multiple OSINT tools simultaneously?
Yes, it offers a consolidated tool to run WHOIS, Nmap, DNS, and domain permutation checks in parallel.
What network reconnaissance tools are integrated in mcp-osint?
It integrates WHOIS, Nmap, dnsrecon, dig, host, and dnstwist for domain permutation detection.
Is mcp-osint suitable for automated security workflows?
Yes, it can be integrated into automated pipelines for continuous OSINT and network reconnaissance.
How does mcp-osint help with domain typosquatting detection?
It uses dnstwist to identify potential domain permutations that may indicate typosquatting risks.
What kind of DNS information can mcp-osint gather?
It collects DNS records and configurations using dnsrecon, dig, and host commands.
Can mcp-osint be used for threat hunting?
Yes, it provides real-time domain and DNS insights useful for threat hunting and incident response.
Does mcp-osint support integration with multiple LLM providers?
While primarily a server for OSINT tools, it can be integrated with MCP clients using models like OpenAI, Claude, and Gemini.