osint-mcp-servers
Verified Safeby AIIIAjou
Overview
Automates Open Source Intelligence (OSINT) gathering and threat detection, integrating various tools like web scraping, username search, and vulnerability scanning, with results visualized on a web dashboard.
Installation
python server_stdio.pyEnvironment Variables
- INTELX_API_KEY
- VIRUSTOTAL_API_KEY
- GOOGLE_SAFE_BROWSING_API_KEY
- DEBUG_MODE
Security Notes
The server uses Playwright to browse arbitrary, potentially malicious, URLs. While some Playwright instances have hardening arguments (e.g., in `web_interface.py`), this inherently carries a risk of browser exploits or malware if the LLM agent is compromised (e.g., via prompt injection) to interact with dangerous sites. The `interact_with_webpage` tool allows LLM-generated, detailed browser actions (clicks, types, selectors) which could be misused. Collected sensitive information and session data are stored locally in CSV and JSON files, posing a risk if the server's file system is compromised. API keys are managed via .env files, which is good practice.
Similar Servers
oxylabs-mcp
This project likely functions as a Minecraft server proxy or management tool, potentially for large-scale data collection or automation.
OSINT-MCP-Server
A comprehensive Open Source Intelligence (OSINT) Model Context Protocol (MCP) server for gathering publicly available information while respecting privacy, legal boundaries, and ethical standards.
mcp-mineru
Implements or interacts with the Minecraft Protocol, likely for building custom Minecraft servers or client utilities.
Simple-OSINT-Recon-mcp-server
Provides open-source intelligence (OSINT) reconnaissance capabilities as a Model Context Protocol (MCP) server for integration with AI agents.