Back to Home
AIIIAjou icon

osint-mcp-servers

Verified Safe

by 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

Run Command
python server_stdio.py

Environment 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

Stats

Interest Score0
Security Score4
Cost ClassHigh
Avg Tokens7500
Stars0
Forks0
Last Update2025-12-10

Tags

OSINTThreat DetectionIntelligence AutomationWeb ScrapingLLM Integration