logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-osint-server

Provides tools for open source intelligence investigations, enabling WHOIS lookups, Nmap scans, DNS reconnaissance, and domain permutation checks. Supports executing multiple OSINT tasks in parallel for a comprehensive data analysis.

Author

mcp-osint-server logo

himanshusanecha

No License

Quick Info

GitHub GitHub Stars 36
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

osintnmapscansosint servermcp osintlookups nmap

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
  2. Retrieve domain registration information.

  3. Nmap Scan

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

  5. DNS Reconnaissance

  6. Use dnsrecon to gather DNS information for a target domain.

  7. DNSTwist Lookup

  8. Identify potential domain typosquatting or permutation issues using dnstwist.

  9. Dig Lookup

  10. Query detailed DNS records with dig.

  11. Host Lookup

  12. Retrieve DNS host information using the host command.

  13. OSINT Overview

  14. 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

See Also

`