MCP Catalogs
Home

osint-mcp-server vs time

Side-by-side comparison to help you pick between these two MCP servers.

osint-mcp-server
by badchars
time
by modelcontextprotocol
Stars★ 17★ 85,748
30d uses
Score4577
Official
Categories
SecurityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

osint-mcp-server · Summary

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

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

osint-mcp-server · Use cases

  • Conducting comprehensive domain reconnaissance including DNS records, WHOIS information, subdomain enumeration, and email security analysis
  • Mapping attack surfaces by gathering intelligence on IPs, open ports, services, vulnerabilities, and infrastructure details
  • Performing multi-source subdomain enumeration that deduplicates results from crt.sh, SecurityTrails, VirusTotal, and other sources
  • Analyzing historical web presence through Wayback Machine integration and DNS historical records

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

osint-mcp-server · Install

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"
      }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.