MCP Catalogs
Homeosint-mcp-server screenshot

osint-mcp-server

by badchars·17·Score 45

An OSINT intelligence MCP server with 37 tools across 12 sources for comprehensive reconnaissance and attack surface mapping.

securitydeveloper-toolsai-llm
4
Forks
0
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

The osint-mcp-server provides AI agents with comprehensive open-source intelligence capabilities through Model Context Protocol. It aggregates 37 tools from 12 different sources including Shodan, VirusTotal, Censys, SecurityTrails, and more. The server enables parallel querying across all sources, automatic data correlation, and intelligent analysis of attack surfaces. Unlike traditional OSINT workflows that require manually switching between multiple platforms, this MCP server allows AI agents to execute reconnaissance operations through natural language requests, receiving consolidated intelligence with actionable insights. The implementation is production-ready with 21 free tools and 16 premium tools requiring optional API keys.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Conducting comprehensive domain reconnaissance including DNS records, WHOIS information, subdomain enumeration, and email security analysis
you:Mapping attack surfaces by gathering intelligence on IPs, open ports, services, vulnerabilities, and infrastructure details
you:Performing multi-source subdomain enumeration that deduplicates results from crt.sh, SecurityTrails, VirusTotal, and other sources
you:Analyzing historical web presence through Wayback Machine integration and DNS historical records
you:How many tools are available without API keys?
you:Which AI agents support this MCP server?
you:Does it require programming knowledge to use?

When to choose this

Choose this server when you need comprehensive OSINT capabilities for AI agents, especially when performing reconnaissance across multiple data sources simultaneously and correlating results automatically.

When NOT to choose this

Avoid this server if you need highly specialized OSINT tools not included in the 37 available tools, or if you require offline capabilities without API access to the included data sources.

Tools this server exposes

12 tools extracted from the README
  • dns_lookup

    Resolve A, AAAA, MX, TXT, NS, SOA, CNAME, SRV records

  • dns_reverse

    Reverse DNS (PTR) lookup for an IP address

  • dns_email_security

    SPF + DMARC + DKIM analysis with risk scoring

  • whois_domain

    RDAP domain lookup - registrar, dates, contacts

  • whois_ip

    RDAP IP lookup - network name, CIDR, entities

  • crtsh_search

    Search CT logs via crt.sh - subdomain discovery

  • shodan_host

    IP details: open ports, services, vulnerabilities

  • shodan_search

    Search Shodan query language for hosts

  • shodan_exploits

    Search public exploit database

  • vt_domain

    Domain reputation and detection stats

  • vt_ip

    IP reputation and detection stats

  • vt_subdomains

    Discover subdomains via VirusTotal

Comparable tools

nuclei-mcpsubfinder-mcphttpx-mcpamass-mcp

Installation

Quick Install

Option 1: npx (no install)

npx osint-mcp-server

Option 2: Clone

git clone https://github.com/badchars/osint-mcp-server.git
cd osint-mcp-server
bun install

Environment Variables (Optional)

# Premium OSINT sources — all optional
export SHODAN_API_KEY=your-key           # Enables 4 Shodan tools
export VT_API_KEY=your-key               # Enables 4 VirusTotal tools
export ST_API_KEY=your-key               # Enables 3 SecurityTrails tools
export CENSYS_API_ID=your-id             # Enables 3 Censys tools
export CENSYS_API_SECRET=your-secret     # Required with CENSYS_API_ID

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "osint": {
      "command": "npx",
      "args": ["-y", "osint-mcp-server"],
      "env": {
        "SHODAN_API_KEY": "optional",
        "VT_API_KEY": "optional",
        "ST_API_KEY": "optional",
        "CENSYS_API_ID": "optional",
        "CENSYS_API_SECRET": "optional"
      }
    }
  }
}

FAQ

How many tools are available without API keys?
21 tools work immediately without any API keys, covering DNS, WHOIS, crt.sh, GeoIP, BGP, Wayback Machine, HackerTarget, and Microsoft 365 tenant discovery.
Which AI agents support this MCP server?
The server works with any MCP-compatible AI client including Claude Desktop, Claude Code, Cursor, Windsurf, and others that support the Model Context Protocol.
Does it require programming knowledge to use?
No. The server is designed to work through natural language conversations with AI agents. Users simply ask questions in plain English and the agent handles the tool execution and correlation.

Compare osint-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.